首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >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

回答 4

Stack Overflow用户

发布于 2014-02-11 13:58:14

一定要试试http://test-load-balancer.github.io/ --我过去用它取得了很大的成功。

票数 1
EN

Stack Overflow用户

发布于 2013-12-18 03:17:56

虽然与如何在网络中的多台机器上运行parallel_tests没有特别的关系,但这里是我在使用parallel_test时遇到的问题以及我是如何解决它们的。

tests getting killed in the middle of a run using parallel_tests

票数 0
EN

Stack Overflow用户

发布于 2014-04-19 18:33:10

我认为git配置有问题。检查你的git配置

尝试此链接

Whats the best way to work with Github and multiple computers?

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

https://stackoverflow.com/questions/7362545

复制
相关文章

相似问题

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