-
Notifications
You must be signed in to change notification settings - Fork 829
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/TestGameServerShutdown #1022
flaky/TestGameServerShutdown #1022
Conversation
Increase timeout, which should solve this, as it can sometimes take up to a minute for a GameServer to shutdown and be removed. Run 100 times and passed: go test -v -p=32 -timeout=1h -count=100 -mod=vendor -run=^TestGameServerShutdown$ agones.dev/agones/test/e2e
Build Succeeded 👏 Build Id: 4807815a-ee1f-44f8-b1fa-794e8677e243 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 72a60f82-7df3-4b4b-b924-d1cc1165ed97 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Increase timeout, which should solve this, as it can sometimes take up to a minute for a GameServer to shutdown and be removed.
Run 100 times and passed:
go test -v -p=32 -timeout=1h -count=100 -mod=vendor -run=^TestGameServerShutdown$ agones.dev/agones/test/e2e