1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:44:46 -07:00
go/src/database/sql
Daniel Theophanes ed7888aea6 database/sql: de-flake TestTxCannotCommitAfterRollback
Do not cancel rows during test. Only cancel the Tx.
Correct the referenced issue number on the test.

Fixes #38597

Change-Id: I0e8ba1bf2a8ba638d121c9c6938501fec1d5e961
Reviewed-on: https://go-review.googlesource.com/c/go/+/229478
Run-TryBot: Daniel Theophanes <kardianos@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-04-22 22:10:09 +00:00
..
driver database/sql: add test for Conn.Validator interface 2020-03-29 02:01:34 +00:00
convert_test.go all: fix typos 2019-09-08 17:28:20 +00:00
convert.go all: fix typos 2019-09-08 17:28:20 +00:00
ctxutil.go std: remove unused bits of code all over the place 2019-09-02 12:57:37 +00:00
doc.txt
example_cli_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_service_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_test.go database/sql: fix variable name in example 2020-03-18 20:24:57 +00:00
fakedb_test.go database/sql: prevent Tx statement from committing after rollback 2020-04-20 17:45:50 +00:00
sql_test.go database/sql: de-flake TestTxCannotCommitAfterRollback 2020-04-22 22:10:09 +00:00
sql.go database/sql: de-flake TestTxCannotCommitAfterRollback 2020-04-22 22:10:09 +00:00