Closed skyzh closed 1 month ago
functions
: 31.9% (7423 of 23300 functions)
lines
: 49.8% (59764 of 119904 lines)
* collected from Rust tests only
I was a bit worried you were thinking of doing this with the prod code, approved with the added
cfg(test)
.
The code is also used in storage-scrubber so it's not test only...
test_layer_download_timeouted: release-x86-64
This looks surprising, I'll peek. You can just re-run failed or push it's unrelated, but I haven't seen this failure mode.
Problem
We have 3 places where we implement layer map checks.
Summary of changes
Now we have a single check function being called in all places.
Checklist before requesting a review
Checklist before merging