Skip to content

Conversation

@jochenehret
Copy link
Contributor

What is this change about?

The "crashing" test suite often fails because one of the app instances is still reported as "STARTING". The default health check interval is 30 seconds and the default health check timeout is 60 seconds, so the assertion can miss the moment when the app instance is reported as "CRASHED". Increasing the check timeout to 90 seconds should fix that. Also decrease check interval from 5 to 15 seconds.

Please provide contextual information.

This test fails quite often, e.g.:
https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/noble-stemcell-validation/jobs/run-cats/builds/311

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

v54.0.0

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

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

At most 30 seconds.

What is the level of urgency for publishing this change?

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

* default health check interval is 30 seconds and default health check timeout is 60 seconds, so the assertion can miss the moment when the app instance is reported as "CRASHED"
* also decrease check interval from 5 to 15 seconds
@jochenehret jochenehret requested review from a team January 2, 2026 08:17
@jochenehret jochenehret changed the title Increase check timeout for crashing tests Increase check timeout for "crashing" tests Jan 2, 2026
@jochenehret jochenehret changed the title Increase check timeout for "crashing" tests Increase check timeout for "crashing" test Jan 2, 2026
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.

1 participant