Files
scylladb/tests/mutation_source_test.hh
Avi Kivity c720cddc5c tests: mv tests/urchin/* -> tests/
Now that seastar is in a separate repository, we can use the tests/
directory.
2015-08-05 14:16:52 +03:00

13 lines
274 B
C++

/*
* Copyright 2015 Cloudius Systems
*/
#pragma once
#include "mutation_reader.hh"
using populate_fn = std::function<mutation_source(schema_ptr s, const std::vector<mutation>&)>;
// Must be run in a seastar thread
void run_mutation_source_tests(populate_fn populate);