Skip to content

Fix missing spaceGuid#1848

Merged
jochenehret merged 1 commit intocloudfoundry:developfrom
sap-contributions:fix-routing-isolation
Feb 25, 2026
Merged

Fix missing spaceGuid#1848
jochenehret merged 1 commit intocloudfoundry:developfrom
sap-contributions:fix-routing-isolation

Conversation

@nicolasbender
Copy link
Copy Markdown
Member

Are you submitting this PR against the develop branch?

All PR's to CATs should be submitted to develop and will be merged to main once they've passed acceptance.

What is this change about?

Describe the change and why it's needed.

The test for routing isolation segments has two contexts which use the spaceGuid, but only the second context retrieves it. This changes fixes the missing spaceGuid. It looks like this worked before because the isolation segment is already assigned to the respective Org.

Please provide contextual information.

Include any links to other PRs, stories, slack discussions, etc... that will help establish context.

Logs show:

> cf curl /v3/spaces//relationships/isolation_segment -X PATCH -d {"data":{"guid":"12345678-abcd-1234-abcd-012345678912"}} 
  {"errors":[{"detail":"Unknown request","title":"CF-NotFound","code":10000}]}

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

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?

CATs should validate common operator workflows.
CATs is not a regression test suite.
CATs is run by every component team to validate their releases before promotion.

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

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!

It's helpful to tag a few other folks on your team or your team alias in case we need to follow up later.

@jochenehret jochenehret self-requested a review February 25, 2026 07:35
@jochenehret jochenehret merged commit 8c590b6 into cloudfoundry:develop Feb 25, 2026
3 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