Skip to content

[Do Not Merge] Populate Terraform recipe deployed resource IDs in recipe output #13620

[Do Not Merge] Populate Terraform recipe deployed resource IDs in recipe output

[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

2 970 tests  +2 970   2 960 ✔️ +2 960   2m 7s ⏱️ + 2m 7s
   252 suites +   252          9 💤 +       9 
       1 files   +       1          1 +       1 

Results for commit b63816e. ± Comparison against earlier commit 0966dc9.

Annotations

Check warning on line 1476 in pkg/corerp/renderers/gateway/render_test.go

See this annotation in the file changed.

@github-actions 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)