reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
214 stars 102 forks source link

Add support for `--restore-session` to work with automatically generated tests #3077

Open mirenradia opened 9 months ago

mirenradia commented 9 months ago

Currently --restore-session does not work with automatically generated tests (e.g. those created by using the --repeat, --distribute or --parameterize flags).

Following comments under #3072, this issue is a feature request to add support for this capability.