Skip to content

Commit 14413fa

Browse files
committed
testdata: script to create local keyspace
1 parent 860199d commit 14413fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

load-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip install --root="/install" -r requirements.txt
1414
FROM base
1515
COPY --from=builder /install /
1616

17-
COPY entrypoint.sh *.py /
17+
COPY entrypoint.sh *.py ids.txt /
1818

1919
EXPOSE 8089
2020
ENTRYPOINT ./entrypoint.sh

testdata/keyspace.cql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CREATE KEYSPACE bank
2+
WITH REPLICATION = {
3+
'class' : 'SimpleStrategy',
4+
'replication_factor' : 1
5+
};

0 commit comments

Comments
 (0)