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 <arthurschreiber@github.com>
  • Loading branch information
arthurschreiber committed Jul 10, 2024
1 parent c22b815 commit 3c6fa6f
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 @@ -265,10 +265,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 3c6fa6f

Please sign in to comment.