首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >rails分布式并行测试

rails分布式并行测试
EN

Stack Overflow用户
提问于 2011-09-09 21:42:30
回答 4查看 1.7K关注 0票数 20

如何在同一网络上通过SSH连接的双核机器上运行并行测试?

https://github.com/grosser/parallel_tests对于本地工作人员运行良好,但无法在多台计算机上运行

https://github.com/qxjit/deep-test -我在运行它时并不走运,示例中有一行代码,比如

代码语言:javascript
运行
复制
t.distributed_hosts

这将抛出一个错误

对于Hydra,我得到了一个永远等待ssh工作人员的问题。

我尝试了Buffet的alpha版本,创建了一个测试repo并运行了它,但没有成功

代码语言:javascript
运行
复制
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git

我只想运行标准的单元/集成/功能测试

一点花哨的东西都没有。

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/7362545

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档