Skip to content

Commit

Permalink
Fix ERS test
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Jan 3, 2025
1 parent 1cb43c5 commit 8f66a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/reparent/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func ErsIgnoreTablet(clusterInstance *cluster.LocalProcessCluster, tab *cluster.

// ErsWithVtctldClient runs ERS via vtctldclient binary
func ErsWithVtctldClient(clusterInstance *cluster.LocalProcessCluster) (string, error) {
args := []string{"EmergencyReparentShard", "--keyspace-shard", fmt.Sprintf("%s/%s", KeyspaceName, ShardName)}
args := []string{"EmergencyReparentShard", fmt.Sprintf("%s/%s", KeyspaceName, ShardName)}
return clusterInstance.VtctldClientProcess.ExecuteCommandWithOutput(args...)
}

Expand Down

0 comments on commit 8f66a9f

Please sign in to comment.