Vasileios Karakasis

Results 123 issues of 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 ```

feature request
prio: low

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....

feature request
prio: low

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...

request for enhancement
prio: low

The unit tests are not covering sufficiently `cli.py`. We should add more tests to improve the coverage.

prio: low
code quality

Documentation is [here](https://docs.python.org/3.5/library/os.html#os.walk). Internal issue: https://madra.cscs.ch/scs/reframe/issues/379

prio: low
code quality

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...

prio: low
code quality

I think it's better, because it allows you to look up previous runs by default.

prio: normal
enhancement

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...

feature request
prio: normal