-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix flaky test: Test_Render_Multiple_Routes #6345
Conversation
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 tests... |
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 tests... |
Test Results2 976 tests ±0 2 967 ✔️ ±0 2m 5s ⏱️ -8s Results for commit 0e2f72d. ± Comparison against base commit 6be2659. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
|
I already fixed this... I completely forgot that it was already merged. |
Description
Type of change
Fixes: #6263
Auto-generated summary
🤖 Generated by Copilot at 2a9b619
Summary
📦🔧🧪
Improved test reliability for
validateHTTPProxy
function by sorting dependencies withslices.Sort
inrender_test.go
.Walkthrough
slices
package from thex/exp
module to sort slices of any type (link)slices.Sort
function to sort the dependencies of the expected and actual HTTPProxy resources in thevalidateHTTPProxy
test function (link)