Skip to content
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

CI (runtime): route_linux_test.go:173: RouteSuitePrivileged.TestRule_String #24580

Closed
gandro opened this issue Mar 27, 2023 · 1 comment
Closed
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!

Comments

@gandro
Copy link
Member

gandro commented Mar 27, 2023

CI failure

	 [09:16:50] ----------------------------------------------------------------------
	 [09:16:50] FAIL: route_linux_test.go:173: RouteSuitePrivileged.TestRule_String
	 [09:16:50] 
	 [09:16:50] route_linux_test.go:222:
	 [09:16:50]     c.Errorf("%s", diff)
	 [09:16:50] ... Error:   strings.Join({
	 [09:16:50]   	"0: from 10.10.10.10/32 to 1.1.1.1/32 lookup 0",
	 [09:16:50] + 	" proto unspec",
	 [09:16:50]   }, "")
	 [09:16:50] 
	 [09:16:50] 
	 [09:16:50] route_linux_test.go:222:
	 [09:16:50]     c.Errorf("%s", diff)
	 [09:16:50] ... Error:   string(
	 [09:16:50] - 	"1: from all to all lookup 0",
	 [09:16:50] + 	"1: from all to all lookup 0 proto unspec",
	 [09:16:50]   )
	 [09:16:50] 
	 [09:16:50] 
	 [09:16:50] route_linux_test.go:222:
	 [09:16:50]     c.Errorf("%s", diff)
	 [09:16:50] ... Error:   string(
	 [09:16:50] - 	"0: from all to all lookup 1",
	 [09:16:50] + 	"0: from all to all lookup 1 proto unspec",
	 [09:16:50]   )
	 [09:16:50] 
	 [09:16:50] 
	 [09:16:50] route_linux_test.go:222:
	 [09:16:50]     c.Errorf("%s", diff)
	 [09:16:50] ... Error:   strings.Join({
	 [09:16:50]   	"0: from all to all lookup 0 mark 0x1 mask 0x1",
	 [09:16:50] + 	" proto unspec",
	 [09:16:50]   }, "")
	 [09:16:50] 
	 [09:16:50] 
	 [09:16:50] route_linux_test.go:222:
	 [09:16:50]     c.Errorf("%s", diff)
	 [09:16:50] ... Error:   string(
	 [09:16:50] - 	"0: from all to all lookup main",
	 [09:16:50] + 	"0: from all to all lookup main proto unspec",
	 [09:16:50]   )
	 [09:16:50] 
	 [09:16:50] 
	 [09:16:50] OOPS: 6 passed, 1 FAILED
	 [09:16:50] --- FAIL: Test (0.02s)
	 [09:16:50] FAIL
	 [09:16:50] 	github.com/cilium/cilium/pkg/datapath/linux/route	coverage: 69.5% of statements
	 [09:16:50] FAIL	github.com/cilium/cilium/pkg/datapath/linux/route	0.047s

https://jenkins.cilium.io/job/Cilium-PR-Runtime-net-next/5719/testReport/(root)/Suite-runtime/RuntimeDatapathPrivilegedUnitTests_Run_Tests/
797e00f4_RuntimeDatapathPrivilegedUnitTests_Run_Tests.zip

Occurred in #24375

@gandro gandro added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! labels Mar 27, 2023
@julianwiedmann
Copy link
Member

Should be fixed already with #24577 -> closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!
Projects
None yet
Development

No branches or pull requests

2 participants