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

Issue 4439088: code review 4439088: http: fix racy test with a simpler version (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

http: fix racy test with a simpler version This was seen breaking the slow arm5 builder: http://godashboard.appspot.com/log/ec54ee302a70c07093e8f5c47454b3eb48768b77e1d8cc7943d8951f8b6696be The test was unnecessarily complex and didn't benefit from using httptest.Server. That just got in the way.

Patch Set 1 #

Patch Set 2 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #

Patch Set 3 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #

Patch Set 5 : diff -r 324929f8eeb8 https://go.googlecode.com/hg #

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

Messages

Total messages: 3
bradfitz
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
14 years ago (2011-05-02 19:59:50 UTC) #1
rsc
LGTM
14 years ago (2011-05-02 20:00:29 UTC) #2
bradfitz
14 years ago (2011-05-02 20:01:38 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=8c71c647d9f5 ***

http: fix racy test with a simpler version

This was seen breaking the slow arm5 builder:
http://godashboard.appspot.com/log/ec54ee302a70c07093e8f5c47454b3eb48768b77e1...

The test was unnecessarily complex and didn't benefit from
using httptest.Server. That just got in the way.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4439088
Sign in to reply to this message.

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