mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
cql_test_env: add forward declaration
Not worthwhile to add a new #include for this.
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
#include "service/storage_service.hh"
|
||||
#include "auth/auth.hh"
|
||||
|
||||
namespace sstables {
|
||||
|
||||
future<> await_background_jobs_on_all_shards();
|
||||
|
||||
}
|
||||
|
||||
static future<> tst_init_ms_fd_gossiper(db::seed_provider_type seed_provider, sstring cluster_name = "Test Cluster") {
|
||||
return gms::get_failure_detector().start().then([seed_provider, cluster_name] {
|
||||
// Init gossiper
|
||||
|
||||
Reference in New Issue
Block a user