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

Issue 5490075: code review 5490075: exec: add test to verify net package's epoll fd doesn't... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by bradfitz
Modified:
14 years ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

exec: add test to verify net package's epoll fd doesn't go to child

Patch Set 1 #

Patch Set 2 : diff -r 6392106665e7 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6392106665e7 https://go.googlecode.com/hg/ #

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

Total comments: 1

Patch Set 5 : diff -r 6392106665e7 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 6392106665e7 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r c4cfbb826311 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M src/pkg/os/exec/exec_test.go View 1 2 3 4 5 6 4 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 9
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-12-19 16:53:46 UTC) #1
rsc
I would like this tested on all the Unixes, not just Linux. What about the ...
14 years ago (2011-12-19 16:54:59 UTC) #2
bradfitz
Will do. On Mon, Dec 19, 2011 at 8:54 AM, Russ Cox <rsc@golang.org> wrote: > ...
14 years ago (2011-12-19 16:56:22 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-12-19 17:02:38 UTC) #4
rsc
http://codereview.appspot.com/5490075/diff/1003/src/pkg/os/exec/exec_test.go File src/pkg/os/exec/exec_test.go (right): http://codereview.appspot.com/5490075/diff/1003/src/pkg/os/exec/exec_test.go#newcode261 src/pkg/os/exec/exec_test.go:261: for wantfd := 4; wantfd <= 100; wantfd++ { ...
14 years ago (2011-12-19 17:07:22 UTC) #5
rsc
LGTM
14 years ago (2011-12-19 17:07:33 UTC) #6
bradfitz
This test is already skipped on Windows. I'll make the change so it compiles, though. ...
14 years ago (2011-12-19 17:14:08 UTC) #7
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=f2d3849606f5 *** exec: add test to verify net package's epoll fd doesn't ...
14 years ago (2011-12-19 17:23:12 UTC) #8
bradfitz
14 years ago (2011-12-19 17:24:34 UTC) #9
Ian,

I submitted this with the test disabled.  When you submit the CLOEXEC
change, remove the skip?

I noticed it fails on both Darwin and Linux so the epoll fix alone isn't
enough.


On Mon, Dec 19, 2011 at 9:23 AM, <bradfitz@golang.org> wrote:

> *** Submitted as
>
http://code.google.com/p/go/**source/detail?r=f2d3849606f5<http://code.google...
>
> exec: add test to verify net package's epoll fd doesn't go to child
>
> R=rsc
> CC=golang-dev
> http://codereview.appspot.com/**5490075<http://codereview.appspot.com/5490075>
>
>
>
http://codereview.appspot.com/**5490075/<http://codereview.appspot.com/5490075/>
>
Sign in to reply to this message.

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