Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: crazycs520 <[email protected]>
  • Loading branch information
crazycs520 committed Oct 18, 2023
1 parent 8aa4cf6 commit b5b720e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/realtikvtest/sessiontest/session_fail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func TestBatchClientDataRace(t *testing.T) {
rs, _ := tk.ExecWithContext(ctx, sqls[j%len(sqls)])
if rs != nil {
session.ResultSetToStringSlice(ctx, tk.Session(), rs)
rs.Close()
}
}
}()
Expand Down

0 comments on commit b5b720e

Please sign in to comment.