diff options
author | Jacob Evans <jacob.evans@mongodb.com> | 2019-12-11 21:33:49 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-11 21:33:49 +0000 |
commit | 57acc8b666b8c9dfc34eaf03c226ab26ac225781 (patch) | |
tree | 1a0971f0cce77fc5178fc48952770dc164818b22 /buildscripts | |
parent | 3da6513067131a50323f3388b8dc2918da885732 (diff) | |
download | mongo-57acc8b666b8c9dfc34eaf03c226ab26ac225781.tar.gz |
SERVER-44475 Remove Query Knob
Diffstat (limited to 'buildscripts')
4 files changed, 0 insertions, 75 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml b/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml deleted file mode 100644 index f94870b1aa0..00000000000 --- a/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# This suite spawns a mongod with the parameter 'internalQueryUseAggMapReduce' set to true to -# direct mapReduce commands to the new aggregation implementation. -test_kind: js_test - -selector: - roots: - - jstests/core/commands_namespace_parsing.js - - jstests/core/map_reduce_validation.js - - jstests/core/mr_bigobject.js - - jstests/core/mr_preserve_indexes.js - - jstests/core/mr_merge.js - - jstests/core/mr_mutable_properties.js - - jstests/core/mr_reduce.js - - jstests/core/mr_sort.js - - jstests/core/mr_stored.js - - jstests/core/mr_output_other_db.js - - jstests/core/mr_tolerates_js_exception.js - - jstests/core/mr_use_this_object.js - - jstests/core/mr_scope.js - - jstests/core/profile_mapreduce.js -executor: - archive: - hooks: - - ValidateCollections - config: - shell_options: - readMode: commands - hooks: - - class: ValidateCollections - shell_options: - global_vars: - TestData: - skipValidationOnNamespaceNotFound: false - - class: CleanEveryN - n: 20 - fixture: - class: MongoDFixture - mongod_options: - set_parameters: - enableTestCommands: 1 - internalQueryUseAggMapReduce: true diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index 29f96f13f08..9ea3a40995c 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -45,7 +45,6 @@ selector: - jstests/sharding/migrateBig_balancer.js - jstests/sharding/move_chunk_basic.js - jstests/sharding/movePrimary1.js - - jstests/sharding/mrShardedOutput.js - jstests/sharding/names.js - jstests/sharding/prefix_shard_key.js - jstests/sharding/presplit.js diff --git a/buildscripts/resmokeconfig/suites/sharding_map_reduce_agg.yaml b/buildscripts/resmokeconfig/suites/sharding_map_reduce_agg.yaml deleted file mode 100644 index 10636352343..00000000000 --- a/buildscripts/resmokeconfig/suites/sharding_map_reduce_agg.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# This suite spawns a sharded cluster with the parameter 'internalQueryUseAggMapReduce' set to true -# to direct mapReduce commands to the new aggregation implementation. -test_kind: js_test - -selector: - roots: - - jstests/sharding/auth.js - - jstests/sharding/authCommands.js - - jstests/sharding/authmr.js - - jstests/sharding/causal_consistency_shell_support.js - - jstests/sharding/localhostAuthBypass.js - - jstests/sharding/map_reduce_invalid_output_collection.js - - jstests/sharding/map_reduce_invalid_result_set.js - - jstests/sharding/map_reduce_scope.js - - jstests/sharding/max_time_ms_sharded.js - - jstests/sharding/mr_and_agg_versioning.js - - jstests/sharding/mr_replace_different_db_sharded.js - - jstests/sharding/mr_shard_version.js - - jstests/sharding/query_config.js - - jstests/sharding/shard_targeting.js - -executor: - config: - shell_options: - nodb: '' - readMode: commands - global_vars: - TestData: - setParameters: - internalQueryUseAggMapReduce: true - setParametersMongos: - internalQueryUseAggMapReduce: true diff --git a/buildscripts/resmokeconfig/suites/sharding_misc.yml b/buildscripts/resmokeconfig/suites/sharding_misc.yml index 9d0a465b130..f519a5effc7 100644 --- a/buildscripts/resmokeconfig/suites/sharding_misc.yml +++ b/buildscripts/resmokeconfig/suites/sharding_misc.yml @@ -145,7 +145,6 @@ selector: - jstests/sharding/features2.js - jstests/sharding/names.js - jstests/sharding/explain_agg_read_pref.js - - jstests/sharding/mrShardedOutput.js - jstests/sharding/split_stale_mongos.js - jstests/sharding/multi_write_target.js - jstests/sharding/array_shard_key.js |