You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MIDX selects between duplicate copies of objects by selecting the
most-recently-modified pack-file. This modified time is stored in
seconds, so if t5319-midx.sh runs quickly, the IDX containing the 64-bit
offsets may have the same modified time as the IDX files created
earlier. This can create test failures because we do not create the
large offset chunk if our MIDX write does not pick the corrupted IDX
file.
Remove this issue from possibility by only having one IDX file in the
64-bit test.
Signed-off-by: Derrick Stolee <[email protected]>
0 commit comments