Skip to content

Commit

Permalink
make static happy
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Sep 5, 2024
1 parent 8bde4a5 commit bff529d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tso/keyspace_group_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ func (suite *keyspaceGroupManagerTestSuite) TestPrimaryPriorityChange() {
var err error
defaultPriority := constant.DefaultKeyspaceGroupReplicaPriority
clusterID, err := etcdutil.InitOrGetClusterID(suite.etcdClient, "/pd/cluster_id")
re.NoError(err)
clusterIDStr := strconv.FormatUint(clusterID, 10)
rootPath := path.Join("/pd", clusterIDStr)
cfg1 := suite.createConfig()
Expand Down

0 comments on commit bff529d

Please sign in to comment.