-
Notifications
You must be signed in to change notification settings - Fork 101
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
Make label validation optional for recipe functional tests #5530
Conversation
Test Results2 528 tests ±0 2 521 ✔️ ±0 2m 0s ⏱️ +3s Results for commit 1681ece. ± Comparison against base commit 70939e0. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
test/functional/corerp/resources/testdata/corerp-resources-mongodb-recipe.bicep
Show resolved
Hide resolved
@vishwahiremat - could you please update the #issue_number? |
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving comments. /lgtm.
}, | ||
}, | ||
}, | ||
SkipLabelValidation: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of skipping validation for whole steps, what if we skipped it for individual pods? That seems like a better fit for the scenario.
For example in this test we'd still validate the application container, but not the pod created by the recipe.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status✅ Building Radius and pushing container images for functional test... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status✅ Building Radius and pushing container images for functional test... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status✅ Building Radius and pushing container images for functional test... |
Description
Core RP adds "radius.dev/application", "radius.dev/resource" labels on Radius containers. These labels aren't required in customer recipes but test framework pod validation currently expects these to present.
Issue reference
#5095
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: