You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jay Zhuang (JIRA)" <ji...@apache.org> on 2018/07/30 18:30:00 UTC

[jira] [Commented] (CASSANDRA-14598) [dtest] flakey test: test_decommissioned_node_cant_rejoin - topology_test.TestTopology

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

Jay Zhuang commented on CASSANDRA-14598:
----------------------------------------

Tested locally with {{3.0}}, seems fine:
{noformat}
$ pytest --count 10 -p no:flaky --cassandra-dir=~/ws/cassandra topology_test.py::TestTopology::test_decommissioned_node_cant_rejoin
...
== 10 passed in 883.98 seconds ==
{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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org