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

Docs, tests and bug fixes for /ready #602

Merged
merged 1 commit into from
Sep 24, 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:

  • Documented /ready
  • Fixed bug with /ready with xDS provider, wherein a xDS provider would be marked as not ready if it has no endpoints -- which makes sense for a Proxy, but not for a xDS provider.
  • Implemented extra unit and integration tests

Which issue(s) this PR fixes:

Closes #597

Special notes for your reviewer:

* Documented /ready
* Fixed bug with /ready with xDS provider, wherein a xDS provider would
  be marked as not ready if it has no endpoints -- which makes sense
  for a Proxy, but not for a xDS provider.
* Implemented extra unit and integration tests

Closes googleforgames#597
@markmandel markmandel added kind/bug Something isn't working kind/documentation Improvements or additions to documentation area/tests Unit tests, integration tests, anything to make sure things don't break labels Sep 23, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 16c7c0b2-5ace-4b33-9f4c-d45215ae9ec0

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/602/head:pr_602 && git checkout pr_602
cargo build

@XAMPPRocky XAMPPRocky merged commit db17740 into googleforgames:main Sep 24, 2022
@markmandel markmandel deleted the agones/is_pod_ready branch September 27, 2022 01:33
XAMPPRocky pushed a commit that referenced this pull request Oct 10, 2022
* Documented /ready
* Fixed bug with /ready with xDS provider, wherein a xDS provider would
  be marked as not ready if it has no endpoints -- which makes sense
  for a Proxy, but not for a xDS provider.
* Implemented extra unit and integration tests

Closes #597
XAMPPRocky pushed a commit that referenced this pull request Oct 10, 2022
* Documented /ready
* Fixed bug with /ready with xDS provider, wherein a xDS provider would
  be marked as not ready if it has no endpoints -- which makes sense
  for a Proxy, but not for a xDS provider.
* Implemented extra unit and integration tests

Closes #597
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/bug Something isn't working kind/documentation Improvements or additions to documentation size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Agones test] create_quilkin_pod should test for more than running
3 participants