go/src/database/sql
Bryan C. Mills 6891d07ee6 database/sql: consolidate test polling loops
Also eliminate some arbitrary deadlines and sleeps.

Fixes #49958

Change-Id: I999b39a896e430e3bb93aa8b8c9444f28bbaa9d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/378395
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
2022-01-13 20:43:56 +00:00
..
driver all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
convert.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
convert_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +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
example_service_test.go
example_test.go database/sql: fix incorrect function name in example_test 2020-04-28 14:05:09 +00:00
fakedb_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
sql.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
sql_test.go database/sql: consolidate test polling loops 2022-01-13 20:43:56 +00:00