Open staffik opened 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.50%. Comparing base (
6ab26a0
) to head (365c1df
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue: https://github.com/near/nearcore/issues/11883 Add two tests:
gc_after_node_offline
- make a node offline for more than 1 epoch and bring it back, eventually old block data should be gc-ed.gc_after_shard_switch
- change tracked shard for a node, eventually old data (including chunks for the shard that is no longer tracked) should be gc-ed.Both tests currently fail.
Run with (for
gc_after_node_offline
):