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 GameServer + Quilkin sidecar test #582

Merged

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:

Implements an integration test wherein we use Quilkin as a sidecar to an
Agones GameServer container.

Also includes some updates to the test harnesses:

  • Function to create a common Quilkin container
  • Fixed odd (?) bug where k8s client would sometimes close at the end of tests, failing subsequent other tests.
  • Convenience function for grabbing the address of a GameServer so you can send packets to it.

Which issue(s) this PR fixes:

Work on #510

Special notes for your reviewer:

@markmandel markmandel added kind/feature New feature or request area/tests Unit tests, integration tests, anything to make sure things don't break labels Aug 29, 2022
Implements an integration test wherein we use Quilkin as a sidecar to an
Agones GameServer container.

Also includes some updates to the test harnesses:
* Function to create a common Quilkin container
* Fixed odd (?) bug where k8s client would sometimes close at the end of
  tests, failing subsequent other tests.
* Convenience function for grabbing the address of a GameServer so you
  can send packets to it.

Work on googleforgames#510
@markmandel markmandel force-pushed the agones/gameserver_sidecar branch from 725ac95 to 50aa427 Compare August 29, 2022 23:29
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 01088077-46c5-4660-a93b-ffdc0326e4ca

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/582/head:pr_582 && git checkout pr_582
cargo build

@XAMPPRocky XAMPPRocky merged commit 0ba88ed into googleforgames:main Aug 30, 2022
@markmandel markmandel deleted the agones/gameserver_sidecar branch August 30, 2022 16:43
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/feature New feature or request size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants