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/19 21:20:41 UTC

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

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


##########
repair_tests/deprecated_repair_test.py:
##########
@@ -85,6 +85,9 @@ def test_force_repair_range_async_1(self):
                                    Collection<String> hosts, boolean fullRepair,
                                    String... columnFamilies)
         """
+        self.fixture_dtest_setup.ignore_log_patterns = [
+            'Nothing to repair for'
+        ]

Review Comment:
   This is the log we generate when we skip repair due to no data (or no tables, etc.); this test does *not* write data, so skipping repair is the expected behavior



-- 
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