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

Fix flakiness for readiness health check event test #1044

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

ameowlia
Copy link
Member

Are you submitting this PR against the develop branch?

All PR's to CATs should be submitted to develop and will be merged to main once they've passed acceptance.

What is this change about?

The new CATs readiness health check test is somewhat flaky

Please provide contextual information.

  • Move the check of the cf eve for readiness health checks until AFTER a different check that has a long timeout.
  • We should wait to see that the app is marked ready/not-ready BEFORE we test cf events

What version of cf-deployment have you run this cf-acceptance-test change against?

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

Did you update the README as appropriate for this change?

  • YES
  • N/A

If you are introducing a new acceptance test, what is your rationale for including it CATs rather than your own acceptance test suite?

CATs should validate common operator workflows.
CATs is not a regression test suite.
CATs is run by every component team to validate their releases before promotion.

How many more (or fewer) seconds of runtime will this change introduce to CATs?

none!

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

It's helpful to tag a few other folks on your team or your team alias in case we need to follow up later.

* Move the check of the cf eve for readiness health checks until AFTER a different check that has a long timeout.
* We should wait to see that the app is marked ready/not-ready BEFORE we test cf events
@jochenehret jochenehret requested a review from a team January 25, 2024 15:59
@ctlong ctlong merged commit 0bf2062 into develop Jan 25, 2024
3 checks passed
@ctlong ctlong deleted the readiness-event-flakiness branch January 25, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants