-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
When I run a benchmark with a command such as
reframe -c /path/to/my/benchmark -r --repeat=2and one of the runs fails, doing
reframe --restore-session --failed -r
finds 0 checks so I see
[==========] Running 0 check(s)
[==========] Started on Wed Dec 6 11:37:46 2023
[----------] start processing checks
[----------] all spawned checks have finished
[ PASSED ] Ran 0/0 test case(s) from 0 check(s) (0 failure(s), 0 skipped, 0 aborted)
[==========] Finished on Wed Dec 6 11:37:46 2023
This doesn't seem to be a problem when one of the runs fails without the --repeat flag.
Please find attached two consecutive ReFrame reports demonstrating this issue:
- run-report-186.json (a session which has a failed run)
- run-report-187.json (an attempt to restore the session and rerun the failed run)
Metadata
Metadata
Assignees
Type
Projects
Status
Done