testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Run tests concurrently #120

Open mpartel opened 11 years ago

mpartel commented 11 years ago

The test suite is extraordinarily slow. Make it possible to run tests concurrently.

One way might be to use Vagrant to clone multiple dev VMs and have some test parallellizing solution distribute the tests to the VMs. One downside is that those with virtualized development environments (i.e. the mac hippies) may have trouble running Vagrant because that would imply nested virtualization.

Without Vagrant or similar, at least the following must be considered:

Work estimate: 1 week.

jamo commented 9 years ago

One sandbox could probably be shared and since not all tests are using remote sandbox we probably would gain nice speedups by running tests concurrently even when having just one sanbox instance