[ 
https://issues.apache.org/jira/browse/CASSANDRA-11057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196624#comment-15196624
 ] 

Michael Shuler commented on CASSANDRA-11057:
--------------------------------------------

Local passing test when IPv4 'localhost' resolves to 127.0.0.1 (which is why 
local repro failed)

{noformat}
(master)mshuler@hana:~/git/cassandra-dtest$ ./run_dtests.py --nose-options -xvs 
pushed_notifications_test.py:TestPushedNotifications.move_single_node_localhost_test
 --vnodes false
About to run nosetests with config objects:
        GlobalConfigObject(vnodes=False)

Running dtests with config object GlobalConfigObject(vnodes=False)
move_single_node_localhost_test 
(pushed_notifications_test.TestPushedNotifications) ... node1: DOWN (Not 
initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('localhost', 9160)
       binary=('localhost', 9161)
       storage=('127.0.0.1', 7000)
       jmx_port=7100
       remote_debug_port=0
       byteman_port=0
       initial_token=-9223372036854775808
node2: DOWN (Not initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('localhost', 9162)
       binary=('localhost', 9163)
       storage=('127.0.0.2', 7000)
       jmx_port=7200
       remote_debug_port=0
       byteman_port=0
       initial_token=-3074457345618258603
node3: DOWN (Not initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('localhost', 9164)
       binary=('localhost', 9165)
       storage=('127.0.0.3', 7000)
       jmx_port=7300
       remote_debug_port=0
       byteman_port=0
       initial_token=3074457345618258602
ok

----------------------------------------------------------------------
Ran 1 test in 132.230s

OK
{noformat}

And explicitly setting 127.0.0.1 in the dtest patch, so we can see the CCM node 
configs:

{noformat}
(CASSANDRA-11057_localhost-IPv6ism *)mshuler@hana:~/git/cassandra-dtest$ 
./run_dtests.py --nose-options -xvs 
pushed_notifications_test.py:TestPushedNotifications.move_single_node_localhost_test
 --vnodes false
About to run nosetests with config objects:
        GlobalConfigObject(vnodes=False)

Running dtests with config object GlobalConfigObject(vnodes=False)
move_single_node_localhost_test 
(pushed_notifications_test.TestPushedNotifications) ... node1: DOWN (Not 
initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('127.0.0.1', 9160)
       binary=('127.0.0.1', 9161)
       storage=('127.0.0.1', 7000)
       jmx_port=7100
       remote_debug_port=0
       byteman_port=0
       initial_token=-9223372036854775808
node2: DOWN (Not initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('127.0.0.1', 9162)
       binary=('127.0.0.1', 9163)
       storage=('127.0.0.2', 7000)
       jmx_port=7200
       remote_debug_port=0
       byteman_port=0
       initial_token=-3074457345618258603
node3: DOWN (Not initialized)
       cluster=test
       auto_bootstrap=False
       thrift=('127.0.0.1', 9164)
       binary=('127.0.0.1', 9165)
       storage=('127.0.0.3', 7000)
       jmx_port=7300
       remote_debug_port=0
       byteman_port=0
       initial_token=3074457345618258602
ok                                                

----------------------------------------------------------------------
Ran 1 test in 131.253s

OK
{noformat}

> move_single_node_localhost_test is failing
> ------------------------------------------
>
>                 Key: CASSANDRA-11057
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11057
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Philip Thompson
>            Assignee: Michael Shuler
>              Labels: dtest
>
> {{pushed_notifications_test.TestPushedNotifications.move_single_node_localhost_test}}
>  is failing across all tested versions. Example failure is 
> [here|http://cassci.datastax.com/job/cassandra-2.1_novnode_dtest/194/testReport/pushed_notifications_test/TestPushedNotifications/move_single_node_localhost_test/].
>  
> We need to debug this failure, as it is entirely likely it is a test issue 
> and not a bug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to