Categories: None [Edit]

minitest-distributed

https://rubygems.org/gems/minitest-distributed
https://github.com/Shopify/minitest-distributed
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.

Total

Ranking: 7,788 of 187,239
Downloads: 494,661

Daily

Ranking: 8,085 of 187,224
Downloads: 126

Depended by

RankDownloadsName

Depends on

RankDownloadsName
161,076,711,297minitest
51643,792,855rexml
79509,510,097redis
409110,269,250sorbet-runtime

Owners

#GravatarHandle
1iconwvanbergen
2iconshopify