Fix race conditions detected in make test-race#2027
Conversation
Also added a nightly github action that runs race condition check
Code ReviewFound 2 issues that should be addressed: 1.
|
|
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (81.81%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #2027 +/- ##
===========================================
- Coverage 49.57% 49.56% -0.01%
===========================================
Files 874 874
Lines 150499 150517 +18
===========================================
- Hits 74605 74601 -4
- Misses 70856 70879 +23
+ Partials 5038 5037 -1
... and 17 files with indirect coverage changes
🚀 New features to boost your workflow:
|


Description
Fix detected race conditions.
Also added a nightly github action that runs race condition check.
Changes
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Nodes audience
In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)
Checklist
Cross repository changes
Testing
Manual tests
Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it