Skip to content

Commit 1cd017b

Browse files
authored
Fix cassandra tests (#4403)
* Fix cassandra tests * Use cassandra 2.2.4 * Use cassandra 3
1 parent 5278b1c commit 1cd017b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/plugins.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,7 @@ jobs:
327327
runs-on: ubuntu-latest
328328
services:
329329
cassandra:
330-
image: spotify/cassandra
331-
env:
332-
CASSANDRA_TOKEN: '-9223372036854775808'
330+
image: cassandra:3-focal
333331
ports:
334332
- 9042:9042
335333
env:

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ services:
7070
ports:
7171
- "11211:11211"
7272
cassandra:
73-
image: spotify/cassandra
74-
environment:
75-
- CASSANDRA_TOKEN=-9223372036854775808
73+
image: cassandra:3-focal
7674
ports:
7775
- "127.0.0.1:9042:9042"
7876
limitd:

0 commit comments

Comments
 (0)