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

samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git

commit c9809f6bb659b93b6cfda50d3f1ab183504f2b9a
Author: Sam Tunnicliffe <[email protected]>
AuthorDate: Fri Nov 17 16:08:36 2023 +0000

    [CEP-21] Add new error to default ignore list for speculative roles query 
at startup
---
 dtest_setup.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dtest_setup.py b/dtest_setup.py
index a1f661ac..2512f132 100644
--- a/dtest_setup.py
+++ b/dtest_setup.py
@@ -54,6 +54,11 @@ def default_ignore_log_patterns():
             r'Invalid or unsupported protocol version \(65\)',  # DSE_V1
             r'Invalid or unsupported protocol version \(66\)',  # DSE_V2
             'Beta version of the protocol used',
+            # at startup, nodes may attempt to run the auth setup while peers 
are still joining. This can cause the
+            # queries which probe for the default superuser role to be 
directed to the wrong node, _if_ they are sent
+            # while peers are performing UnsafeJoins. This behaviour is safe, 
but it can cause flaky tests if the
+            # ERROR unexpectedly appears in the log
+            r'Received a read request from .* for a token .* that is not owned 
by the current replica .* key=cassandra .*'
             ]
 
 


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

Reply via email to