reframe
reframe copied to clipboard
Display node list for failing jobs even if its retry has passed
Sometimes tests fail but their retry passes. It would be nice if ReFrame could display the node list of the failed tests even if their retry passes. The optimal would be to have also the node list be printed for the passing retries. This would allow to easily see if the failing tests have always used the same node list compared to the passing ones.
This seems to be related to #1093.