Skip to content

Commit

Permalink
fix(test): pin scylla-bench to fix multidc counter test
Browse files Browse the repository at this point in the history
We face the issue with disconnecting from cluster after simple table
modifications in scylla-bench (counters multidc test):
scylladb/scylla-bench#114

It was proven it behaves correctly when s-b is in version 0.1.3.
This commit pins s-b for couters multidc test.
  • Loading branch information
soyacz committed Dec 15, 2022
1 parent 2a9b998 commit df45014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-cases/longevity/longevity-counters-multidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ server_encrypt: true
internode_encryption: 'dc'

use_legacy_cluster_init: false

# pin s-b version to mitigate https://github.com/scylladb/scylla-bench/issues/114
stress_image:
scylla-bench: 'scylladb/hydra-loaders:scylla-bench-v0.1.3'

0 comments on commit df45014

Please sign in to comment.