mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
Now every tests starts by deferring a call to await_background_jobs. That can be verified with: $ git grep -B 1 await_background test/boost/sstable_3_x_test.cc | grep THREAD | wc -l 90 $ git grep -A 1 SEASTAR_THREAD_TEST_CASE test/boost/sstable_3_x_test.cc | grep await_background | wc -l 90 Thanks to Raphael Carvalho for noticing it. Refs #6624 Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Reviewed-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20200619220048.1091630-1-espindola@scylladb.com>