RubyGems Navigation menu

minitest-distributed 0.2.11

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:
=

installation:
=

Versions:

  1. 0.2.11 September 16, 2024 (123 ko)
  2. 0.2.10 August 18, 2023 (124 ko)
  3. 0.2.9 January 16, 2023 (124 ko)
  4. 0.2.8 January 04, 2023 (31 ko)
  5. 0.2.7 September 12, 2022 (30 ko)
Voir toutes les versions (15)

Dépendances de Runtime (4):

minitest ~> 5.12
redis >= 5.0.6, < 6
rexml >= 0

Propriétaires:

Pushed by:

Auteurs:

  • Willem van Bergen

Total de contrôle SHA 256:

=

Total de téléchargements 411 194

Pour cette version 8 683

Version publiée:

License:

MIT

Version de Ruby requise: >= 2.7.0

Liens: