[
https://issues.apache.org/jira/browse/CASSANDRA-11731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15290243#comment-15290243
]
Stefania commented on CASSANDRA-11731:
--------------------------------------
I think this line here:
{code}
waiters[0].wait_for_notifications(timeout=60, num_notifications=1)
{code}
should be:
{code}
waiters[0].wait_for_notifications(timeout=60, num_notifications=3)
{code}
since we can receive up to 3 NEW_NODE notifications.
Let's see if this fixes it, if it doesn't we need to add log messages server
side.
> dtest failure in
> pushed_notifications_test.TestPushedNotifications.move_single_node_test
> ----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-11731
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11731
> Project: Cassandra
> Issue Type: Test
> Reporter: Russ Hatch
> Assignee: Philip Thompson
> Labels: dtest
>
> one recent failure (no vnode job)
> {noformat}
> 'MOVED_NODE' != u'NEW_NODE'
> {noformat}
> http://cassci.datastax.com/job/trunk_novnode_dtest/366/testReport/pushed_notifications_test/TestPushedNotifications/move_single_node_test
> Failed on CassCI build trunk_novnode_dtest #366
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)