mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Some tests use non-threaded do_with_cql_env() and wrap the inner lambda with seastar::async(). The cql env already provides a helper for that Closes #15305 * github.com:scylladb/scylladb: cql_query_test: Fix indentation after previous patch cql_query_test: Use do_with_cql_env_thread() explicitly