Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Dec 4, 2024
1 parent e0f0e97 commit 8d9a18e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integrations/mcs/scheduling/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ func (suite *serverTestSuite) TestStoreLimit() {
defer tc.Destroy()
leaderServer := suite.pdLeader.GetServer()
tc.WaitForPrimaryServing(re)
testutil.Eventually(re, func() bool {
return leaderServer.GetRaftCluster().IsServiceIndependent(constant.SchedulingServiceName)
})
oc := tc.GetPrimaryServer().GetCluster().GetCoordinator().GetOperatorController()

conf := leaderServer.GetReplicationConfig().Clone()
Expand Down

0 comments on commit 8d9a18e

Please sign in to comment.