Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Dec 19, 2024
1 parent cce5a2f commit ea0eba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tso_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type TestTSOCluster struct {
func NewTestTSOCluster(ctx context.Context, initialServerCount int, pd *TestCluster) (tc *TestTSOCluster, err error) {
tc = &TestTSOCluster{
ctx: ctx,
pd: pd,
backendEndpoints: pd.GetLeaderServer().GetAddr(),
servers: make(map[string]*tso.Server, initialServerCount),
cleanupFuncs: make(map[string]testutil.CleanupFunc, initialServerCount),
Expand Down

0 comments on commit ea0eba0

Please sign in to comment.