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

Sapphire updates #375

Merged
merged 4 commits into from
Oct 3, 2023
Merged

Sapphire updates #375

merged 4 commits into from
Oct 3, 2023

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Sep 27, 2023

Remove the launcher thread and improve worker cleanup code.

@tysmith tysmith self-assigned this Sep 27, 2023
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #375 (fa5cc34) into master (2ed04ea) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
- Coverage   99.36%   99.36%   -0.01%     
==========================================
  Files          50       50              
  Lines        5495     5494       -1     
==========================================
- Hits         5460     5459       -1     
  Misses         35       35              
Files Coverage Δ
sapphire/conftest.py 100.00% <100.00%> (ø)
sapphire/connection_manager.py 100.00% <100.00%> (ø)
sapphire/core.py 100.00% <100.00%> (ø)
sapphire/worker.py 100.00% <100.00%> (ø)

This will prevent hangs when a test fails unexpectedly.
Also improve the worker thread cleanup code.
Working to reduce complexity and avoid potential deadlocks.
Also increase code coverage and adds docs.
@tysmith tysmith merged commit 2fb29ef into master Oct 3, 2023
5 of 6 checks passed
@tysmith tysmith deleted the sapphire-dev branch October 3, 2023 15:54
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.

2 participants