]> Cypherpunks repositories - gostls13.git/commit
os: increase default write size for TestClosedPipeRaceWrite
authorIan Lance Taylor <iant@golang.org>
Mon, 3 Dec 2018 23:45:10 +0000 (15:45 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Dec 2018 03:32:16 +0000 (03:32 +0000)
commitf91fd4f9da04f7675e5ef7dee2c70ae5059f5eed
treefc8b39eaf2df2b387233c7156d822aeca3c97644
parentc2412a7681d5beaeb5a4ceef3b2b7886361282ce
os: increase default write size for TestClosedPipeRaceWrite

The original value of 65537 consistently caused the test to fail on
Solaris. The new value of 131073 consistently lets the test pass.

Change-Id: If1a76ab89aa8f661ea049113addd04b23a116534
Reviewed-on: https://go-review.googlesource.com/c/152164
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/pipe_test.go