Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/crypto/acme: TestFetchCertCancel failures with "400 Bad Request" #44611

Closed
bcmills opened this issue Feb 25, 2021 · 6 comments
Closed

x/crypto/acme: TestFetchCertCancel failures with "400 Bad Request" #44611

bcmills opened this issue Feb 25, 2021 · 6 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 25, 2021
@bcmills bcmills added this to the Backlog milestone Feb 25, 2021
@bcmills
Copy link
Contributor Author

bcmills commented Dec 7, 2021

Given the high recent failure rate, marking as release-blocker via #11811.
(Note that at least one failure was on linux/amd64, a first-class port.)

@bcmills bcmills modified the milestones: Backlog, Go1.18 Dec 7, 2021
@bcmills bcmills added okay-after-beta1 Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1 release-blocker labels Dec 7, 2021
@cherrymui cherrymui removed the okay-after-beta1 Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1 label Dec 14, 2021
@cherrymui
Copy link
Member

Seems there has been no new failure since 2021-11-15. Any update on this? Thanks. (checking in as this is a release blocker)

@bcmills
Copy link
Contributor Author

bcmills commented Jan 12, 2022

greplogs --dashboard -md -l -e 'FAIL: TestFetchCertCancel' --since=2021-12-07

2022-01-06T00:26:47-e495a2d-b5bfaf4/dragonfly-amd64
2021-12-29T20:20:32-e495a2d-6178d25/android-amd64-emu

@bcmills
Copy link
Contributor Author

bcmills commented Jan 12, 2022

This is easy to reproduce by adding a time.Sleep before the cancel call here:
https://cs.opensource.google/go/x/crypto/+/master:acme/acme_test.go;l=990;drc=9d1352758620574fd6fc23c31c59c4333b4b3fff

I'll mail a fix.

@bcmills bcmills added the Testing An issue that has been verified to require only test changes, not just a test failure. label Jan 12, 2022
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/378074 mentions this issue: acme: in TestFetchCertCancel, do not reply before the cancellation propagates

owenthereal pushed a commit to owenthereal/upterm.crypto that referenced this issue Mar 5, 2022
…opagates

Fixes golang/go#44611

Change-Id: I81b3c3b7be25fe4e492695fa5935e70aa7b96c07
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/378074
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
@rsc rsc unassigned bcmills Jun 23, 2022
iamacarpet pushed a commit to affordablemobiles/xcrypto that referenced this issue Aug 2, 2022
…opagates

Fixes golang/go#44611

Change-Id: I81b3c3b7be25fe4e492695fa5935e70aa7b96c07
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/378074
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LewiGoddard pushed a commit to LewiGoddard/crypto that referenced this issue Feb 16, 2023
…opagates

Fixes golang/go#44611

Change-Id: I81b3c3b7be25fe4e492695fa5935e70aa7b96c07
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/378074
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
@golang golang locked and limited conversation to collaborators Jun 23, 2023
BiiChris pushed a commit to BiiChris/crypto that referenced this issue Sep 15, 2023
…opagates

Fixes golang/go#44611

Change-Id: I81b3c3b7be25fe4e492695fa5935e70aa7b96c07
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/378074
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants