Skip to content

Commit

Permalink
fix(gemini-test-nodes): Increase the number of nodes in the test DB f…
Browse files Browse the repository at this point in the history
…rom 3 to 4

As observed in a couple of new gemini runs [#6](https://argus.scylladb.com/tests/scylla-cluster-tests/f0c504cb-4bf5-47d4-a6bb-f0a102ec7fe4) [#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 <[email protected]>
  • Loading branch information
CodeLieutenant authored and fruch committed Dec 3, 2024
1 parent 60b5e94 commit b4f6f58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-cases/gemini/gemini-1tb-10h.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_duration: 780
n_db_nodes: 3
n_db_nodes: 4
n_test_oracle_db_nodes: 1
n_loaders: 1
n_monitor_nodes: 1
Expand Down
2 changes: 1 addition & 1 deletion test-cases/gemini/gemini-3h-ics-cdc-with-nemesis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_duration: 500
n_db_nodes: 3
n_db_nodes: 4
n_test_oracle_db_nodes: 1
n_loaders: 1
n_monitor_nodes: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_duration: 500
n_db_nodes: 3
n_db_nodes: 4
n_test_oracle_db_nodes: 1
n_loaders: 1
n_monitor_nodes: 1
Expand Down
2 changes: 1 addition & 1 deletion test-cases/gemini/gemini-3h-with-nemesis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_duration: 300
n_db_nodes: 3
n_db_nodes: 4
n_test_oracle_db_nodes: 1
n_loaders: 1
n_monitor_nodes: 1
Expand Down
2 changes: 1 addition & 1 deletion test-cases/gemini/gemini-8h-large-num-columns.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_duration: 500
n_db_nodes: 3
n_db_nodes: 4
n_test_oracle_db_nodes: 1
n_loaders: 1
n_monitor_nodes: 1
Expand Down

0 comments on commit b4f6f58

Please sign in to comment.