golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.32k stars 17.58k forks source link

x/crypto/acme: TestRFC_WaitOrderError failures #57106

Closed gopherbot closed 1 year ago

gopherbot commented 1 year ago
#!watchflakes
post <- pkg == "golang.org/x/crypto/acme" && test == "TestRFC_WaitOrderError"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestRFC_WaitOrderError (3.00s)
    rfc8555_test.go:921: WaitOrder took too long to return

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/crypto/acme" && test == "TestRFC_WaitOrderError"
2022-11-17 19:18 darwin-amd64-11_0 crypto@2c476679 go@e727f419 x/crypto/acme.TestRFC_WaitOrderError (log) --- FAIL: TestRFC_WaitOrderError (3.00s) rfc8555_test.go:921: WaitOrder took too long to return

watchflakes

bcmills commented 1 year ago

Like #57107 and #57105, this appears to be caused by a hard-coded timeout in the test.

bcmills commented 1 year ago

Duplicate of #57107