David Capwell created CASSANDRA-16728:
-----------------------------------------

             Summary: Fix flaky test 
pushed_notifications_test.py::TestVariousNotifications::test_tombstone_failure_threshold_message
                 Key: CASSANDRA-16728
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16728
             Project: Cassandra
          Issue Type: Bug
          Components: Test/dtest/python
            Reporter: David Capwell
            Assignee: David Capwell


The test 
pushed_notifications_test.py::TestVariousNotifications::test_tombstone_failure_threshold_message
 checks for the log message "Scanned over.* tombstones.* query aborted”, but 
this can happen on any node, so it will timeout checking node1 then check the 
other nodes; when this happens it checks that the returned result equals 
"Cannot find tombstone failure threshold error in log after failed query”, 
which isn’t possible as the return is matching log lines, this should be 
replaced by checking for failure truthiness.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to