Skip to content

Commit

Permalink
fix the conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Apr 26, 2023
1 parent 588dadb commit 4080ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integrations/mcs/tso/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func checkTSOPath(re *require.Assertions, isAPIServiceMode bool) {
pdLeader := cluster.GetServer(leaderName)
re.NoError(pdLeader.BootstrapCluster())
backendEndpoints := pdLeader.GetAddr()
re.NoError(pdLeader.BootstrapCluster())
client := pdLeader.GetEtcdClient()
if isAPIServiceMode {
re.Equal(0, getEtcdTimestampKeyNum(re, client))
Expand Down

0 comments on commit 4080ebf

Please sign in to comment.