We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
squeue
Here's the test's stderr:
* Reason: spawned process error: command 'squeue -h -j 12962 -o %r' failed with exit code 1: --- stdout --- --- stdout --- --- stderr --- slurm_load_jobs error: Invalid job id specified --- stderr ---
In the past, squeue didn't fail if the passed job id didn't exist. The error comes from this part of the code:
reframe/reframe/core/schedulers/slurm.py
Line 485 in 8395b49
We should also ignore squeue's failure and assume that job has finished.
The text was updated successfully, but these errors were encountered:
vkarak
Successfully merging a pull request may close this issue.
Here's the test's stderr:
In the past,
squeue
didn't fail if the passed job id didn't exist. The error comes from this part of the code:reframe/reframe/core/schedulers/slurm.py
Line 485 in 8395b49
We should also ignore
squeue
's failure and assume that job has finished.The text was updated successfully, but these errors were encountered: