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 101 forks source link

[bugfix] Do not fail if `squeue` cannot retrieve the reason that a job is pending #3123

Closed vkarak closed 6 months ago

vkarak commented 6 months ago

Closes #3122.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (972ffea) 86.63% compared to head (64a3e7a) 86.63%.

Files Patch % Lines
reframe/core/schedulers/slurm.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3123 +/- ## ======================================= Coverage 86.63% 86.63% ======================================= Files 61 61 Lines 12042 12042 ======================================= Hits 10432 10432 Misses 1610 1610 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.