diff options
| author | Bryan C. Mills <bcmills@google.com> | 2021-12-09 17:00:51 -0500 |
|---|---|---|
| committer | Bryan Mills <bcmills@google.com> | 2021-12-13 15:47:14 +0000 |
| commit | 36db10f3cb916a1b97af3bfd4be7e3a2932185f8 (patch) | |
| tree | 9d5fc7f6c1481279e360112ac57ace7d1f80b37f /src/database/sql/sql.go | |
| parent | 9bfe09d78bd1b3ab97bc6e1c31395f0822875fba (diff) | |
| download | go-36db10f3cb916a1b97af3bfd4be7e3a2932185f8.tar.xz | |
net: remove erroneous Dial check in TestListenerClose
TestListenerClose had been asserting that a Dial to the newly-closed
address always fails, on the assumption that the listener's address
and port would not be reused by some other listener that could then
accept the connection.
As far as I can tell, that assumption is not valid: the Dial after
Close may well connect to a Listener opened for some other test, or
even one opened by a completely different process running concurrently
on the same machine.
Fixes #38700
Change-Id: I925ed1b2ccb556135a2c5be0240d1789ed27d5fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/370666
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions
