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: RuntimePrivilegedUnitTests TestArpPingHandling failed, timeout reached while waiting for condition #17020

Closed
jrajahalme opened this issue Jul 30, 2021 · 1 comment · Fixed by #17044
Assignees
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

@jrajahalme
Copy link
Member

	 START: node_linux_test.go:956: linuxPrivilegedIPv4OnlyTestSuite.TestArpPingHandling
	 START: node_linux_test.go:117: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest
	 PASS: node_linux_test.go:117: linuxPrivilegedIPv4OnlyTestSuite.SetUpTest	0.002s
	 
	 node_linux_test.go:1071:
	     // insertNeighbor is invoked async, so thus this wait based on last ping
	     wait(nodev1.Identity(), &now, false)
	 node_linux_test.go:1054:
	     c.Assert(err, check.IsNil)
	 ... value *errors.errorString = &errors.errorString{s:"timeout reached while waiting for condition"} ("timeout reached while waiting for condition")

Seen in https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/5434/testReport/junit/(root)/Suite-runtime/RuntimePrivilegedUnitTests_Run_Tests/

f25b1682_RuntimePrivilegedUnitTests_Run_Tests.zip

Similar to #16221, but this timeout happens after NodeAdd().

@jrajahalme jrajahalme 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 Jul 30, 2021
@krishgobinath
Copy link
Contributor

Noticed same issue in this PR also. Same error

node_linux_test.go:1071: // insertNeighbor is invoked async, so thus this wait based on last ping wait(nodev1.Identity(), &now, false) node_linux_test.go:1054: c.Assert(err, check.IsNil) ... value *errors.errorString = &errors.errorString{s:"timeout reached while waiting for condition"} ("timeout reached while waiting for condition")

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

Successfully merging a pull request may close this issue.

3 participants