[ 
https://issues.apache.org/jira/browse/CASSANDRA-14598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay Zhuang updated CASSANDRA-14598:
-----------------------------------
    Environment:     (was: 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})
    Description: 
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}

> [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
>            Reporter: Jason Brown
>            Priority: Minor
>              Labels: dtest
>
> 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}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to