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

Issue 8583047: code review 8583047: test/stress: start of a runtime stress program (Closed)

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

Description

test/stress: start of a runtime stress program Runs forever, stressing the runtime in various ways. It should never terminate.

Patch Set 1 #

Patch Set 2 : diff -r 54957b8906eb https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 54957b8906eb https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 54957b8906eb https://go.googlecode.com/hg/ #

Total comments: 12

Patch Set 5 : diff -r 54957b8906eb https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 824737065aef https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+495 lines, -0 lines) Patch
A test/stress/maps.go View 1 2 3 4 5 1 chunk +111 lines, -0 lines 0 comments Download
A test/stress/parsego.go View 1 2 3 4 5 1 chunk +220 lines, -0 lines 0 comments Download
A test/stress/runstress.go View 1 2 3 4 5 1 chunk +164 lines, -0 lines 0 comments Download

Messages

Total messages: 10
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-04-12 22:08:39 UTC) #1
r
seems like a good start, but please move it to /test/stress or something like that ...
12 years ago (2013-04-12 22:11:58 UTC) #2
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2013-04-12 22:12:18 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2013-04-12 22:15:23 UTC) #4
r
https://codereview.appspot.com/8583047/diff/10001/test/stress/maps.go File test/stress/maps.go (right): https://codereview.appspot.com/8583047/diff/10001/test/stress/maps.go#newcode1 test/stress/maps.go:1: package main copyright https://codereview.appspot.com/8583047/diff/10001/test/stress/parsego.go File test/stress/parsego.go (right): https://codereview.appspot.com/8583047/diff/10001/test/stress/parsego.go#newcode38 test/stress/parsego.go:38: ...
12 years ago (2013-04-12 22:18:40 UTC) #5
minux1
https://codereview.appspot.com/8583047/diff/10001/test/stress/runstress.go File test/stress/runstress.go (right): https://codereview.appspot.com/8583047/diff/10001/test/stress/runstress.go#newcode84 test/stress/runstress.go:84: cmd := exec.Command("/bin/sh", "-c", fmt.Sprintf("echo %s; exit %d", wantOutput, ...
12 years ago (2013-04-12 22:26:47 UTC) #6
bradfitz
Hello golang-dev@googlegroups.com, r@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2013-04-15 18:20:34 UTC) #7
bradfitz
PTAL https://codereview.appspot.com/8583047/diff/10001/test/stress/maps.go File test/stress/maps.go (right): https://codereview.appspot.com/8583047/diff/10001/test/stress/maps.go#newcode1 test/stress/maps.go:1: package main On 2013/04/12 22:18:40, r wrote: > ...
12 years ago (2013-04-15 18:20:37 UTC) #8
r
LGTM
12 years ago (2013-04-15 18:45:16 UTC) #9
bradfitz
12 years ago (2013-04-15 18:50:17 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=131549887d7c ***

test/stress: start of a runtime stress program

Runs forever, stressing the runtime in various ways.

It should never terminate.

R=golang-dev, r, minux.ma
CC=golang-dev
https://codereview.appspot.com/8583047
Sign in to reply to this message.

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