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

Issue 7314097: code review 7314097: net: delete TestDialTimeoutHandleLeak (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by brainman
Modified:
12 years, 4 months ago
Reviewers:
CC:
golang-dev, bradfitz, mikio
Visibility:
Public.

Description

net: delete TestDialTimeoutHandleLeak It is too flaky. Tried to make it more reliable, but that affects other tests (they run too long), because we do unusual things here, like attempting to connect to non-existing address and interrupt.

Patch Set 1 #

Patch Set 2 : diff -r 31065f4dbca5 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 31065f4dbca5 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r fdf84e3a0efe https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 90e25d15bc1c https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -73 lines) Patch
R src/pkg/net/dial_windows_test.go View 1 2 3 1 chunk +0 lines, -73 lines 0 comments Download

Messages

Total messages: 7
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 4 months ago (2013-02-14 03:53:48 UTC) #1
brainman
I saw one false positive on user report http://goo.gl/EgV05 (see attached log file). But it ...
12 years, 4 months ago (2013-02-14 03:54:13 UTC) #2
brainman
Please, do not review yet. Now suddenly TestShutdown takes ~10s to run. I need to ...
12 years, 4 months ago (2013-02-14 06:30:24 UTC) #3
brainman
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 4 months ago (2013-02-15 02:16:42 UTC) #4
bradfitz
LGTM On Thu, Feb 14, 2013 at 6:16 PM, <alex.brainman@gmail.com> wrote: > Hello golang-dev@googlegroups.com (cc: ...
12 years, 4 months ago (2013-02-15 02:29:05 UTC) #5
mikio
LGTM
12 years, 4 months ago (2013-02-15 03:39:17 UTC) #6
brainman
12 years, 4 months ago (2013-02-15 04:52:25 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=a96415ec9a92 ***

net: delete TestDialTimeoutHandleLeak

It is too flaky. Tried to make it more reliable,
but that affects other tests (they run too long),
because we do unusual things here, like attempting
to connect to non-existing address and interrupt.

R=golang-dev, bradfitz, mikioh.mikioh
CC=golang-dev
https://codereview.appspot.com/7314097
Sign in to reply to this message.

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