This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new 964051b CASSANDRA-16728 - test_tombstone_failure_threshold_message
assert checking if array == string, should check for array truthiness patch by
David Capwell; reviewed by Yifan Cai for CASSANDRA-16728
964051b is described below
commit 964051b04767689a1a3a84493c0b4afe77d6edfc
Author: David Capwell <[email protected]>
AuthorDate: Wed Jun 9 16:01:18 2021 -0700
CASSANDRA-16728 - test_tombstone_failure_threshold_message assert checking
if array == string, should check for array truthiness
patch by David Capwell; reviewed by Yifan Cai for CASSANDRA-16728
---
pushed_notifications_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pushed_notifications_test.py b/pushed_notifications_test.py
index 6ab311e..a3b1bdc 100644
--- a/pushed_notifications_test.py
+++ b/pushed_notifications_test.py
@@ -445,7 +445,7 @@ class TestVariousNotifications(Tester):
node2.grep_log(failure_msg) or
node3.grep_log(failure_msg))
- assert failure == "Cannot find tombstone failure threshold error
in log after failed query"
+ assert failure, "Cannot find tombstone failure threshold error in
log after failed query"
mark1 = node1.mark_log()
mark2 = node2.mark_log()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]