Finer grained generation of extra inserts for testing

This commit is contained in:
Dominik Werder
2022-09-19 14:31:40 +02:00
parent 0905ee6dfc
commit b64ad0f81e
6 changed files with 108 additions and 15 deletions
+2
View File
@@ -106,6 +106,8 @@ pub async fn list_pulses() -> Result<(), Error> {
}
pub async fn fetch_events(opts: FetchEvents) -> Result<(), Error> {
// TODO use the keyspace from commandline.
err::todo();
let scy = SessionBuilder::new()
.known_nodes(&opts.scylla)
.default_consistency(Consistency::LocalOne)