Merge pull request #1113 from nosqlbench/nosqlbench-1104-schemafix

unbreak schema phase in cql-keyalue
This commit is contained in:
Jonathan Shook
2023-02-15 17:31:55 -06:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ blocks:
create-keyspace:
raw: |
create keyspace if not exists TEMPLATE(keyspace,baselines)
WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 'TEMPLATE(rf,1)>>'}
WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 'TEMPLATE(rf,1)'}
AND durable_writes = true;
create-table:
raw: |