From 14674d311d984f781c5575567f9596213fef93b4 Mon Sep 17 00:00:00 2001 From: flaky-claw Date: Wed, 24 Jun 2026 23:20:31 +0000 Subject: [PATCH] fix: stabilize flaky issue #10651 Signed-off-by: Ryan Leung --- tools/pd-ctl/tests/hot/hot_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pd-ctl/tests/hot/hot_test.go b/tools/pd-ctl/tests/hot/hot_test.go index cb08fac202..c406ff534c 100644 --- a/tools/pd-ctl/tests/hot/hot_test.go +++ b/tools/pd-ctl/tests/hot/hot_test.go @@ -555,4 +555,5 @@ func (suite *hotTestSuite) checkBuckets(cluster *pdTests.TestCluster) { // Drain async hot peer updates before TearDownTest resets the hot cache directly. re.NotNil(hotStat.GetHotPeerStats(utils.Write, 0)) re.NotNil(hotStat.GetHotPeerStats(utils.Read, 0)) + re.NotNil(hotStat.GetHotPeerStats(utils.Write, 0)) }