Vasileios Karakasis
Vasileios Karakasis
The current defaults do not represent the most common case and we should consider changing them in 4.0. More specifically, `RFM_AUTODETECT_FQDN` and `RFM_AUTODETECT_XTHOSTNAME` should default to zero as they account...
Quoting from @akesandgren: > It would be somewhat more user friendly if it augmented the settings.py from the user with the core/settings.py. Although I would prefer if it did read...
We should extend the `--distribute` feature to multi-node jobs that will (by default) run on all the combinations of available nodes over the nodes of the test. Since the combinations...
Now that #1402 is merged, we should have more room to accommodate more frequent status updates and therefore get more accurate timings.
The current test syntax allows to define variables as strings and these are implicitly converted to a special type of a backend. An example is the `build_system` variable where users...
The current way of storing resources in an external directory is not good, because the files are untracked. Sharing them is not easy either. We should find a different and...
For example, the `variables` field. We now require it to be of type `dict[str, str]`, but in fact any type of values could be used, since the `str()` is called...
We need to identify the places in the code where we have workarounds needed for Python 3.6. If we move to Python 3.7, we are also guaranteed that dictionaries are...
Screenshot:  Thanks @branfosj for spotting this.