ringpop-go icon indicating copy to clipboard operation
ringpop-go copied to clipboard

Flappy test TestJoinHandlerNotMakingAlive

Open dansimau opened this issue 10 years ago • 1 comments

--- FAIL: TestJoinHandlerNotMakingAlive (0.05s)
    Error Trace:    node_bootstrap_test.go:110
    Error:      Should be false
    Messages:   didn't expect the bootstapping node to appear in the member list of any peers

    Error Trace:    node_bootstrap_test.go:111
    Error:      Should be false
    Messages:   didn't expect existing node to have changes

--- FAIL: TestBootstrapTestSuite (0.47s)

Have received this a couple of times now on separate branches.

dansimau avatar Feb 19 '16 10:02 dansimau

  • This test is new since v0.2.3
  • It looks like a bug in the test: the test is not waiting for convergence after a bootstrap call before it does the assertions

dansimau avatar Feb 22 '16 12:02 dansimau