Comment 0 for bug 107371

Revision history for this message
Jonathan Lange (jml) wrote : Make the test suite able to be run in parallel

At the moment, you can't run the test suite in the background and continue to work on other branches (in particular, running tests in those other branches). The test suite trashes a single, global database listens on hard-coded ports, and writes to files in hardcoded absolute paths.

This is a big barrier to running 'make check' on developer workstations.