Hacker News new | ask | show | jobs
by tmm1 3963 days ago
test-queue supports minitest too, and follows the same basic design outlined in this article: a central queue sorted by slowest tests first, with test runners forked off either locally or on other machines to consume off the queue.

We use test-queue in a dozen different projects at GitHub and most CI runs finish in ~30s. The largest suite is for the github/github rails app which runs 30 minutes of tests in 90s.

1 comments

Thanks for the awesome work you have done on test-queue. We have really appreciated it at SchoolKeep.