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
152474: ccl/multiregionccl: deflake TestRegionLivenessProber r=fqazi a=fqazi
Previously, TestRegionLivenessProber could flake because the synthetic region probe timeout in this test could have been hit by the instance reclaim logic. This test was incorrectly running this logic every 150ms increasing the risk of flakes. To address this, this patch leaves this setting on the default setting of 10 minutes, so the region failure should only be detected by the intentionally executed test logic.
Fixes: #151747
Release note: None
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments