commit | 19e2f26b21a8bb5f9cfed1808d25534d8fe88c47 | [log] [tgz] |
---|---|---|
author | James David Chalfant <james.chalfant@gmail.com> | Fri Dec 14 09:00:33 2012 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Dec 14 09:00:33 2012 -0800 |
tree | 54d348e1d4bb95484f962c13d5718a58dd4e4e01 | |
parent | 10b3e310e2cd1fcdab8185cac78f7506e5c6b118 [diff] |
database/sql: adds test for fix in issue 4433. Tests that here should be automatic retries if a database driver's connection returns ErrBadConn on Begin. See "TestTxErrBadConn" in sql_test.go R=golang-dev CC=golang-dev https://golang.org/cl/6942050