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
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
0 commit comments