agones icon indicating copy to clipboard operation
agones copied to clipboard

Upgrade Go version to 1.19.1

Open gongmax opened this issue 2 years ago • 2 comments

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking /kind bug

kind cleanup

/kind documentation /kind feature /kind hotfix

What this PR does / Why we need it: Upgrade go version to 1.19.1 and bump the example images version

Which issue(s) this PR fixes:

Closes #

Special notes for your reviewer:

gongmax avatar Sep 20 '22 23:09 gongmax

Build Failed :scream:

Build Id: 8ee316fb-bb65-45c1-aa56-62cc17e76b4e

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

agones-bot avatar Sep 21 '22 00:09 agones-bot

Build Failed :scream:

Build Id: 2f656bbf-4d22-4666-a5ee-75bf04897ad3

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

agones-bot avatar Sep 22 '22 00:09 agones-bot

Build Failed :scream:

Build Id: 1a9ceb29-e8fd-46c0-a3f8-cdc056a4df6e

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

agones-bot avatar Sep 22 '22 00:09 agones-bot

Build Failed :scream:

Build Id: f0e0d344-f5f7-4d4f-aa1e-190e3a147ec3

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

agones-bot avatar Sep 23 '22 00:09 agones-bot

e2e tests failed, but it looks like it may have been a flake. I'm rerunning them to see if they fail the same way again.

roberthbailey avatar Sep 23 '22 03:09 roberthbailey

Build Failed :scream:

Build Id: b133b1fd-6930-416b-b2a0-4565a58f0178

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

agones-bot avatar Sep 23 '22 04:09 agones-bot

The same test failed but in e2e-feature-gates this time. It looks like something strange is going on.

The test failure has a bunch of lines like this: time="2022-09-23 04:01:31.215" level=info msg="UDP Crash stop signal received. Stopping." test=TestGameServerUnhealthyAfterReadyCrash

Looking at the code where this message is printed we expect it to be printed once and then the background go routine to exit and the test to finish successfully.

I'm wondering if the changes to the go memory model might be related, but we are seeing the atomic signaling working correctly (the log is printed) - what we aren't seeing is the go routine exit afterwords by executing the return statement.

I copied the relevant code into the go playground to see if that would reproduce the error but it seems to execute properly: https://go.dev/play/p/0JNOPFLbjw8

roberthbailey avatar Sep 23 '22 04:09 roberthbailey

Build Succeeded :clap:

Build Id: 33bec621-fc15-474d-b153-c512a2a7d7cf

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):

  • https://b80b1a2-dot-preview-dot-agones-images.appspot.com/

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/2743/head:pr_2743 && git checkout pr_2743
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.tag=1.27.0-b80b1a2-amd64

agones-bot avatar Sep 23 '22 08:09 agones-bot

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gongmax, 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 /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

google-oss-prow[bot] avatar Sep 23 '22 21:09 google-oss-prow[bot]