This is an automated email from the ASF dual-hosted git repository.

brandonwilliams 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 0d8890ae Ignore view build interrupted error
0d8890ae is described below

commit 0d8890ae4fb16e3327de14853570b3c26993e7f2
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Oct 20 13:39:29 2022 -0500

    Ignore view build interrupted error
    
    Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-17980
---
 materialized_views_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/materialized_views_test.py b/materialized_views_test.py
index 9d31db61..b859ed66 100644
--- a/materialized_views_test.py
+++ b/materialized_views_test.py
@@ -1277,6 +1277,7 @@ class TestMaterializedViews(Tester):
         session = 
self.prepare(options={'concurrent_materialized_view_builders': 4}, 
install_byteman=True)
         session.execute("CREATE TABLE t (id int PRIMARY KEY, v int, v2 text, 
v3 decimal)")
         nodes = self.cluster.nodelist()
+        self.fixture_dtest_setup.ignore_log_patterns = [r'Compaction 
interrupted: View build']
 
         logger.debug("Inserting initial data")
         for i in range(5000):


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

Reply via email to