remove rows.Close() in TestShortTimeout
couldn't reproduce on local environment
This commit is contained in:
@@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
|
||||
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
|
||||
t.Fatal(ctx.Err())
|
||||
}
|
||||
rows.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user