Skip to content

Commit

Permalink
Bump scylla version to 5.4.6 and use fixed version for tablet test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwiaszunejko committed Jun 4, 2024
1 parent 6663620 commit 89163cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
SCYLLA_IMAGE: scylladb/scylla:5.2.9
SCYLLA_IMAGE: scylladb/scylla:5.4.6
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
timeout: 5s
retries: 18
node_2:
image: scylladb/scylla-nightly
image: scylladb/scylla-nightly:6.0.0-rc2-0.20240602.cbf47319c1f7
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand All @@ -49,7 +49,7 @@ services:
timeout: 5s
retries: 18
node_3:
image: scylladb/scylla-nightly
image: scylladb/scylla-nightly:6.0.0-rc2-0.20240602.cbf47319c1f7
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand All @@ -68,7 +68,7 @@ services:
node_2:
condition: service_healthy
node_4:
image: scylladb/scylla-nightly
image: scylladb/scylla-nightly:6.0.0-rc2-0.20240602.cbf47319c1f7
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand Down
2 changes: 2 additions & 0 deletions testdata/config/scylla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ client_encryption_options:
keyfile: /etc/scylla/db.key
truststore: /etc/scylla/ca.crt
require_client_auth: true
# when using 5.4.x we have to specify force_schema_commit_log option
force_schema_commit_log: true

0 comments on commit 89163cc

Please sign in to comment.