-
Notifications
You must be signed in to change notification settings - Fork 820
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
Better e2e udp send errors #2349
Conversation
Returning more descriptive error messages on `SendUDP` so we can see what is happening there a bit better. Also cleaned up a small thing left behind in the gameserver e2e tests.
cb6d447
to
cfdb2bd
Compare
Build Failed 😱 Build Id: 32014cef-0b81-4da6-b9c0-f784712ab839 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Well it gives a better error message:
Now to work out why it isn't responding sometimes. Maybe on message timeout we dump GameServer info as well. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 5fe18650-f42b-40ad-9a21-95dc4c8ba6a4 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:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Returning more descriptive error messages on
SendUDP
so we can see what is happening there a bit better.Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Also cleaned up a small thing left behind in the gameserver e2e tests.