-
Notifications
You must be signed in to change notification settings - Fork 813
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
CRASH for simple-udp example #1032
Conversation
This provides the CRASH command, to make GameServer crash testing easier. This also includes a new param to disable automatically moving to `Ready` on startup, to enable testing crash events before and after a `Ready` state has been achieved. Work on googleforgames#956
/cc @aLekSer for visibility. |
Build Failed 😱 Build Id: bbd2b328-cb33-48b1-90f2-554df135911c To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
[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 |
Build Failed 😱 Build Id: 85a9e3a0-df4d-40c5-a189-23f329a9dc74 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Weird error in the build log
Trying again. |
Yeah that happened to me yesterday as well. Some gcr.io flakiness it seems. |
Build Succeeded 👏 Build Id: 31b1e551-bea6-4e26-a6ee-1d3807f1c6c9 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:
|
This provides the CRASH command, to make GameServer crash testing easier.
This also includes a new param to disable automatically moving to
Ready
on startup, to enable testing crash events before and after aReady
state has been achieved.I'll push up the image on PR merge.
Work on #956