-
Notifications
You must be signed in to change notification settings - Fork 1.2k
statserver package has a flakey test #1738
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
Comments
Thanks for spotting this @dprotaso.
|
tl;dr: looks like this is caused by Go bug 20239. By adding various log statements both in Compare a passing case:
with a failing case:
Notice that in the successful case, This is essentially the bug mentioned at the start of this comment, Interestingly, the test passes reliably if it waits for the server to get going before shutting it down, thus, which isn't a terrible workaround:
|
/assign @dprotaso |
Uh oh!
There was an error while loading. Please reload this page.
Test command to reproduce:
go test -v -count=1000 -run TestServerLifecycle
See example logs: https://console.cloud.google.com/storage/browser/knative-prow/pr-logs/pull/knative_serving/1704/pull-knative-serving-unit-tests/257/
The text was updated successfully, but these errors were encountered: