Skip to content

Commit

Permalink
Fix cassandra tests (#4403)
Browse files Browse the repository at this point in the history
* Fix cassandra tests

* Use cassandra 2.2.4

* Use cassandra 3
  • Loading branch information
uurien authored Jun 14, 2024
1 parent 5278b1c commit 1cd017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,7 @@ jobs:
runs-on: ubuntu-latest
services:
cassandra:
image: spotify/cassandra
env:
CASSANDRA_TOKEN: '-9223372036854775808'
image: cassandra:3-focal
ports:
- 9042:9042
env:
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ services:
ports:
- "11211:11211"
cassandra:
image: spotify/cassandra
environment:
- CASSANDRA_TOKEN=-9223372036854775808
image: cassandra:3-focal
ports:
- "127.0.0.1:9042:9042"
limitd:
Expand Down

0 comments on commit 1cd017b

Please sign in to comment.