-
Notifications
You must be signed in to change notification settings - Fork 819
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
Flaky: SDK conformance tests #1452
Comments
As part of this work, we might want to enhance the conformance tests to make it easier to work out which one is failing. Maybe we pass a name through to the local sdk binary, so it can output that at the same time a pass/fail occurs? |
Yes, I was also thinking to pass some name and it would also adds up to the logging strings. |
I think the failure with missing one of method calls caused by concurrent use of
So there is an option to reuse |
Add more detaied logging for local SDK server. Make npm and apt-get less noisy. apt-get install openjdk-8-jre spares about 25% of output. For #1452 . * SDK conformance tests - enhance logging Remove noisy npm and apt-get logs. * Use logrus.Entry to tag all local SDK logs. * Simple ParseEnvFlags test.
Add more detaied logging for local SDK server. Make npm and apt-get less noisy. apt-get install openjdk-8-jre spares about 25% of output. For googleforgames#1452 . * SDK conformance tests - enhance logging Remove noisy npm and apt-get logs. * Use logrus.Entry to tag all local SDK logs. * Simple ParseEnvFlags test.
make run-sdk-conformance-test-go
is failing pretty often on CI builds.What happened:
One of Sidecar methods (
Ready
in the logs below) call was not counted to the result.What you expected to happen:
No errors on SDK tests. Add readability to test failure output.
How to reproduce it (as minimally and precisely as possible):
make run-sdk-conformance-test-go
Anything else we need to know?:
Logs from https://console.cloud.google.com/cloud-build/builds/309432a8-a2c6-4f45-95f3-8801af9f04da;step=23?project=agones-images
Environment:
kubectl version
): 1.14The text was updated successfully, but these errors were encountered: