Skip to content
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

TestGameServerRestartBeforeReadyCrash: Close race #2812

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

zmerlynn
Copy link
Collaborator

This closes the race in #2445 by introducing a larger delay before we mark the game server pod as Ready(). This change admits the possibility that in some circumstances, if the game server initializes too quickly and kubelet loses a race to update the pod, we may perceive the game server as having crashed when it did not.

/kind bug
Closes #2445.

This closes the race in googleforgames#2445 by introducing a larger delay before
we mark the game server pod as Ready(). This change admits the
possibility that in some circumstances, if the game server initializes
too quickly and kubelet loses a race to update the pod, we may perceive
the game server as having crashed when it did not.

Closes googleforgames#2445.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: af8f89fb-1e19-46fe-a17e-716124d6d89f

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2812/head:pr_2812 && git checkout pr_2812
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.tag=1.28.0-5f3fc2d-amd64

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: roberthbailey, zmerlynn

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: a8faca32-ca62-41ac-9ab3-99bd345533ae

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2812/head:pr_2812 && git checkout pr_2812
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.tag=1.28.0-faa8648-amd64

@roberthbailey roberthbailey merged commit bf405da into googleforgames:main Nov 18, 2022
@mangalpalli mangalpalli added this to the 1.28.0 milestone Nov 29, 2022
@zmerlynn zmerlynn deleted the 2445-narrow-race branch January 25, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky: TestGameServerRestartBeforeReadyCrash
5 participants