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

Issue 10454043: code review 10454043: all: fix some failed goroutines cause tests deadlock bug (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by chai2010
Modified:
10 years, 4 months ago
Reviewers:
r, gobot, golang-dev, dfc, bradfitz
Visibility:
Public.

Description

all: fix some failed goroutines cause tests deadlock bug If other goroutines test failed, assure call wg.Done t.Fatalf, and use t.Errorf instead t.Fatalf. Fixes issue 5746.

Patch Set 1 #

Patch Set 2 : diff -r cbcc3e864275 http://code.google.com/p/go #

Patch Set 3 : diff -r cbcc3e864275 http://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M src/pkg/log/syslog/syslog_test.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/net/http/serve_test.go View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/pkg/net/rpc/server_test.go View 1 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 7
chai2010
Hello golang-dev@googlegroups.com, I'd like you to review this change to http://code.google.com/p/go
10 years, 10 months ago (2013-06-21 09:21:14 UTC) #1
bradfitz
Changing to using defer for wg.Done(), is fine, but I don't see the reason to ...
10 years, 10 months ago (2013-06-21 20:34:12 UTC) #2
chai2010
On 2013/06/21 20:34:12, bradfitz wrote: > Changing to using defer for wg.Done(), is fine, but ...
10 years, 10 months ago (2013-06-22 13:23:58 UTC) #3
chai2010
On 2013/06/22 13:23:58, chai2010 wrote: > On 2013/06/21 20:34:12, bradfitz wrote: > > Changing to ...
10 years, 9 months ago (2013-07-17 01:33:05 UTC) #4
dfc
I'm having a hard time getting excited about this change. While these tests don't display ...
10 years, 9 months ago (2013-07-17 09:11:42 UTC) #5
r
No, thanks.
10 years, 9 months ago (2013-07-18 10:23:34 UTC) #6
gobot
10 years, 4 months ago (2013-12-20 02:54:51 UTC) #7
Sign in to reply to this message.

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