Skip to content

Commit b4f6f58

Browse files
CodeLieutenantfruch
authored andcommitted
fix(gemini-test-nodes): Increase the number of nodes in the test DB from 3 to 4
As observed in a couple of new gemini runs [scylladb#6](https://argus.scylladb.com/tests/scylla-cluster-tests/f0c504cb-4bf5-47d4-a6bb-f0a102ec7fe4) [scylladb#7](https://argus.scylladb.com/tests/scylla-cluster-tests/26276989-e33c-40f1-9e94-788a4d824344) [#4](https://argus.scylladb.com/tests/scylla-cluster-tests/193e537e-e025-4857-86db-2156cd870fc3) [#2] https://argus.scylladb.com/tests/scylla-cluster-tests/41d1290a-1998-4bf4-9d15-4b21ad98cff9 Gemini's failures are caused by not having enough nodes in the test DB when cluster in run with Tablets, and by that we cannot establish quorum. This PR increases the number of nodes in the test DB to 4 in all relevant cases with nemesis. Signed-off-by: Dusan Malusev <dusan.malusev@scylladb.com>
1 parent 60b5e94 commit b4f6f58

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test-cases/gemini/gemini-1tb-10h.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_duration: 780
2-
n_db_nodes: 3
2+
n_db_nodes: 4
33
n_test_oracle_db_nodes: 1
44
n_loaders: 1
55
n_monitor_nodes: 1

test-cases/gemini/gemini-3h-ics-cdc-with-nemesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_duration: 500
2-
n_db_nodes: 3
2+
n_db_nodes: 4
33
n_test_oracle_db_nodes: 1
44
n_loaders: 1
55
n_monitor_nodes: 1

test-cases/gemini/gemini-3h-ics-with-nondisruptive-nemesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_duration: 500
2-
n_db_nodes: 3
2+
n_db_nodes: 4
33
n_test_oracle_db_nodes: 1
44
n_loaders: 1
55
n_monitor_nodes: 1

test-cases/gemini/gemini-3h-with-nemesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_duration: 300
2-
n_db_nodes: 3
2+
n_db_nodes: 4
33
n_test_oracle_db_nodes: 1
44
n_loaders: 1
55
n_monitor_nodes: 1

test-cases/gemini/gemini-8h-large-num-columns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_duration: 500
2-
n_db_nodes: 3
2+
n_db_nodes: 4
33
n_test_oracle_db_nodes: 1
44
n_loaders: 1
55
n_monitor_nodes: 1

0 commit comments

Comments
 (0)