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

Issue 10285044: code review 10285044: go.net/ipv6: fix overlooked execution reorder in test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by mikio
Modified:
11 years, 9 months ago
Reviewers:
dave
CC:
dave_cheney.net, albert.strasheim, golang-dev
Visibility:
Public.

Description

go.net/ipv6: fix overlooked execution reorder in test The test expects to run opt.clear just after opt.set. Fixes issue 5696.

Patch Set 1 #

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

Patch Set 3 : diff -r f6eadd030a9d https://code.google.com/p/go.net #

Patch Set 4 : diff -r da2eb5dd9ea9 https://code.google.com/p/go.net #

Total comments: 2

Patch Set 5 : diff -r 7ffc008ad4b1 https://code.google.com/p/go.net #

Patch Set 6 : diff -r 7ffc008ad4b1 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M ipv6/control_test.go View 1 2 3 4 1 chunk +14 lines, -4 lines 0 comments Download

Messages

Total messages: 13
mikio
Hello dave@cheney.net, fullung@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
11 years, 9 months ago (2013-06-15 04:40:30 UTC) #1
dave_cheney.net
On 2013/06/15 04:40:30, mikio wrote: > Hello mailto:dave@cheney.net, mailto:fullung@gmail.com (cc: mailto:golang-dev@googlegroups.com), > > I'd like ...
11 years, 9 months ago (2013-06-16 04:24:29 UTC) #2
mikio
On Sun, Jun 16, 2013 at 1:24 PM, <dave@cheney.net> wrote: > Why do these need ...
11 years, 9 months ago (2013-06-16 04:46:14 UTC) #3
dave_cheney.net
Fair enough :) I forgot that. In that case could you please add a short ...
11 years, 9 months ago (2013-06-16 04:55:39 UTC) #4
mikio
Done. Albert? On Sun, Jun 16, 2013 at 1:55 PM, Dave Cheney <dave@cheney.net> wrote: > ...
11 years, 9 months ago (2013-06-16 05:21:23 UTC) #5
dave_cheney.net
Hmm, i'm seeing livelocks running my stress test. Please hold, more information to come tonight.
11 years, 9 months ago (2013-06-17 00:55:23 UTC) #6
mikio
ping
11 years, 9 months ago (2013-06-28 07:27:50 UTC) #7
dave_cheney.net
On 2013/06/28 07:27:50, mikio wrote: > ping I just tried again and this live locks ...
11 years, 9 months ago (2013-06-29 03:50:24 UTC) #8
dave_cheney.net
https://codereview.appspot.com/10285044/diff/11001/ipv6/control_test.go File ipv6/control_test.go (right): https://codereview.appspot.com/10285044/diff/11001/ipv6/control_test.go#newcode16 ipv6/control_test.go:16: // This loop runs methods of raw.Opt concurrentry for ...
11 years, 9 months ago (2013-06-29 03:50:47 UTC) #9
mikio
On Sat, Jun 29, 2013 at 12:50 PM, <dave@cheney.net> wrote: > I just tried again ...
11 years, 9 months ago (2013-06-29 04:02:20 UTC) #10
mikio
PTAL https://codereview.appspot.com/10285044/diff/11001/ipv6/control_test.go File ipv6/control_test.go (right): https://codereview.appspot.com/10285044/diff/11001/ipv6/control_test.go#newcode16 ipv6/control_test.go:16: // This loop runs methods of raw.Opt concurrentry ...
11 years, 9 months ago (2013-06-29 04:03:15 UTC) #11
dave_cheney.net
LGTM. Thank you.
11 years, 9 months ago (2013-06-29 04:37:02 UTC) #12
mikio
11 years, 9 months ago (2013-06-29 05:04:31 UTC) #13
*** Submitted as
https://code.google.com/p/go/source/detail?r=0579515385a2&repo=net ***

go.net/ipv6: fix overlooked execution reorder in test

The test expects to run opt.clear just after opt.set.

Fixes issue 5696.

R=dave, fullung
CC=golang-dev
https://codereview.appspot.com/10285044
Sign in to reply to this message.

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