2
0
This commit is contained in:
Jack Christensen
2017-02-11 14:59:16 -06:00
parent f0dfe4fe89
commit e4f9108e82
7 changed files with 82 additions and 76 deletions
+2 -2
View File
@@ -1513,7 +1513,7 @@ func TestQueryContextCancelationCancelsQuery(t *testing.T) {
t.Fatal("Expected context.Canceled error, got %v", rows.Err())
}
ensureConnDeadOnServer(t, conn, *defaultConnConfig)
ensureConnValid(t, conn)
}
func TestQueryRowContextSuccess(t *testing.T) {
@@ -1573,5 +1573,5 @@ func TestQueryRowContextCancelationCancelsQuery(t *testing.T) {
t.Fatal("Expected context.Canceled error, got %v", err)
}
ensureConnDeadOnServer(t, conn, *defaultConnConfig)
ensureConnValid(t, conn)
}