40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
# Section that is ignored by resmoke.py.
|
|
config_variables:
|
|
- &keyFile jstests/libs/authTestsKey
|
|
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
|
|
|
|
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/sharding/*.js
|
|
- jstests/sharding/replset_config/*.js
|
|
- jstests/sharding/sync_cluster_config/*.js
|
|
exclude_files:
|
|
- jstests/sharding/csrs_upgrade.js # SERVER-20694
|
|
- jstests/sharding/csrs_upgrade_during_migrate.js # flaky - SERVER-20580
|
|
# Skip any tests that run with auth explicitly.
|
|
- jstests/sharding/*[aA]uth*.js
|
|
- jstests/sharding/replset_config/*[aA]uth*.js
|
|
- jstests/sharding/sync_cluster_config/*[aA]uth*.js
|
|
# Skip these additional tests when running with auth enabled.
|
|
- jstests/sharding/copydb_from_mongos.js # SERVER-13080
|
|
- jstests/sharding/parallel.js
|
|
- jstests/sharding/sync_cluster_config/sync[36].js
|
|
# Skip the testcases that do not have auth bypass when running ops in parallel.
|
|
- jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js # SERVER-21713
|
|
- jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js # SERVER-21713
|
|
- jstests/sharding/migration_with_source_deletes.js # SERVER-21713
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
global_vars:
|
|
TestData:
|
|
auth: true
|
|
authMechanism: SCRAM-SHA-1
|
|
keyFile: *keyFile
|
|
keyFileData: *keyFileData
|
|
nodb: ''
|
|
readMode: commands
|