summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_ese_12.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_ese_12.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_ese_12.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_ese_12.yml b/buildscripts/resmokeconfig/suites/sharding_ese_12.yml
new file mode 100644
index 00000000000..12512acb76c
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/sharding_ese_12.yml
@@ -0,0 +1,47 @@
+# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be
+# made to sharding_ese.yml in order to ensure running the full test suite locally matches the
+# behavior of running parts of the test suite in Evergreen. It was generated against commit range:
+# 2e31167d0e2cf179a228afeec71853cfb0f0683f - eeded592270082dba3dd59d65c8e94128030af18
+# with the following options:
+# Namespace(branch='master', duration_days=14, end_commit=None, execution_time_minutes=20, owner='mongodb', project='mongo', start_commit=None, task=['sharding_ese'], variants='linux-64-debug,enterprise-rhel-62-64-bit,enterprise-windows-64-2k8', verbose=True)
+
+# Section that is ignored by resmoke.py.
+config_variables:
+- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2
+
+test_kind: js_test
+
+selector:
+ # The following tests take approximately
+ # 8 minutes to run on enterprise-rhel-62-64-bit
+ # 19 minutes to run on enterprise-windows-64-2k8
+ roots:
+ - jstests/sharding/features2.js
+ - jstests/sharding/names.js
+ - jstests/sharding/cursor_timeout.js
+ - jstests/sharding/mongos_validate_writes.js
+ - jstests/sharding/group_slaveok.js
+ - jstests/sharding/mrShardedOutput.js
+ - jstests/sharding/max_time_ms_sharded.js
+ - jstests/sharding/lookup_change_stream_post_image_compound_shard_key.js
+ - jstests/sharding/session_info_in_oplog.js
+ - jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
+ - jstests/sharding/secondary_shard_versioning.js
+ - jstests/sharding/explain_cmd.js
+ - jstests/sharding/coll_epoch_test1.js
+ - jstests/sharding/authConnectionHook.js
+ - jstests/sharding/count1.js
+ - jstests/sharding/shard4.js
+ - jstests/sharding/count2.js
+ - jstests/sharding/movePrimary1.js
+ - jstests/sharding/views.js
+
+executor:
+ config:
+ shell_options:
+ nodb: ''
+ global_vars:
+ TestData:
+ enableEncryption: ''
+ encryptionKeyFile: *keyFile
+ readMode: commands \ No newline at end of file