RubyGems Navigation menu

minitest-distributed 0.2.3

minitest-distributed is a plugin for minitest for executing tests on a distributed set of unreliable workers. When a test suite grows large enough, it inevitable gets too slow to run on a single machine to give timely feedback to developers. This plugins combats this issue by distributing the full test suite to a set of workers. Every worker is a consuming from a single queue, so the tests get evenly distributed and all workers will finish around the same time. Redis is used as coordinator, but when using this plugin without having access to Redis, it will use an in-memory coordinator. Using multiple (virtual) machines for a test run is an (additional) source of flakiness. To combat flakiness, minitest-distributed implements resiliency patterns, like re-running a test on a different worker on failure, and a circuit breaker for misbehaving workers.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 0.2.10 - August 18, 2023 (124 KB)
  2. 0.2.9 - January 16, 2023 (124 KB)
  3. 0.2.8 - January 04, 2023 (31 KB)
  4. 0.2.7 - September 12, 2022 (30 KB)
  5. 0.2.6 - August 23, 2022 (29,5 KB)
  6. 0.2.3 - August 06, 2020 (29 KB)
Mostrar todas las versiones (14 total)

dependencias de Runtime (3):

minitest ~> 5.12
redis ~> 4.2

Propietarios:

Subida por:

Autores:

  • Willem van Bergen

SHA 256 checksum:

a3233d55ed47169982104b12ac9beacc9f0178506b9a2d5a67c87686b4714e1f

Total de descargas 359.206

Para esta versión 7.151

Licencia:

MIT

Versión de Ruby requerida: >= 2.3.0

Enlace: