After moving this test into a SEASTAR_THREAD_TEST_CASE we can use the BOOST_REQUIRE_* macros which have much better diagnostics than simple assert()s. Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <d2faa5db2bc352e6a2dcf09287faed42284c3248.1523432699.git.bdenes@scylladb.com>
Turns out do_with_cql_env can be used from within SEASTAR test cases so no reason to have a separate file for a single test case. Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <028a28b7d90a3bc5ed4719ce273da05880133c0e.1523432699.git.bdenes@scylladb.com>