Files
scylladb/test
Pavel Emelyanov 53ac8536f1 tracing: Move test into thread
The test calls future<>.get()'s in its lambda which is only allowed in
seastar threads. It's not stepped upon because (surprise, surprise) this
test is not run at all. Next patch fixes it.

Meanwhile, the fix is in using cql_env_thread thing for the whole lambda
which runs in it seastar::async() context

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2022-10-13 17:57:35 +03:00
..
2022-10-13 17:57:35 +03:00
2022-07-20 18:19:25 +02:00
2022-09-09 14:29:28 +02:00