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.
26 lines
512 B
YAML
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
|
|
|