Skip to content

tests: fix test suite remaining stuck open at the end on CUDA devices#2584

Merged
bghira merged 1 commit intomainfrom
bugfix/test-suite-handing-on-cuda
Feb 8, 2026
Merged

tests: fix test suite remaining stuck open at the end on CUDA devices#2584
bghira merged 1 commit intomainfrom
bugfix/test-suite-handing-on-cuda

Conversation

@bghira
Copy link
Owner

@bghira bghira commented Feb 8, 2026

This pull request makes a small but important improvement to the tests/test_conditioning_split_alignment.py test suite. The main change ensures proper cleanup of multiprocessing resources after running the test_reference_strict_duplication_multi_process_reload test.

Resource management improvement:

  • Added a try...finally block to guarantee that manager.shutdown() is called after the test, preventing potential resource leaks from the multiprocessing manager. [1] [2]

@bghira bghira merged commit 94e79ce into main Feb 8, 2026
2 checks passed
@bghira bghira deleted the bugfix/test-suite-handing-on-cuda branch February 8, 2026 16:25
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

Successfully merging this pull request may close these issues.

1 participant