]> Cypherpunks repositories - gostls13.git/commit
test/locklinear: deflake again
authorRuss Cox <rsc@golang.org>
Thu, 2 Mar 2017 14:24:42 +0000 (09:24 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 Mar 2017 15:05:42 +0000 (15:05 +0000)
commit06a6b3a4134f1c7b93308a4f45eed6aeaa9a5f00
tree9ad0e7b89fc528d04898b785058fa9d93e8270a9
parent2ec77d3457aaa9e07ac5c765a0323fc9c3ef889f
test/locklinear: deflake again

On overloaded machines once we get to big N, the machine slowness dominates.
But we only retry once we get to a big N.
Instead, retry for small N too, and die on the first big N that fails.

Change-Id: I3ab9cfb88832ad86e2ba1389a926045091268aeb
Reviewed-on: https://go-review.googlesource.com/37543
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/locklinear.go