Skip to content

Commit

Permalink
NB 5.21 doesnt support verify logic (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jul 18, 2024
1 parent 370b467 commit d45187e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions compose/nosqlbench-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@ java -jar /nb5.jar \
errors=counter,retry \
-v

echo "Running NoSQLBench VERIFY job on ORIGIN"
java -jar /nb5.jar \
--show-stacktraces \
--report-csv-to /source/verify-origin \
/source/nb-tests/cql_nb_activity.yaml \
verify \
hosts=zdm_tests_origin \
localdc=datacenter1 \
-v
#echo "Running NoSQLBench VERIFY job on ORIGIN"
#java -jar /nb5.jar \
# --show-stacktraces \
# --report-csv-to /source/verify-origin \
# /source/nb-tests/cql_nb_activity.yaml \
# verify \
# hosts=zdm_tests_origin \
# localdc=datacenter1 \
# -v

echo "Running NoSQLBench VERIFY job on TARGET"
java -jar /nb5.jar \
--show-stacktraces \
--report-csv-to /source/verify-target \
/source/nb-tests/cql_nb_activity.yaml \
verify \
hosts=zdm_tests_target \
localdc=datacenter1 \
-v
#echo "Running NoSQLBench VERIFY job on TARGET"
#java -jar /nb5.jar \
# --show-stacktraces \
# --report-csv-to /source/verify-target \
# /source/nb-tests/cql_nb_activity.yaml \
# verify \
# hosts=zdm_tests_target \
# localdc=datacenter1 \
# -v
2 changes: 1 addition & 1 deletion nb-tests/cql_nb_activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scenarios:
rampup: run driver=cqld4 tags=block:rampup cycles=20000
write: run driver=cqld4 tags=block:write cycles=20000
read: run driver=cqld4 tags=block:read cycles=20000
verify: run driver=cqld4 tags=block:verify errors=warn,unverified->count compare=all cycles=20000
# verify: run driver=cqld4 tags=block:verify errors=warn,unverified->count compare=all cycles=20000

params:
driver: cql
Expand Down

0 comments on commit d45187e

Please sign in to comment.