2015-07-13 17:00:02 +02:00
|
|
|
# Section that is ignored by resmoke.py.
|
|
|
|
config_variables:
|
2015-07-24 22:36:44 +02:00
|
|
|
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
|
2015-07-13 17:00:02 +02:00
|
|
|
|
|
|
|
selector:
|
|
|
|
js_test:
|
|
|
|
roots:
|
|
|
|
- jstests/sharding/*.js
|
|
|
|
- jstests/sharding/replset_config/*.js
|
2015-09-24 00:05:25 +02:00
|
|
|
exclude_files:
|
2015-09-30 01:32:43 +02:00
|
|
|
- jstests/sharding/csrs_upgrade.js # SERVER-20694
|
2015-09-24 00:05:25 +02:00
|
|
|
- jstests/sharding/csrs_upgrade_during_migrate.js # flaky - SERVER-20580
|
2015-07-13 17:00:02 +02:00
|
|
|
|
|
|
|
executor:
|
|
|
|
js_test:
|
|
|
|
config:
|
|
|
|
shell_options:
|
|
|
|
nodb: ''
|
|
|
|
global_vars:
|
|
|
|
TestData:
|
|
|
|
enableEncryption: ''
|
|
|
|
encryptionKeyFile: *keyFile
|