Vasileios Karakasis
Vasileios Karakasis
What about replacing the `-l/-L`, `-r` and soon `--ci-generate` options with commands? ``` reframe list ``` ``` reframe list --detailed ``` ``` reframe run [OPTIONS] ``` ``` reframe ci-generate ```
There are several parameters controlling the behaviour of the scheduler backends, which now are just internal. The idea is to expose them as configuration parameters that the user can control....
Currently, the poll rate control is only available for the async policy and it is hidden and non-configurable from the users. The purpose of this issue is twofold: 1. Create...
The unit tests are not covering sufficiently `cli.py`. We should add more tests to improve the coverage.
Documentation is [here](https://docs.python.org/3.5/library/os.html#os.walk). Internal issue: https://madra.cscs.ch/scs/reframe/issues/379
Subclasses of `RegressionTest` are not allowed to use private fields for obvious reasons. However, in several other places of the framework private fields (i.e. fields starting with `_`) have more...
I think it's better, because it allows you to look up previous runs by default.
This is a recurring issue. If a user tests needs to import a custom module (e.g., other tests or user libraries), ReFrame will not automatically import those. The user has...