summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml108
1 files changed, 54 insertions, 54 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index f47cd001802..0ee7c22228d 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -1,57 +1,57 @@
+test_kind: js_test
+
selector:
- js_test:
- roots:
- - jstests/aggregation/*.js
- - jstests/aggregation/bugs/*.js
- - jstests/aggregation/expressions/*.js
- - jstests/aggregation/sources/*/*.js
- exclude_files:
- # The following tests start their own ShardingTest.
- - jstests/aggregation/bugs/server6118.js
- - jstests/aggregation/bugs/server6179.js
- - jstests/aggregation/bugs/server7781.js
- - jstests/aggregation/mongos_slaveok.js
- - jstests/aggregation/sources/addFields/use_cases.js
- - jstests/aggregation/sources/addFields/weather.js
- - jstests/aggregation/sources/facet/use_cases.js
- - jstests/aggregation/sources/graphLookup/sharded.js
- - jstests/aggregation/sources/lookup/lookup.js
- - jstests/aggregation/sources/replaceRoot/address.js
- - jstests/aggregation/testshard1.js
- # The following tests start their own ReplSetTest.
- - jstests/aggregation/testSlave.js
- # The following tests start their own mongod.
- - jstests/aggregation/bugs/cursor_timeout.js
- - jstests/aggregation/bugs/lookup_unwind_getmore.js
- - jstests/aggregation/bugs/lookup_unwind_killcursor.js
- # TODO: Remove after SERVER-23229 is fixed.
- - jstests/aggregation/bugs/groupMissing.js
- exclude_with_any_tags:
- # Tests tagged with the following will fail because they assume collections are not sharded.
- - assumes_no_implicit_collection_creation_after_drop
- - assumes_no_implicit_index_creation
- - assumes_unsharded_collection
- - cannot_create_unique_index_when_using_hashed_shard_key
+ roots:
+ - jstests/aggregation/*.js
+ - jstests/aggregation/bugs/*.js
+ - jstests/aggregation/expressions/*.js
+ - jstests/aggregation/sources/*/*.js
+ exclude_files:
+ # The following tests start their own ShardingTest.
+ - jstests/aggregation/bugs/server6118.js
+ - jstests/aggregation/bugs/server6179.js
+ - jstests/aggregation/bugs/server7781.js
+ - jstests/aggregation/mongos_slaveok.js
+ - jstests/aggregation/sources/addFields/use_cases.js
+ - jstests/aggregation/sources/addFields/weather.js
+ - jstests/aggregation/sources/facet/use_cases.js
+ - jstests/aggregation/sources/graphLookup/sharded.js
+ - jstests/aggregation/sources/lookup/lookup.js
+ - jstests/aggregation/sources/replaceRoot/address.js
+ - jstests/aggregation/testshard1.js
+ # The following tests start their own ReplSetTest.
+ - jstests/aggregation/testSlave.js
+ # The following tests start their own mongod.
+ - jstests/aggregation/bugs/cursor_timeout.js
+ - jstests/aggregation/bugs/lookup_unwind_getmore.js
+ - jstests/aggregation/bugs/lookup_unwind_killcursor.js
+ # TODO: Remove after SERVER-23229 is fixed.
+ - jstests/aggregation/bugs/groupMissing.js
+ exclude_with_any_tags:
+ # Tests tagged with the following will fail because they assume collections are not sharded.
+ - assumes_no_implicit_collection_creation_after_drop
+ - assumes_no_implicit_index_creation
+ - assumes_unsharded_collection
+ - cannot_create_unique_index_when_using_hashed_shard_key
executor:
- js_test:
- config:
- shell_options:
- readMode: commands
- eval: load("jstests/libs/override_methods/implicitly_shard_accessed_collections.js")
- hooks:
- - class: ValidateCollections
- - class: CleanEveryN
- n: 20
- fixture:
- class: ShardedClusterFixture
- mongos_options:
- bind_ip_all: ''
- set_parameters:
- enableTestCommands: 1
- mongod_options:
- bind_ip_all: ''
- nopreallocj: ''
- set_parameters:
- enableTestCommands: 1
- numInitialSyncAttempts: 1
+ config:
+ shell_options:
+ readMode: commands
+ eval: load("jstests/libs/override_methods/implicitly_shard_accessed_collections.js")
+ hooks:
+ - class: ValidateCollections
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: ShardedClusterFixture
+ mongos_options:
+ bind_ip_all: ''
+ set_parameters:
+ enableTestCommands: 1
+ mongod_options:
+ bind_ip_all: ''
+ nopreallocj: ''
+ set_parameters:
+ enableTestCommands: 1
+ numInitialSyncAttempts: 1