]> Cypherpunks repositories - gostls13.git/commit
runtime: even more TestStackGrowth timeout debugging
authorAustin Clements <austin@google.com>
Fri, 1 Dec 2017 20:15:42 +0000 (15:15 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 1 Dec 2017 20:46:46 +0000 (20:46 +0000)
commit2e5011d8029e29f37bae359f2b1d398212a961ee
tree0d63ed68951c6cfb5534bc935155d4849fa9a88f
parent088a9ad543398fa6e656dd5e6f837fb07caada16
runtime: even more TestStackGrowth timeout debugging

This adds logging for the expected duration of a growStack, plus
progress information on the growStack that timed out.

Updates #19381.

Change-Id: Ic358f8350f499ff22dd213b658aece7d1aa62675
Reviewed-on: https://go-review.googlesource.com/81556
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/stack_test.go