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

Flappy integration test - 1912 Testing chosen dest ?

Open dansimau opened this issue 10 years ago • 0 comments

[test-errors-4] FAIL: Test failed for cluster size 4
[test-errors-4] 
[test-errors-4] # cluster-size 4: endpoint: /admin/lookup (Hello World 0.49425241770222783)
[test-errors-4] 
[test-errors-4] ./test/../testpop --listen=127.0.0.1:19897 --hosts=/tmp/ringpop-integration-test-hosts.json
[test-errors-4] [sut:127.0.0.1:19897] 14:43:15.795 time="2016-02-22T14:43:15Z" level=error msg="unable to count members of the ring for statting: \"ringpop is not bootstrapped\"" 
[test-errors-4] ok 1896 JSON Validation: join request
[test-errors-4] * starting waitForJoins
[test-errors-4] ok 1897 JSON Validation: join request
[test-errors-4] ok 1898 JSON Validation: join request
[test-errors-4] [sut:127.0.0.1:19897] 14:43:15.799 time="2016-02-22T14:43:15Z" level=error msg="unable to count members of the ring for statting: \"ringpop is not bootstrapped\"" 
[test-errors-4] ok 1899 JSON Validation: join request
[test-errors-4] ok 1900 check number of joins
[test-errors-4] * starting requestAdminStats
[test-errors-4] [sut:127.0.0.1:19897] 14:43:15.800 time="2016-02-22T14:43:15Z" level=info msg="bootstrap complete" joined=[127.0.0.1:52406 127.0.0.1:51402 127.0.0.1:42725 127.0.0.1:42437] 
[test-errors-4] ok 1901 JSON Validation: ping request
[test-errors-4] * starting waitForStatsAssertStatus
[test-errors-4] ok 1902 JSON Validation: admin-status response
[test-errors-4] ok 1903 check number of alive nodes
[test-errors-4] ok 1904 check number of suspect nodes
[test-errors-4] ok 1905 check number of faulty nodes
[test-errors-4] ok 1906 same incarnationNumber 1337
[test-errors-4] ok 1907 same incarnationNumber 1337
[test-errors-4] ok 1908 same incarnationNumber 1337
[test-errors-4] ok 1909 same incarnationNumber 1337
[test-errors-4] ok 1910 same incarnationNumber as sut 1456152195795
[test-errors-4] * starting callEndpoint
[test-errors-4] * starting validateEventBody
[test-errors-4] ok 1911 JSON Validation: admin-lookup response
[test-errors-4] hash: 4293389289 matchingHash: 695936160
[test-errors-4] not ok 1912 Testing chosen dest
[test-errors-4]   ---
[test-errors-4]     operator: equal
[test-errors-4]     expected: |-
[test-errors-4]       '127.0.0.1:42437'
[test-errors-4]     actual: |-
[test-errors-4]       '127.0.0.1:52406'
[test-errors-4]     at: Array.validateEventBody [as 4] (/home/travis/gopath/src/github.com/uber/ringpop-go/test/ringpop-common/test/ringpop-assert.js:132:14)
[test-errors-4]   ...
[test-errors-4] ok 1913 Wait for AdminLookup response
[test-errors-4] * starting expectOnlyPingsAndPingReqs
[test-errors-4] ok 1914 check if all remaining events are pings or ping-reqs
[test-errors-4] ok 1915 validate done: all functions passed

dansimau avatar Feb 22 '16 14:02 dansimau