cloudfoundry / cf-acceptance-tests

CF Acceptance tests
Apache License 2.0
69 stars 171 forks source link

Service plan uniqueness #1086

Closed johha closed 7 months ago

johha commented 7 months ago

Are you submitting this PR against the develop branch?

šŸ‘

What is this change about?

A cc bug caused duplicated service plans in the response leading to errors e.g. during cf create-service. This change extends the existing service plan tests to ensure that the results are unique for regular users. To reduce code duplication the enable-service-access part was moved into a BeforeEach.

Please provide contextual information.

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

v39.3.0

Please check all that apply for this PR:

Did you update the README as appropriate for this change?

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

N/A

What is the level of urgency for publishing this change?