Skip to content

Ensure test-app deployments have unique labels per scenario#74

Merged
scothis merged 1 commit intoservicebinding:mainfrom
sadlerap:fix-deployment-labels
Oct 12, 2023
Merged

Ensure test-app deployments have unique labels per scenario#74
scothis merged 1 commit intoservicebinding:mainfrom
sadlerap:fix-deployment-labels

Conversation

@sadlerap
Copy link
Contributor

Previously, since every deployment of the generic test app had the same label, the services we would make as a part of testing would forward requests to any running deployment since they could match the label selector. Make them unique, so that requests get forwarded to the correct pod.

Previously, since every deployment of the generic test app had the same
label, the services we would make as a part of testing would forward
requests to any running deployment since they could match the label
selector.  Make them unique, so that requests get forwarded to the
correct pod.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
@sadlerap
Copy link
Contributor Author

This should fix #64.

@sadlerap
Copy link
Contributor Author

sadlerap commented Oct 4, 2023

The one test that's failing is an upstream bug which is in the process of being fixed.

@scothis
Copy link
Member

scothis commented Oct 12, 2023

Validated to work with servicebinding/runtime#348

@scothis scothis merged commit e3b7a69 into servicebinding:main Oct 12, 2023
@sadlerap sadlerap deleted the fix-deployment-labels branch October 12, 2023 16:09
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.

404 Error loading bound value after successfully loading a different value

2 participants