Skip to content

Commit

Permalink
Vtctld Test cases in Go using cluster (#25)
Browse files Browse the repository at this point in the history
* converted vtctld_test.py to go

Signed-off-by: Arindam Nayak <[email protected]>
Signed-off-by: Arindam Nayak <[email protected]>
  • Loading branch information
arindamnayak committed Dec 10, 2019
1 parent a8c521b commit 96cd10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/cluster/cluster_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ func (cluster *LocalProcessCluster) StartVttablet(tablet *Vttablet, servingStatu
tablet.VttabletProcess.SupportBackup = supportBackup
tablet.VttabletProcess.ServingStatus = servingStatus
return tablet.VttabletProcess.Setup()
}
}

0 comments on commit 96cd10c

Please sign in to comment.