Skip to content

Commit

Permalink
fixt
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Nov 1, 2024
1 parent 451b2a1 commit a1946a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integrations/mcs/tso/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ func TestForwardTSORelated(t *testing.T) {
re := require.New(t)
suite := NewAPIServerForward(re)
defer suite.ShutDown()
leaderServer := suite.cluster.GetLeaderServer().GetServer()
cfg := leaderServer.GetMicroServiceConfig().Clone()
cfg.EnableTSODynamicSwitching = false
leaderServer.SetMicroServiceConfig(*cfg)
// Unable to use the tso-related interface without tso server
suite.checkUnavailableTSO(re)
tc, err := tests.NewTestTSOCluster(suite.ctx, 1, suite.backendEndpoints)
Expand Down

0 comments on commit a1946a8

Please sign in to comment.