mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
Make `wait_for_any_log()` function to work closer to the original dtest's version: use `ScyllaLogFile.grep()` method instead of the usage of `ScyllaNode.wait_log_for()` with a small timeout to have at least one try to find. Also, add `max_count` argument to `.grep()` method for the optimization purpose.