Skip to content

(fix) Fix mtar cleanup for acceptance tests #3691

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

Merged
merged 4 commits into from
Apr 7, 2025

Conversation

bonzofenix
Copy link
Contributor

Problem

When undeployment fails during the acceptance test teardown phase—specifically in the autoscaler-cleanup step—it can leave behind orphaned (zombie) orgs and spaces. These residual resources can clutter the environment and cause issues for subsequent test runs.

Example

In this workflow run, the cleanup process did not successfully remove all resources.

This occurred in PR #3629, where the test org and space were not cleaned up as expected.

Fix / Improvement

Now cf undeploy fails gracefully

Co-authored-by: joergdw <[email protected]>
@bonzofenix bonzofenix requested review from asalan316 and joergdw April 7, 2025 09:21
Copy link

sonarqubecloud bot commented Apr 7, 2025

@bonzofenix bonzofenix enabled auto-merge (squash) April 7, 2025 14:12
@bonzofenix bonzofenix merged commit c3b0d0b into main Apr 7, 2025
34 checks passed
@bonzofenix bonzofenix deleted the fix-cleanup-apps-for-acceptance branch April 7, 2025 14:29
@asalan316 asalan316 added deploy-to-cf it tells that the PRs are related to deploy to cf migration bug labels Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug deploy-to-cf it tells that the PRs are related to deploy to cf migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants