Jason Brown created CASSANDRA-14598:
---------------------------------------

             Summary: [dtest] flakey test: test_decommissioned_node_cant_rejoin 
- topology_test.TestTopology
                 Key: CASSANDRA-14598
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14598
             Project: Cassandra
          Issue Type: Bug
         Environment: Only saw this fail on 3.0, but looks like a problem with 
the dtest itself (ubder some failure scenario). Output from pytest error:

{noformat}
>       assert re.search(rejoin_err,
                         '\n'.join(['\n'.join(err_list) for err_list in 
node3.grep_log_for_errors()]), re.MULTILINE)
E       AssertionError: assert None
E        +  where None = <function search at 0x7fa9540c4ea0>('This node was 
decommissioned and will not rejoin the ring', '', <RegexFlag.MULTILINE: 8>)
E        +    where <function search at 0x7fa9540c4ea0> = re.search
E        +    and   '' = <built-in method join of str object at 
0x7fa9553f1ea0>([])
E        +      where <built-in method join of str object at 0x7fa9553f1ea0> = 
'\n'.join
E        +    and   <RegexFlag.MULTILINE: 8> = re.MULTILINE
{noformat}
            Reporter: Jason Brown






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to