We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810291f commit 6b01e49Copy full SHA for 6b01e49
.github/workflows/integration-tests.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Test tablets
39
run: |
40
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
41
- export SCYLLA_VERSION='unstable/master:2024-01-03T08:06:57Z'
+ export SCYLLA_VERSION='unstable/master:2024-01-17T17:56:00Z'
42
./ci/run_integration_test.sh tests/integration/experiments/
tests/integration/experiments/test_tablets.py
@@ -80,8 +80,9 @@ def create_ks_and_cf(self):
80
CREATE KEYSPACE test1
81
WITH replication = {
82
'class': 'NetworkTopologyStrategy',
83
- 'replication_factor': 1,
84
- 'initial_tablets': 8
+ 'replication_factor': 1
+ } AND tablets = {
85
+ 'initial': 8
86
}
87
""")
88
0 commit comments