You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/05/20 20:06:42 UTC

[GitHub] [cassandra-dtest] maedhroz commented on a diff in pull request #195: Cassandra 17594 attempt 2

maedhroz commented on code in PR #195:
URL: https://github.com/apache/cassandra-dtest/pull/195#discussion_r878513904


##########
repair_tests/repair_test.py:
##########
@@ -1271,6 +1271,13 @@ def _test_failure_during_repair(self, phase, initiator=False):
             "org.apache.cassandra.repair.SomeRepairFailedException: null"
         ]
 
+        if cluster.version() < '4.0':
+            # CASSANDRA-17466 was not back ported to 3.x, so ignore the error
+            for a in ['java.lang.InterruptedException',
+                      ('java.util.concurrent.CancellationException: '
+                       'Task was cancelled')]:
+                self.fixture_dtest_setup.ignore_log_patterns.append(a)
+

Review Comment:
   It's absolutely a bug, but I don't think the burden should be on @dcapwell to fix my lack of a 3.x backport to get this work merged. +1 on a new Jira.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org