Paul Ferrell
Paul Ferrell
Our succinct errors are nice, except when they're not informative enough to get us to the problem. Add --debug. It should force the error handling in main.py and errors.pformat() to...
Series should periodically check node status in for tests with prescribed nodes, and cancel tests if node are no longer up.
The name of `sched.test_cmd` has bothered me for a long time. It's time to change it. Rename to `sched.mpi_cmd` and make `sched.test_cmd` an alias to that. Update documentation and examples...
Add the ability to send result logs to multiple locations.
Within a test set, we need to be able to interleave tests. This will require a new 'interleave' option in series (at both the top and per test_set level). The...
This requires some discussion, but the jist is: We need to point at builds that we don't actually want to copy. I'm thinking this should have two components: 1. An...
Add specific documentation for this.
When using a group ID, groups aren't checked in some situations.
According to @nicholas-sly
We should add a new config dir - `suites`, and deprecate the test_src and tests directory. In a suites directory: - a single yaml file can contain a suite named...