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
One of the tests added in b845bd8
previously could be flaky due to `parallelScanResultThreshold` being
metamorphic. Namely, if that value is very small (like 2), then we won't
parallelize remote region scans. The flake is now fixed by requiring
non-metamorphic batch sizes.
Release note: None
0 commit comments