Files
scylladb/test/boost
Avi Kivity 610fa83f28 test: database_test: fix threading confusion
database_test contains several instances of calling do_with_cql_test_env()
with a function that expects to be called in a thread. This mostly works
because there is an internal thread in do_with_cql_test_env(), but is not
guaranteed to.

Fix by switching to the more appropriate do_with_cql_test_env_thread().

Closes #7333
2020-10-11 17:44:30 +03:00
..
2020-09-08 15:59:25 +03:00
2020-10-01 14:30:59 +03:00
2020-08-11 10:37:34 +08:00
2020-10-02 14:03:01 +02:00