pagure-testrunner

Created 5 years ago
Maintained by puiterwijk
Script to efficiently run Pagure test suites
Members 2

pagure-testrunner

This is a script to more efficiently run the Pagure test suite in a way that the tests have less chance of impacting eachother. It runs each test in a new subprocess, only running up to (num_cpus() - 1) at a single time to keep your system responsive.

It also stores the tests that failed, which you can move to "failed" to make it only repeat those, so you can iteratively run them until you've fixed all test suites.