mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
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>