Skip to content

Add new release documentation and release verification workflow #13519

Add new release documentation and release verification workflow

Add new release documentation and release verification workflow #13519

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Sep 11, 2023 in 0s

1 fail, 9 skipped, 2 961 pass in 2m 9s

2 971 tests  +2 971   2 961 ✔️ +2 961   2m 9s ⏱️ + 2m 9s
   251 suites +   251          9 💤 +       9 
       1 files   +       1          1 +       1 

Results for commit 022bfe3. ± Comparison against earlier commit adc745a.

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)(0xc0001945f0)}
        	            	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)(0xc0001944b0)}
        	            	
        	            	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)