[Do Not Merge] Populate Terraform recipe deployed resource IDs in recipe output #13620
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Sep 19, 2023 in 0s
1 fail, 9 skipped, 2 960 pass in 2m 7s
Annotations
Check warning on line 1476 in pkg/corerp/renderers/gateway/render_test.go
github-actions / Test Results
Test_Render_Route_WithMultiplePrefixRewrite (github.com/radius-project/radius/pkg/corerp/renderers/gateway) failed
dist/unit_test//processed/results.xml [took 0s]
Raw output
Failed
=== RUN Test_Render_Route_WithMultiplePrefixRewrite
render_test.go:1476:
Error Trace: /home/runner/work/radius/radius/pkg/corerp/renderers/gateway/render_test.go:1476
/home/runner/work/radius/radius/pkg/corerp/renderers/gateway/render_test.go:1039
Error: Not equal:
expected: v1.OutputResource{LocalID:"Gateway", ID:resources.ID{id:"/planes/kubernetes/local/namespaces/test-application/providers/projectcontour.io/HTTPProxy/test-gateway", scopeSegments:[]resources.ScopeSegment{resources.ScopeSegment{Type:"kubernetes", Name:"local"}, resources.ScopeSegment{Type:"namespaces", Name:"test-application"}}, typeSegments:[]resources.TypeSegment{resources.TypeSegment{Type:"projectcontour.io/HTTPProxy", Name:"test-gateway"}}, extensionSegments:[]resources.TypeSegment(nil)}, RadiusManaged:(*bool)(nil), CreateResource:(*v1.Resource)(0xc00035e640)}
actual : v1.OutputResource{LocalID:"Gateway", ID:resources.ID{id:"/planes/kubernetes/local/namespaces/test-application/providers/projectcontour.io/HTTPProxy/test-gateway", scopeSegments:[]resources.ScopeSegment{resources.ScopeSegment{Type:"kubernetes", Name:"local"}, resources.ScopeSegment{Type:"namespaces", Name:"test-application"}}, typeSegments:[]resources.TypeSegment{resources.TypeSegment{Type:"projectcontour.io/HTTPProxy", Name:"test-gateway"}}, extensionSegments:[]resources.TypeSegment(nil)}, RadiusManaged:(*bool)(nil), CreateResource:(*v1.Resource)(0xc00035e500)}
Diff:
--- Expected
+++ Actual
@@ -138,4 +138,4 @@
Dependencies: ([]string) (len=2) {
- (string) (len=20) "HttpRoute-routebname",
- (string) (len=20) "HttpRoute-routeaname"
+ (string) (len=20) "HttpRoute-routeaname",
+ (string) (len=20) "HttpRoute-routebname"
}
Test: Test_Render_Route_WithMultiplePrefixRewrite
--- FAIL: Test_Render_Route_WithMultiplePrefixRewrite (0.00s)
Loading