Skip to content

Commit

Permalink
Now?
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 13, 2023
1 parent bc885e7 commit 3ac6780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
SCYLLA_VERSION: ${{ matrix.server_versions.scylla }}
CASSANDRA_NATIVE_PROTOCOL: ${{ matrix.cassandra_native_protocol }}
LOG_LEVEL: debug
XANDRA_DEBUG: true

steps:
- name: Clone the repository
Expand Down
4 changes: 2 additions & 2 deletions test/toxiproxy_config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "xandra_test_cassandra",
"listen": "0.0.0.0:9042",
"listen": "[::]:9042",
"upstream": "cassandra:9042",
"enabled": true
},
{
"name": "xandra_test_cassandra_sliced",
"listen": "0.0.0.0:9043",
"listen": "[::]:9043",
"upstream": "cassandra:9042",
"enabled": true
}
Expand Down

0 comments on commit 3ac6780

Please sign in to comment.