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
Type: test failure
Area: repo sharness tests
Priority: P1
Description:
in t0080-repo.sh, there is a test (currently test_expect_failure) that checks the size of a repo before and after a gc. This is occasionally faulty because the daemon is running during this and will sometimes write random bits of data to the datastore, thus changing the observed size. We should either run this test with the daemon offline, or find a better way to measure
The text was updated successfully, but these errors were encountered:
Type: test failure
Area: repo sharness tests
Priority: P1
Description:
in t0080-repo.sh, there is a test (currently test_expect_failure) that checks the size of a repo before and after a gc. This is occasionally faulty because the daemon is running during this and will sometimes write random bits of data to the datastore, thus changing the observed size. We should either run this test with the daemon offline, or find a better way to measure
The text was updated successfully, but these errors were encountered: