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
Allow tolerance when testing expected archive size
Small variation in the archive size could result from compression algorithm changes. With the previous exact comparison
against the size data in the golden master index, this would cause a spurious test failure. The solution is to allow some
tolerance in the sizes during the comparison. This still provides a useful "smoke test" while avoiding the test requiring
undue maintenance effort.
0 commit comments