mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
LOGIN entries can appear at many points during testing, for example, when a driver creates a new session. Similarly, `USE ks` statements can appear unexpectedly, especially when the python-driver calls `set_keyspace_async` for new connections. To avoid test checks failures, this commit filters out LOGIN and USE entries in tests that are not intended to verify these two types of audit logs.