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

Issue 97780045: code review 97780045: log/syslog: document if network=="" for Dial, it will c... (Closed)

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

Description

log/syslog: document if network=="" for Dial, it will connect to local syslog server. Fixes issue 7828.

Patch Set 1 #

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

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

Total comments: 1

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

Patch Set 5 : diff -r 1e3d370e42f6 https://code.google.com/p/go #

Patch Set 6 : diff -r 1e3d370e42f6 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/log/syslog/syslog.go View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8
minux1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-28 04:54:44 UTC) #1
rh
LGTM https://codereview.appspot.com/97780045/diff/40001/src/pkg/log/syslog/syslog.go File src/pkg/log/syslog/syslog.go (right): https://codereview.appspot.com/97780045/diff/40001/src/pkg/log/syslog/syslog.go#newcode118 src/pkg/log/syslog/syslog.go:118: // address raddr on the network net. Each ...
10 years ago (2014-04-28 12:40:14 UTC) #2
iant
LGTM
10 years ago (2014-04-28 16:40:28 UTC) #3
minux1
Hello golang-codereviews@googlegroups.com, robert.hencke@gmail.com, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-04-28 18:26:13 UTC) #4
bradfitz
LGTM On Sun, Apr 27, 2014 at 9:54 PM, <minux.ma@gmail.com> wrote: > Reviewers: golang-codereviews, > ...
10 years ago (2014-04-28 18:28:16 UTC) #5
minux1
*** Submitted as https://code.google.com/p/go/source/detail?r=46ac9e6796a3 *** log/syslog: document if network=="" for Dial, it will connect to ...
10 years ago (2014-04-28 18:29:49 UTC) #6
gobot
This CL appears to have broken the openbsd-386-rootbsd builder. See http://build.golang.org/log/9042fab0d73bcef443ae314816c8899240e93582
10 years ago (2014-04-28 19:01:18 UTC) #7
minux1
10 years ago (2014-04-28 19:23:24 UTC) #8
On Mon, Apr 28, 2014 at 3:01 PM, <gobot@golang.org> wrote:

> This CL appears to have broken the openbsd-386-rootbsd builder.
> See http://build.golang.org/log/9042fab0d73bcef443ae314816c8899240e93582

--- FAIL: TestAfterQueuing (1.03 seconds)
 sleep_test.go:214: attempt 0 failed: After(20ms) arrived at 239.913453ms,
expected [10ms,220ms]
sleep_test.go:214: attempt 1 failed: After(20ms) arrived at 409.366554ms,
expected [10ms,220ms]
 sleep_test.go:214: attempt 2 failed: After(20ms) arrived at 269.736517ms,
expected [10ms,220ms]
sleep_test.go:218: After(20ms) arrived at 269.736517ms, expected
[10ms,220ms]
FAIL
FAIL time 5.794s

It's unrelated.
Sign in to reply to this message.

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