Skip to content

Commit

Permalink
tiny changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Nov 4, 2024
1 parent e6dcb8a commit 1524a05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integrations/tso/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ func (suite *tsoClientTestSuite) SetupSuite() {
suite.keyspaceIDs = make([]uint32, 0)

if !suite.legacy {
opt := suite.pdLeaderServer.GetServer().GetPersistOptions()
cfg := opt.GetMicroServiceConfig()
cfg.EnableTSODynamicSwitching = false
opt.SetMicroServiceConfig(cfg)

suite.tsoCluster, err = tests.NewTestTSOCluster(suite.ctx, 3, suite.backendEndpoints)
re.NoError(err)

Expand Down

0 comments on commit 1524a05

Please sign in to comment.