]> Cypherpunks repositories - gostls13.git/commit
testing: add PAUSE, CONT output lines to explain Parallel execution
authorRuss Cox <rsc@golang.org>
Tue, 18 Jul 2017 01:06:05 +0000 (21:06 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 10 Oct 2017 17:44:22 +0000 (17:44 +0000)
commit3a8b9cfe9138d3a4aa227a6967d94ecdb3c0bd6f
treed24479b6e33dc06bfea80f64006a617057da9bb6
parentf14f7b31416ee655dc588eb3a1772a7a4be2a61c
testing: add PAUSE, CONT output lines to explain Parallel execution

This should make parallel execution a bit clearer.
With -p=1 it should make the execution completely unambiguous.

Fixes #19280.

Change-Id: Ib48cdfe96896d01b0d8f98ccb2fab614407a7d92
Reviewed-on: https://go-review.googlesource.com/49430
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/testing.go