From 9df85bc2df778bed6bf83c5bd920ff57e446cb5e Mon Sep 17 00:00:00 2001 From: jaydeepkumar1984 Date: Wed, 16 Aug 2017 09:24:29 -0700 Subject: [PATCH] auth_test.py dtest fails intermittently due to thread race condition --- auth_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_test.py b/auth_test.py index 2749209e18..0681c16a23 100644 --- a/auth_test.py +++ b/auth_test.py @@ -41,6 +41,7 @@ def system_auth_ks_is_alterable_test(self): @jira_ticket CASSANDRA-10655 """ self.prepare(nodes=3) + self.ignore_log_patterns = [r'org.apache.cassandra.exceptions.UnavailableException'] debug("nodes started") session = self.get_session(user='cassandra', password='cassandra')