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

Agones: Add token removal test. #631

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

markmandel
Copy link
Contributor

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:

Added to existing integration test that when a token annotation is removed from a GameServer record, it is also removed from the Quilkin endpoint configuration - thereby blocking access to the GameServer.

Which issue(s) this PR fixes:

Closes #589

Special notes for your reviewer:

Getting close to what we need for a 0.4.0 release!

Added to existing integration test that when a token annotation is
removed from a `GameServer` record, it is also removed from the Quilkin
endpoint configuration - thereby blocking access to the GameServer.

Closes googleforgames#589
@markmandel markmandel added area/tests Unit tests, integration tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc labels Oct 25, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 4f46620e-7766-4033-a257-8aeefa1e1fac

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/631/head:pr_631 && git checkout pr_631
cargo build

@markmandel markmandel merged commit 0f7a541 into googleforgames:main Oct 25, 2022
@markmandel markmandel deleted the agones/remove-token branch October 25, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Agones] Removing/updating token annotation on a GameServer deoesn't update the Endpoint
3 participants