]> Cypherpunks repositories - gostls13.git/commit
net: deflake TestDialerDualStackFDLeak
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 19 Feb 2016 08:41:44 +0000 (17:41 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 21 Feb 2016 02:54:12 +0000 (02:54 +0000)
commit9194421eedfd64d2d71e66cbf060d19502610c30
tree62378b60cff3dd60120e1a983c170caefa6ccfa3
parente6d6ad47f52fa40dd07bb74b2df349321fad1eeb
net: deflake TestDialerDualStackFDLeak

We need to stop the mock listener certainly for preventing it from
pulling up pending connections during measurement.

Fixes #14223.

Change-Id: Ia40db01d1262963697b83ca867563dec77d772e3
Reviewed-on: https://go-review.googlesource.com/19246
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial_test.go