reframe icon indicating copy to clipboard operation
reframe copied to clipboard

build_jobs are not killed on abort

Open Blanca-Fuentes opened this issue 1 year ago • 2 comments

I think build jobs are not killed on abort

https://github.com/reframe-hpc/reframe/blob/73441fac5598484300c807ce5357e6ff0d24b395/reframe/frontend/executors/init.py#L514-L524

Blanca-Fuentes avatar Jan 23 '25 15:01 Blanca-Fuentes

@Blanca-Fuentes Do you have a reproducer?

vkarak avatar Jan 23 '25 16:01 vkarak

Given the code snippet above that's very likely to happen and it should be reproducible only when running on a cluster. Running the following command and aborting, it should be reproducing it, but I need to verify it:

reframe -c unittests/resources/checks/hellocheck.py -n ^HelloTest -S build_locally=0 -S prebuild_cmds="sleep 30" -r

vkarak avatar Jun 03 '25 22:06 vkarak

I reproduced it in the pseudo-cluster of the tutorial.

vkarak avatar Jun 30 '25 21:06 vkarak