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

Fix stuck monitor recovery. Avoid DB related deadlocks. #1098

Merged
merged 37 commits into from
Oct 17, 2024

Run tests only for push

0ac7970
Select commit
Loading
Failed to load commit list.
Merged

Fix stuck monitor recovery. Avoid DB related deadlocks. #1098

Run tests only for push
0ac7970
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 16, 2024 in 0s

83.22% (+1.22%) compared to ad492d3

View this Pull Request on Codecov

83.22% (+1.22%) compared to ad492d3

Details

Codecov Report

Attention: Patch coverage is 81.17647% with 64 lines in your changes missing coverage. Please review.

Project coverage is 83.22%. Comparing base (ad492d3) to head (0ac7970).

Files with missing lines Patch % Lines
core/schains/monitor/main.py 82.56% 19 Missing ⚠️
core/schains/process.py 79.34% 19 Missing ⚠️
core/schains/monitor/tasks.py 87.87% 8 Missing ⚠️
web/models/schain.py 80.55% 7 Missing ⚠️
core/schains/process_manager.py 72.72% 6 Missing ⚠️
core/schains/monitor/config_monitor.py 0.00% 2 Missing ⚠️
core/schains/monitor/skaled_monitor.py 0.00% 2 Missing ⚠️
core/schains/cleaner.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           v2.8.x    #1098      +/-   ##
==========================================
+ Coverage   82.00%   83.22%   +1.22%     
==========================================
  Files         102      102              
  Lines        6124     6267     +143     
==========================================
+ Hits         5022     5216     +194     
+ Misses       1102     1051      -51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.