Skip to content

tests: Fixes deployment instances cleanup leak#468

Merged
petrutlucian94 merged 1 commit into
cloudbase:masterfrom
claudiubelu:integration-tests-fix-leak
Jul 10, 2026
Merged

tests: Fixes deployment instances cleanup leak#468
petrutlucian94 merged 1 commit into
cloudbase:masterfrom
claudiubelu:integration-tests-fix-leak

Conversation

@claudiubelu

Copy link
Copy Markdown
Member

During test_replica_deployment_crud we delete the deployment for testing purposes. Because of that, self._cleanup_deployment won't have the deployment record needed to get the list of deployed instances to clean up.

We can register the cleanup with the list of deployment instances known at that time.

During test_replica_deployment_crud we delete the deployment for testing
purposes. Because of that, self._cleanup_deployment won't have the
deployment record needed to get the list of deployed instances to clean
up.

We can register the cleanup with the list of deployment instances
known at that time.
@petrutlucian94 petrutlucian94 merged commit 6fe63cf into cloudbase:master Jul 10, 2026
5 checks passed
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