]> Cypherpunks repositories - gostls13.git/commit
runtime: execute TestSpuriousWakeupsNeverHangSemasleep in parallel
authorBryan C. Mills <bcmills@google.com>
Mon, 22 Nov 2021 19:37:41 +0000 (14:37 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 22 Nov 2021 20:34:40 +0000 (20:34 +0000)
commitf13fcd9e6839978b883016a50a4e61d4ba843335
treead38f3c8e464359caee0064f3a21dde66046121f
parent17aa21279965f5d088606639c17aa60208a34b7d
runtime: execute TestSpuriousWakeupsNeverHangSemasleep in parallel

This test spends most of its time sleeping and waiting on a subprocess
to sleep. It seems like a prime candidate to run in parallel, although
we may need to relax its hard-coded 2s timeout on the sleep(1)
subprocess.

For #48770

Change-Id: I4e839739fe82446615f9894c1904c87e5f3cf386
Reviewed-on: https://go-review.googlesource.com/c/go/+/366256
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/semasleep_test.go