Add retry logic to SendTCP in e2e framework#4465
Add retry logic to SendTCP in e2e framework#4465markmandel wants to merge 3 commits intoagones-dev:mainfrom
Conversation
Not sure if this will solve the issues with Autopilot, but this at least gives us a step in the right direction. Work on agones-dev#4464
| // make sure the container value points to a valid container | ||
| if !gss.HasContainer(gss.Container, false) { | ||
| allErrs = append(allErrs, field.Invalid(fldPath.Child("container"), gss.Container, "Could not find a container named " + gss.Container)) | ||
| allErrs = append(allErrs, field.Invalid(fldPath.Child("container"), gss.Container, "Could not find a container named "+gss.Container)) |
There was a problem hiding this comment.
My updated linter was failing on this one, so this got blended in.
|
Build Failed 😭 Build Id: 01a4b98e-524c-43fb-99c4-376c85bea92a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Yeah there is something definitely wrong with the Autopilot clusters, even with the retry logic. I remember us having to recreate those clusters occasionally? Is that issue still a thing? |
|
@igooch @peterzhongyi - check above please. |
|
/gcbrun |
|
Build Failed 😭 Build Id: a111e873-f944-40ff-9f85-1a00120301b4 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😭 Build Id: 5ea64a27-5f5f-48c7-bb81-6ae13defbd5a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun |
|
Build Failed 😭 Build Id: faa02cc3-656d-419d-8e85-c674c6259e30 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun |
|
Build Succeeded 🥳 Build Id: 4b4f53b3-587b-4067-826c-7018fd5ed68b 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: |
|
Build Succeeded 🥳 Build Id: 1d12e91e-3fe6-4ccd-b511-4d286a6a3cc3 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 cleanup
What this PR does / Why we need it:
Not sure if this will solve the issues with Autopilot, but this at least gives us a step in the right direction.
Which issue(s) this PR fixes:
Work on #4464
Special notes for your reviewer:
N/A