如何在同一网络上通过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
我只想运行标准的单元/集成/功能测试
一点花哨的东西都没有。
https://stackoverflow.com/questions/7362545
复制相似问题