Nicholas Sly
Nicholas Sly
Add a feature that would exist alongside the create-file setting under `build` and `run` sections of the test config. Allow for sed-like file modification specifications. Allow for a list of...
Pavilion can lose track of tests. This test has ended, there are no more jobs running. ``` -bash-4.2$ pav status 14460 Test statuses ---------+--------------------------+---------+----------+-------------------------------------------- Test id | Name | State...
If a machine has been divided into 6+ chunks, allow a test to cancel the remaining permutations if 2 or 3 (specified in the config?) fail. This can allow for...
Enable the `arg_specs` to accept more than one type for an input. The example here is the `int` expression function is simply wrapping the `int()` function in python, which can...
```bash [sly@xxxx 0000105]$ pav status --all -l 118 Unknown error running command status: 'str' object has no attribute 'strftime'. Traceback (most recent call last): File "/users/sly/git/pavilion2/bin/pav.py", line 135, in run_cmd...
In lieu of a configuration option to run a script on each node and have to manually script a loop along with the test cmd, can we add a variable...
The base scheduler class should have a config option for outputting results on a per-node basis. In the example of slurm, activating this option will add `-o %N.out -e %N.out`...
Trying to get Pavilion to rerun the result parsing for a subtest when given a Test ID results in the error `Test '' could not be reloaded.`. This is a...
When creating a new test config, I misnamed the `doc` key at the top level of the subtest as `description`. This resulted in a test config error along the lines...
Spack errors on 'detected uninstalled dependency' error when trying to reinstall a stack where an external package was registered as having been built with a given compiler and the `package.py`...