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 authored and fruch committed Jan 25, 2023
1 parent 16c6023 commit 8170f3f
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 8170f3f

Please sign in to comment.