Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14598

[dtest] flakey test: test_decommissioned_node_cant_rejoin - topology_test.TestTopology

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Low
    • Resolution: Unresolved
    • None
    • Test/dtest/python
    • Low

    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:

      > 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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jasobrown Jason Brown
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: