Closed tayfunelmas closed 1 month ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 71.63%. Comparing base (
cb5efd6
) to head (e78070e
).
Files with missing lines | Patch % | Lines |
---|---|---|
core/store/src/opener.rs | 50.00% | 1 Missing :warning: |
nearcore/src/migrations.rs | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reverts near/nearcore#12029
1) Deleting column PartialChuks is not taking effect for some reason.
delete_all
operation is not working. 2) Marking the column non-cold is increasing the disk usage.While investigating the reasons, reverting this change.