mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #1113 from nosqlbench/nosqlbench-1104-schemafix
unbreak schema phase in cql-keyalue
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user