Files
mongo/buildscripts/resmokeconfig/suites/core_compression.yml
Kyle Suarez af3b0c646c SERVER-26765 move views tests into jsCore
Views tests have been moved to jstests/core/views. YAML configurations for
jsCore passthrough suites have been updated to pick up tests in subdirectories
of jstests/core.

Tasks and variants that previously used the --excludeWithAnyTags resmoke flag
now specify task_excluded_tags and variant_excluded_tags, respectively.
2016-12-09 15:35:55 -05:00

26 lines
512 B
YAML

selector:
js_test:
roots:
- jstests/core/**/*.js
executor:
js_test:
config:
shell_options:
global_vars:
TestData:
networkMessageCompressors: snappy
readMode: commands
networkMessageCompressors: snappy
hooks:
- class: ValidateCollections
- class: CleanEveryN
n: 20
fixture:
class: MongoDFixture
mongod_options:
networkMessageCompressors: snappy
set_parameters:
enableTestCommands: 1