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

Issue 6129052: code review 6129052: syscall: add a test for passing an fd over a unix socket (Closed)

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

Description

syscall: add a test for passing an fd over a unix socket Re-submitting previously reverted change 160ec5506cb7.

Patch Set 1 #

Patch Set 2 : diff -r 34a544cf1583 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 34a544cf1583 https://go.googlecode.com/hg/ #

Total comments: 6

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

Total comments: 5

Patch Set 5 : diff -r 34a544cf1583 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 34a544cf1583 https://go.googlecode.com/hg/ #

Total comments: 1

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

Patch Set 8 : diff -r d115f111a4ba https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -0 lines) Patch
A src/pkg/syscall/passfd_test.go View 1 2 3 4 5 6 1 chunk +151 lines, -0 lines 0 comments Download

Messages

Total messages: 12
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2012-04-30 04:36:27 UTC) #1
r
http://codereview.appspot.com/6129052/diff/3002/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/3002/src/pkg/syscall/passfd_test.go#newcode47 src/pkg/syscall/passfd_test.go:47: return // not fatalf, so defers above run. Fatalf ...
12 years, 11 months ago (2012-04-30 04:43:40 UTC) #2
bradfitz
http://codereview.appspot.com/6129052/diff/3002/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/3002/src/pkg/syscall/passfd_test.go#newcode47 src/pkg/syscall/passfd_test.go:47: return // not fatalf, so defers above run. On ...
12 years, 11 months ago (2012-04-30 04:48:11 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2012-04-30 04:48:25 UTC) #4
r
http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go#newcode95 src/pkg/syscall/passfd_test.go:95: // Not a real test. This is the helper ...
12 years, 11 months ago (2012-04-30 04:54:47 UTC) #5
r
http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go#newcode40 src/pkg/syscall/passfd_test.go:40: cmd := exec.Command(os.Args[0], "-test.run=TestPassFDChild", "--", tempDir) it's a regexp. ...
12 years, 11 months ago (2012-04-30 04:55:07 UTC) #6
r2
On Apr 30, 2012, at 2:54 PM, r@golang.org wrote: > how about putting this logic ...
12 years, 11 months ago (2012-04-30 04:57:11 UTC) #7
bradfitz
Hello golang-dev@googlegroups.com, r@golang.org, r@google.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2012-04-30 05:03:44 UTC) #8
bradfitz
http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/7002/src/pkg/syscall/passfd_test.go#newcode40 src/pkg/syscall/passfd_test.go:40: cmd := exec.Command(os.Args[0], "-test.run=TestPassFDChild", "--", tempDir) On 2012/04/30 04:55:07, ...
12 years, 11 months ago (2012-04-30 05:04:24 UTC) #9
bradfitz
Hello golang-dev@googlegroups.com, r@golang.org, r@google.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2012-04-30 05:08:41 UTC) #10
r
LGTM http://codereview.appspot.com/6129052/diff/3004/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/6129052/diff/3004/src/pkg/syscall/passfd_test.go#newcode22 src/pkg/syscall/passfd_test.go:22: func TestPassFD(t *testing.T) { // The test calls ...
12 years, 11 months ago (2012-04-30 05:10:44 UTC) #11
bradfitz
12 years, 11 months ago (2012-04-30 05:31:25 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=15260ef90c98 ***

syscall: add a test for passing an fd over a unix socket

Re-submitting previously reverted change 160ec5506cb7.

R=golang-dev, r, r
CC=golang-dev
http://codereview.appspot.com/6129052
Sign in to reply to this message.

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