[BUG]: Unit tests related to SharedProcessPool.terminate()
generates stack traces and possibly block the remote-ci
#1926
Labels
bug
Something isn't working
Version
24.10
Which installation method(s) does this occur on?
Source
Describe the bug.
The unit tests that call
SharedProcessPool.terminate()
generates stack traces while killing all the sub-processes in the process pool. The stack traces are misleading to developers and it is possible to block the remote-ci in some cases.To fix the issue, the stack traces should be captured or re-directed to somewhere else, or just remove the tests that calls
SharedProcessPool.terminate()
Minimum reproducible example
pytest -v tests/utils/test_shared_process_pool.py
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: