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

refactor: use NightshadeRuntime for chain garabage collection tests #10694

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

pugachAG
Copy link
Contributor

@pugachAG pugachAG commented Mar 3, 2024

Part of #10678 and #10634.

Tests are updated to reflect the actual behaviour of chain garbage collection.

Copy link

codecov bot commented Mar 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.17%. Comparing base (50bafce) to head (e0dfc01).
Report is 5 commits behind head on master.

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     
Flag Coverage Δ
backward-compatibility 0.24% <0.00%> (-0.01%) ⬇️
db-migration 0.24% <0.00%> (-0.01%) ⬇️
genesis-check 1.40% <0.00%> (-0.01%) ⬇️
integration-tests 37.03% <0.00%> (-0.03%) ⬇️
linux 70.98% <100.00%> (+0.02%) ⬆️
linux-nightly 71.58% <100.00%> (+0.01%) ⬆️
macos 55.20% <100.00%> (+0.01%) ⬆️
pytests 1.63% <0.00%> (-0.01%) ⬇️
sanity-checks 1.41% <0.00%> (-0.01%) ⬇️
unittests 68.01% <100.00%> (+0.03%) ⬆️
upgradability 0.29% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@pugachAG pugachAG force-pushed the remove-kv-runtime-gc-tests branch 4 times, most recently from 4f01d6b to af0d836 Compare March 4, 2024 09:34
@pugachAG pugachAG marked this pull request as ready for review March 4, 2024 09:35
@pugachAG pugachAG requested a review from a team as a code owner March 4, 2024 09:35
Copy link
Contributor

@shreyan-gupta shreyan-gupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

@pugachAG pugachAG added this pull request to the merge queue Mar 4, 2024
Merged via the queue into master with commit 6a68a2b Mar 4, 2024
29 of 30 checks passed
@pugachAG pugachAG deleted the remove-kv-runtime-gc-tests branch March 4, 2024 18:50
github-merge-queue bot pushed a commit that referenced this pull request Apr 30, 2024
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`.
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.

3 participants