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: Delete service brokers after tests #1152

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Jun 1, 2024

Are you submitting this PR against the develop branch?

Yes

What is this change about?

Fixes an inconsistency in the credhub, docker, and route_services test suites (vs other suites) where apps were not get deleted after tests. Specifically, some service brokers that were pushed as apps were not getting deleted, only unregistered as service brokers.

I ran through some of the steps manually and saw that the delete-service-broker command did not also delete the service broker app.

Please provide contextual information.

Spot-checking the credhub suite, I couldn't find any reasons in git or tracker stories for the delete command to not to be originally included. Possibly, it was believed that the delete-service-broker command would delete the app...

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

v33.4.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

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

N/A

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

About the same.

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!

None

Fixes an inconsistency in the credhub, docker, and route_services test
suites (vs other suites) where apps were not get deleted after tests.
Specifically, some service brokers that were pushed as apps were not
getting deleted, only unregistered as service brokers.

I ran through some of the steps manually and saw that the
delete-service-broker command did not also delete the service broker
app.

Spot-checking the credhub suite, I couldn't find any reasons in git or
tracker stories for the delete command to not to be originally included.
Possibly, it was believed that the delete-service-broker command would
delete the app...
@ctlong ctlong self-assigned this Jun 1, 2024
@ctlong ctlong marked this pull request as ready for review June 1, 2024 04:47
@ctlong ctlong removed their assignment Jun 1, 2024
@ctlong ctlong requested review from a team June 1, 2024 04:47
@ctlong ctlong merged commit 86aaa40 into develop Jun 4, 2024
3 checks passed
@ctlong ctlong deleted the fix/delete-service-brokers-after-tests branch June 4, 2024 16:08
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