-
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
Discuss/Fix missing eks coverage in functional tests #8141
Comments
@nithyatsu please provide more context on this. We may need an additional team discussion. |
👋 @nithyatsu we need more information. To help us investigate further, we need additional information to reproduce or understand this issue. Please ensure you have steps to reproduce and information about your OS, rad CLI version, and runtime version. A project maintainer will reply on this issue soon to ask for additional specifics if needed. For more information on our triage process please visit our triage overview |
@nithyatsu @vishwahiremat can you add more detailed information here about impact and the fix? |
@kachawla here are the steps followed manually to get the
|
Background: release 0.41 ran into issues in Samples validation. |
@nithyatsu Can you describe the immediate impact this bug has? My understanding is that it is causing sample workflows to fail consistently along with the manual steps needed for every release. If this is correct then we need a fix to address the immediate pain given that #8199 is more longer term. @kachawla , yes those are the 2 impacts. For immediate relief we have to update the samples workflow like Vishwa has mentioned. For users who wants to use radius on eks, eks must be created following the dapr guidelines. Other than that there are no changes. The impact on team is that
|
Thank you @vishwahiremat! |
As discussed in the handoff discussion yesterday, marking this as important since it is causing consistent sample failures and has been causing operational pain during release. Immediate scope is to fix the test samples workflow. @nicolejms @vishwahiremat |
We've prioritized work on this issue. Please subscribe to this issue for notifications, we'll provide updates as we make progress. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
Investigate potential missing eks coverage in functional tests.
#8033 adds dapr to radius installation, but this change requires an eks cluster to be created by following dapr docs. The tests did not catch the scenario. This is not a radius bug.
But we have to decide whether we want our tests to cover basic functionality on all of kind, aks and eks and add tests based on the decision.
AB#13818
The text was updated successfully, but these errors were encountered: