如何在同一网络上通过SSH连接的双核机器上运行并行测试?
https://github.com/grosser/parallel_tests对于本地工作人员运行良好,但无法在多台计算机上运行
https://github.com/qxjit/deep-test -我在运行它时并不走运,示例中有一行代码,比如
t.distributed_hosts这将抛出一个错误
对于Hydra,我得到了一个永远等待ssh工作人员的问题。
我尝试了Buffet的alpha版本,创建了一个测试repo并运行了它,但没有成功
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我只想运行标准的单元/集成/功能测试
一点花哨的东西都没有。
发布于 2014-02-11 13:58:14
一定要试试http://test-load-balancer.github.io/ --我过去用它取得了很大的成功。
发布于 2013-12-18 03:17:56
虽然与如何在网络中的多台机器上运行parallel_tests没有特别的关系,但这里是我在使用parallel_test时遇到的问题以及我是如何解决它们的。
tests getting killed in the middle of a run using parallel_tests
发布于 2014-04-19 18:33:10
https://stackoverflow.com/questions/7362545
复制相似问题