summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorYves Duhem <yves.duhem@mongodb.com>2017-09-01 17:40:29 -0400
committerYves Duhem <yves.duhem@mongodb.com>2017-09-01 17:41:35 -0400
commit2f6a2294feb20a9a3a11dcdbfbfed05f4756c1b2 (patch)
tree7016c0c574b55768eac13413e21ff5a849c1a9fd /buildscripts/resmokeconfig
parentedfcb9cfbef2f0bcd85cd46cb1b9ccbe89d0f299 (diff)
downloadmongo-2f6a2294feb20a9a3a11dcdbfbfed05f4756c1b2.tar.gz
SERVER-30683 Support failovers in ReplicaSetFixture
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/core.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/integration_tests_replset.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/integration_tests_sharded.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/integration_tests_standalone.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/json_schema.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_sharded.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/session_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_gle_auth_basics_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml2
28 files changed, 0 insertions, 37 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
index d0c7ca7ac6a..1344f26cec0 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml
@@ -39,7 +39,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
enableMajorityReadConcern: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index c326b8e4875..de8b568eee6 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -49,11 +49,9 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
mongod_options:
- bind_ip_all: ''
nopreallocj: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index afe6f6a43fc..55d8db5f075 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -185,7 +185,6 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
logComponentVerbosity:
@@ -196,7 +195,6 @@ executor:
asio: 2
tracking: 0
mongod_options:
- bind_ip_all: ''
nopreallocj: ''
enableMajorityReadConcern: ''
set_parameters:
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index bbdf1f8ab57..02c4a03a93d 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -232,7 +232,6 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
keyFile: *keyFile
set_parameters:
enableTestCommands: 1
@@ -244,7 +243,6 @@ executor:
asio: 2
tracking: 0
mongod_options:
- bind_ip_all: ''
nopreallocj: ''
enableMajorityReadConcern: ''
auth: ''
diff --git a/buildscripts/resmokeconfig/suites/core.yml b/buildscripts/resmokeconfig/suites/core.yml
index 1156c5e88cb..4aa054a49bb 100644
--- a/buildscripts/resmokeconfig/suites/core.yml
+++ b/buildscripts/resmokeconfig/suites/core.yml
@@ -19,6 +19,5 @@ executor:
fixture:
class: MongoDFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/integration_tests_replset.yml b/buildscripts/resmokeconfig/suites/integration_tests_replset.yml
index 6ea48b5a55d..92900f32692 100644
--- a/buildscripts/resmokeconfig/suites/integration_tests_replset.yml
+++ b/buildscripts/resmokeconfig/suites/integration_tests_replset.yml
@@ -15,7 +15,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
diff --git a/buildscripts/resmokeconfig/suites/integration_tests_sharded.yml b/buildscripts/resmokeconfig/suites/integration_tests_sharded.yml
index 2942a01474a..8f7d234bbd8 100644
--- a/buildscripts/resmokeconfig/suites/integration_tests_sharded.yml
+++ b/buildscripts/resmokeconfig/suites/integration_tests_sharded.yml
@@ -12,12 +12,10 @@ executor:
fixture:
class: ShardedClusterFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
enable_sharding:
diff --git a/buildscripts/resmokeconfig/suites/integration_tests_standalone.yml b/buildscripts/resmokeconfig/suites/integration_tests_standalone.yml
index 1ab54b6e61f..f8d826c5de8 100644
--- a/buildscripts/resmokeconfig/suites/integration_tests_standalone.yml
+++ b/buildscripts/resmokeconfig/suites/integration_tests_standalone.yml
@@ -12,6 +12,5 @@ executor:
fixture:
class: MongoDFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/json_schema.yml b/buildscripts/resmokeconfig/suites/json_schema.yml
index e886c3bc4b2..a0535172c67 100644
--- a/buildscripts/resmokeconfig/suites/json_schema.yml
+++ b/buildscripts/resmokeconfig/suites/json_schema.yml
@@ -39,6 +39,5 @@ executor:
fixture:
class: MongoDFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml
index c8073c10b45..b14a7432ea4 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_replication.yml
@@ -28,7 +28,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml
index d5c17ffc8f2..5ff2d73f41b 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml
@@ -24,7 +24,6 @@ executor:
class: ReplicaSetFixture
mongod_options:
oplogSize: 511
- bind_ip_all: ''
verbose: ''
set_parameters:
logComponentVerbosity:
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml
index 1a39d00cd77..7fdea6e25cd 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml
@@ -23,7 +23,6 @@ executor:
class: ReplicaSetFixture
mongod_options:
oplogSize: 511
- bind_ip_all: ''
verbose: ''
set_parameters:
logComponentVerbosity:
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_sharded.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_sharded.yml
index 4f95e982852..d99b98ba75c 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_sharded.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_sharded.yml
@@ -19,12 +19,10 @@ executor:
mongos_options:
set_parameters:
enableTestCommands: 1
- bind_ip_all: ''
verbose: ''
mongod_options:
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
verbose: ''
- bind_ip_all: ''
num_shards: 2
diff --git a/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml
index 823cd4ef067..f7aefe690fc 100644
--- a/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml
@@ -25,7 +25,6 @@ executor:
fixture:
class: MasterSlaveFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
index ae5845f7724..ab655bca294 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_linearizable_passthrough.yml
@@ -96,7 +96,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index 73bfa5a27b9..e5afb848e02 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -93,7 +93,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
index 9d2017f2e70..2142079d643 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
@@ -92,7 +92,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
index 659e8efaff5..b3e157d86ee 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
@@ -26,7 +26,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
index 6933e40e1a8..853b409d318 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_jscore_passthrough.yml
@@ -27,7 +27,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
index 6b9b3b20347..c64ed9ebb5b 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
@@ -24,7 +24,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml
index 27726964c60..90efaa192e6 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_resync_static_jscore_passthrough.yml
@@ -27,7 +27,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
index a319397b83b..a98b7222562 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
@@ -50,7 +50,6 @@ executor:
fixture:
class: ReplicaSetFixture
mongod_options:
- bind_ip_all: ''
oplogSize: 511
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/session_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/session_jscore_passthrough.yml
index c89afbe78cd..c918b66e91f 100644
--- a/buildscripts/resmokeconfig/suites/session_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/session_jscore_passthrough.yml
@@ -20,6 +20,5 @@ executor:
fixture:
class: MongoDFixture
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 2ab418e0bf0..89065f2d07b 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -212,7 +212,6 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
logComponentVerbosity:
@@ -221,7 +220,6 @@ executor:
verbosity: 1
asio: 2
mongod_options:
- bind_ip_all: ''
nopreallocj: ''
enableMajorityReadConcern: ''
set_parameters:
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index fae8086dfa5..b8500d3ed36 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -102,7 +102,6 @@ executor:
set_parameters:
enableTestCommands: 1
mongod_options:
- bind_ip_all: ''
nopreallocj: ''
set_parameters:
enableTestCommands: 1
diff --git a/buildscripts/resmokeconfig/suites/sharding_gle_auth_basics_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_gle_auth_basics_passthrough.yml
index bfbf8b8e405..5ea71956614 100644
--- a/buildscripts/resmokeconfig/suites/sharding_gle_auth_basics_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_gle_auth_basics_passthrough.yml
@@ -32,13 +32,11 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
keyFile: *keyFile
set_parameters:
enableTestCommands: 1
enableLocalhostAuthBypass: false
mongod_options:
- bind_ip_all: ''
auth: ''
keyFile: *keyFile
set_parameters:
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
index 298476e37ef..1248e6d80ad 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
@@ -64,11 +64,9 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
index b6b3dde7e5b..c2be25c8e84 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
@@ -63,11 +63,9 @@ executor:
fixture:
class: ShardedClusterFixture
mongos_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
mongod_options:
- bind_ip_all: ''
set_parameters:
enableTestCommands: 1
numInitialSyncAttempts: 1