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

Issue 84750047: code review 84750047: net: fix data race in benchmark (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by dvyukov
Modified:
10 years ago
Reviewers:
gobot, bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

net: fix data race in benchmark If an error happens on a connection, server goroutine can call b.Logf after benchmark finishes. So join both client and server goroutines. Update issue 7718

Patch Set 1 #

Patch Set 2 : diff -r 6063871258af https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 6063871258af https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 6063871258af https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M src/pkg/net/tcp_test.go View 1 4 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 4
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years ago (2014-04-07 06:42:00 UTC) #1
bradfitz
LGTM On Apr 6, 2014 11:42 PM, <dvyukov@google.com> wrote: > Reviewers: golang-codereviews, > > Message: ...
10 years ago (2014-04-07 06:48:51 UTC) #2
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=45241e8ac3d6 *** net: fix data race in benchmark If an error happens ...
10 years ago (2014-04-07 07:00:11 UTC) #3
gobot
10 years ago (2014-04-07 07:33:22 UTC) #4
Message was sent while issue was closed.
This CL appears to have broken the darwin-amd64-race-cheney builder.
See http://build.golang.org/log/13bfd590fedca3a35b5671347d06d5fd35d3848b
Sign in to reply to this message.

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