-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/review/git-codereview: test failures with "change not found on Gerrit server" #49899
Comments
Widening the failure regexp a bit to catch other tests, since this failure is attributed to
2021-11-29T19:46:17-39ade5b-b7651e5/dragonfly-amd64 |
Change https://golang.org/cl/368174 mentions this issue: |
The reason for the failures in golang/go#49899 is not clear. Perhaps the stderr output will shed some light on what is happening. For golang/go#49899 Change-Id: I37c6339c8ebd4a37e4ff5b3b813572193903cee4 Reviewed-on: https://go-review.googlesource.com/c/review/+/368174 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
The extra logging has not shed much light on the problem.
2022-04-02T17:45:45-543cc26-01c83be/solaris-amd64-oraclerel |
The logging from CL 399116 has added some interesting output!
|
A regexp for the above failure mode:
2022-04-22T17:22:12-ae62a0b-534a911/dragonfly-amd64 |
|
|
Duplicate of #56221 |
greplogs --dashboard -md -l -e 'FAIL: TestSubmitInteractive.*\n(?:\s+.+)*.*change not found'
2021-11-29T19:46:17-39ade5b-b7651e5/dragonfly-amd64
2017-03-07T20:46:54-e973841-b992c26/openbsd-amd64-60
Not clear to me whether this is a Gerrit server flake or a bug in the test, but the failure rate is delightfully low. 😅
The text was updated successfully, but these errors were encountered: