-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve testing infrastructure #366
Improve testing infrastructure #366
Commits on Jun 5, 2020
-
Raise level of parallelism to test invocations
This improves the parallelism of the testing infrastructure. So if the tests are invoked with -j2 up to two tests will run at once. We also note which tests are multi-processor and ensure they request the correct resources.
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f09f60e - Browse repository at this point
Copy the full SHA f09f60eView commit details -
Check multiple locations for CovidSim executable
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 09a4c5a - Browse repository at this point
Copy the full SHA 09a4c5aView commit details -
Matthew Gretton-Dann committed
Jun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 55968ec - Browse repository at this point
Copy the full SHA 55968ecView commit details -
Make CI loop use multi-cores for testing
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for fc85ed5 - Browse repository at this point
Copy the full SHA fc85ed5View commit details -
This enables us to do: `make test-accept` to accept test changes, and means that all testing can be done by invocations of cmake or the underlying build system.
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6cbd793 - Browse repository at this point
Copy the full SHA 6cbd793View commit details -
Remove legacy regression testing scripts
These are now part of make test and make test-accept
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 85e68c1 - Browse repository at this point
Copy the full SHA 85e68c1View commit details -
Improve documentation of testing
Matthew Gretton-Dann committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 828d412 - Browse repository at this point
Copy the full SHA 828d412View commit details -
Matthew Gretton-Dann committed
Jun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 1221aac - Browse repository at this point
Copy the full SHA 1221aacView commit details
Commits on Jun 17, 2020
-
Merge remote-tracking branch 'origin/master' into matt-gretton-dann/f…
…urther-parallelise-testing
Matthew Gretton-Dann committedJun 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c2fe3d - Browse repository at this point
Copy the full SHA 6c2fe3dView commit details