]> Cypherpunks repositories - gostls13.git/commit
net: drop flakey TestDialFailPDLeak
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 9 May 2014 00:38:29 +0000 (09:38 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 9 May 2014 00:38:29 +0000 (09:38 +0900)
commitf40f0b26b6d129d48457bf8dfd9ee2f6cbdfdb3b
tree7b7a91f140677e5d519ec1f0f37149c7bb7e1804
parent65c63dc4aabba3ecd320427fb20bc1cdbe0d2a3d
net: drop flakey TestDialFailPDLeak

TestDialFailPDLeak was created for testing runtime-integrated netwrok
poller stuff and used during Go 1.2 development cycle. Unfortunately
it's still flakey because it depends on MemStats of runtime, not
pollcache directly, and MemStats accounts and revises its own stats
occasionally.

For now the codepaths related to runtime-intergrated network poller
are pretty stable, so removing this test case never suffers us.

Fixes #6553.

LGTM=josharian, iant
R=iant, josharian
CC=golang-codereviews
https://golang.org/cl/98080043
src/pkg/net/dial_test.go