Skip to content
New issue

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

jobs in debug partition run indefinitely #43

Open
percyfal opened this issue Apr 6, 2022 · 0 comments
Open

jobs in debug partition run indefinitely #43

percyfal opened this issue Apr 6, 2022 · 0 comments

Comments

@percyfal
Copy link
Contributor

percyfal commented Apr 6, 2022

Hi,

this probably relates back to #38 which addressed issue #37. The partitions are up, but if you submit the example job to the debug partition, it runs indefinitely, e.g:

docker exec dockercentos7slurm_slurm_1 sbatch --wrap="sleep 10" --partition debug

I added the following to tests/test_slurm.py:test_job_can_run:

time.sleep(2)
res = host.run(f'sacct -o State --parsable --noheader -j {jobid}')
assert "COMPLETE" in res.stdout

to verify that jobs complete; see github action output on my fork. Unfortunately I have no immediate solution but I thought I'd let you know. I make use of the debug partition in a CI test so I will see if I can find a fix.

Cheers,

Per

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant