Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(31)

Issue 98080043: code review 98080043: net: drop flakey TestDialFailPDLeak (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by mikio
Modified:
9 years, 11 months ago
Reviewers:
iant, josharian
CC:
iant, josharian, golang-codereviews
Visibility:
Public.

Description

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 issue 6553.

Patch Set 1 : diff -r e473e77e84ff https://code.google.com/p/go #

Patch Set 2 : diff -r 2c7ba8c04515 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -54 lines) Patch
M src/pkg/net/dial_test.go View 1 chunk +0 lines, -54 lines 0 comments Download

Messages

Total messages: 7
mikio
Hello iant@golang.org, josharian@gmail.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 11 months ago (2014-05-08 00:58:29 UTC) #1
josharian
LGTM but wait for iant If you'd still like to fix this eventually to prevent ...
9 years, 11 months ago (2014-05-08 01:04:36 UTC) #2
mikio
On Thu, May 8, 2014 at 10:04 AM, <josharian@gmail.com> wrote: > If you'd still like ...
9 years, 11 months ago (2014-05-08 01:14:52 UTC) #3
josharian
> > If you'd still like to fix this eventually to prevent regressions, you > ...
9 years, 11 months ago (2014-05-08 01:18:46 UTC) #4
mikio
iant?
9 years, 11 months ago (2014-05-08 21:54:00 UTC) #5
iant
LGTM
9 years, 11 months ago (2014-05-08 23:59:43 UTC) #6
mikio
9 years, 11 months ago (2014-05-09 00:38:35 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=209bb94bd691 ***

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 issue 6553.

LGTM=josharian, iant
R=iant, josharian
CC=golang-codereviews
https://codereview.appspot.com/98080043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b