-
Notifications
You must be signed in to change notification settings - Fork 624
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
refactor: use NightshadeRuntime for chain garabage collection tests #10694
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10694 +/- ##
==========================================
+ Coverage 72.14% 72.17% +0.02%
==========================================
Files 737 737
Lines 150858 150862 +4
Branches 150858 150862 +4
==========================================
+ Hits 108843 108879 +36
+ Misses 37055 37025 -30
+ Partials 4960 4958 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4f01d6b
to
af0d836
Compare
af0d836
to
e0dfc01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
Currently failing on nayduck, was missed as part #10694. Verified the fix with `cargo test -pnear-chain --features test_features,expensive_tests -- --exact --nocapture tests::garbage_collection::test_gc_pine`.
Part of #10678 and #10634.
Tests are updated to reflect the actual behaviour of chain garbage collection.