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

Check for lost processes and threads #791

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bouthilx
Copy link
Member

@bouthilx bouthilx commented Feb 11, 2022

Many tests leave running processes or threads in the backgrounds. There
are both cause of tests randomly hanging and side-effects during other
tests latter on. We should verify at end of each tests that no processes
or threads are left running.

Note

Commit for github-actions and tox.ini should be removed before merge. This is just to focus the CI on the faulty tests while I am still debugging.

Other note

The test test_storage.py::test_acquire_algorithm_lock_timeout should be adjusted when all lost processes and threads are adressed.

Many tests leave running processes or threads in the backgrounds. There
are both cause of tests randomly hanging and side-effects during other
tests latter on. We should verify at end of each tests that no processes
or threads are left running.
bouthilx added a commit to bouthilx/orion that referenced this pull request Feb 11, 2022
@bouthilx bouthilx added this to the v0.2.3 milestone Feb 11, 2022
@bouthilx bouthilx modified the milestones: v0.2.3, v0.2.5 Mar 18, 2022
lebrice pushed a commit to lebrice/orion that referenced this pull request Jun 27, 2022
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.

None yet

1 participant