diff options
author | Pavithra Vetriselvan <pavithra.vetriselvan@mongodb.com> | 2020-02-27 22:02:01 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-02-27 22:02:01 +0000 |
commit | 9286617bbc5f9087f3774fc7d4dd4d366c584ae2 (patch) | |
tree | 0c15b9278037e970eb34ad8852f2e0fc89572129 /buildscripts/resmokeconfig | |
parent | c01de187585576180188d2598e5229a93a0743ed (diff) | |
download | mongo-9286617bbc5f9087f3774fc7d4dd4d366c584ae2.tar.gz |
SERVER-45085 re-enable config quorum checker
Diffstat (limited to 'buildscripts/resmokeconfig')
5 files changed, 0 insertions, 15 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets.yml b/buildscripts/resmokeconfig/suites/replica_sets.yml index 10aa787df27..dbcb0f3c5c8 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets.yml @@ -4,9 +4,6 @@ selector: roots: - jstests/replsets/*.js exclude_files: - # Relies on the currently disabled config quorum checker for replSetReconfig. - - jstests/replsets/disallow_adding_initialized_node1.js - - jstests/replsets/disallow_adding_initialized_node2.js executor: config: diff --git a/buildscripts/resmokeconfig/suites/replica_sets_auth.yml b/buildscripts/resmokeconfig/suites/replica_sets_auth.yml index 3f4798803c1..904256d3302 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_auth.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_auth.yml @@ -15,9 +15,6 @@ selector: - jstests/replsets/interrupted_batch_insert.js - jstests/replsets/transactions_reaped_with_tickets_exhausted.js - jstests/replsets/transactions_committed_with_tickets_exhausted.js - # Relies on the currently disabled config quorum checker for replSetReconfig. - - jstests/replsets/disallow_adding_initialized_node1.js - - jstests/replsets/disallow_adding_initialized_node2.js executor: config: diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese.yml index dc986c70bd3..7142fd7d1cd 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_ese.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_ese.yml @@ -8,9 +8,6 @@ selector: roots: - jstests/replsets/*.js exclude_files: - # Relies on the currently disabled config quorum checker for replSetReconfig. - - jstests/replsets/disallow_adding_initialized_node1.js - - jstests/replsets/disallow_adding_initialized_node2.js executor: config: diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml index 526ddadb4b6..012e539b648 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_ese_gcm.yml @@ -8,9 +8,6 @@ selector: roots: - jstests/replsets/*.js exclude_files: - # Relies on the currently disabled config quorum checker for replSetReconfig. - - jstests/replsets/disallow_adding_initialized_node1.js - - jstests/replsets/disallow_adding_initialized_node2.js executor: config: diff --git a/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format.yml b/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format.yml index 516626a5aec..eaa598ec243 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_large_txns_format.yml @@ -7,9 +7,6 @@ selector: # Transactions are not allowed to operate on capped collections. - requires_capped exclude_files: - # Relies on the currently disabled config quorum checker for replSetReconfig. - - jstests/replsets/disallow_adding_initialized_node1.js - - jstests/replsets/disallow_adding_initialized_node2.js executor: config: |