Skip to content

Commit

Permalink
Update to reflect new error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schreiber <[email protected]>
  • Loading branch information
arthurschreiber committed Jul 11, 2024
1 parent 09b4f3a commit b2f3f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/test/endtoend/tabletgateway/vtgate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ func TestReplicaTransactions(t *testing.T) {
_ = replicaTablet.VttabletProcess.TearDown()
// Healthcheck interval on tablet is set to 1s, so sleep for 2s
time.Sleep(2 * time.Second)
utils.AssertContainsError(t, readConn, fetchAllCustomers, "is either down or nonexistent")
utils.AssertContainsError(t, readConn, fetchAllCustomers, "connect: connection refused")

// bring up the tablet again
// trying to use the same session/transaction should fail as the vtgate has
// trying to use the same session/transaction should fail as the vttablet has
// been restarted and the session lost
replicaTablet.VttabletProcess.ServingStatus = "SERVING"
err = replicaTablet.VttabletProcess.Setup()
Expand Down

0 comments on commit b2f3f78

Please sign in to comment.