Skip to content

Commit

Permalink
fix VtctldClientProcess not being present in tests in v15
Browse files Browse the repository at this point in the history
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
  • Loading branch information
rvrangel committed Oct 29, 2024
1 parent 28c7aaf commit 4942cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/cluster/cluster_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ func (cluster *LocalProcessCluster) StartTopo() (err error) {
}

cluster.VtctlclientProcess = *VtctlClientProcessInstance("localhost", cluster.VtctldProcess.GrpcPort, cluster.TmpDirectory)
cluster.VtctldClientProcess = *VtctldClientProcessInstance("localhost", cluster.VtctldProcess.GrpcPort, cluster.TmpDirectory)
return
}

Expand Down

0 comments on commit 4942cbb

Please sign in to comment.