¿Cómo puedo ejecutar pruebas paralelas en máquinas de doble núcleo conectadas a través de SSH en la misma red?carriles distribuidos pruebas en paralelo
https://github.com/grosser/parallel_tests funciona muy bien para los trabajadores locales, pero no hay manera de ejecutarlo en varias máquinas
https://github.com/qxjit/deep-test - No he tenido suerte al ejecutarlo, hay una línea en el ejemplo como
t.distributed_hosts
que arroja un error
Con Hydra tengo un problema esperar por siempre para los trabajadores ssh
probé la versión alfa de bufé, creó un acuerdo de recompra de prueba y la pasó, pero sin suerte
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
Quiero correr unidad/integración/pruebas funcionales único estándar
Nada de extravagancias en absoluto.
Crear su propia configuración de pruebas paralelas/distribuidas puede ser todo un desafío. Hemos tenido una gran suerte al utilizar un servicio llamado TDDium (http://www.tddium.com/) que lo gestiona, utilizando un servidor remoto git como Heroku para aceptar lotes de código para ejecutar. Los recomiendo mucho. – Winfield
De la misma manera que Winfield, utilizamos CircleCi (http://circleci.com) para paralelizar nuestras pruebas con gran éxito. – Mitch
¿Por qué parallel_tests no es adecuado para varias máquinas? ¿Y qué error arroja la prueba profunda? –