-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gemini-test-nodes): Increase the number of nodes in the test DB f…
…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
1 parent
60b5e94
commit b4f6f58
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
test-cases/gemini/gemini-3h-ics-with-nondisruptive-nemesis.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|