summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_ese_1.yml
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2018-04-19 11:57:57 -0400
committerDavid Bradford <david.bradford@mongodb.com>2018-04-19 11:57:57 -0400
commitf769ba3ff8815d4264aa50d5196d450a7b3f9f87 (patch)
tree1a494729184c00355e799dee054e0cb126d65dc4 /buildscripts/resmokeconfig/suites/sharding_ese_1.yml
parent8c2515904ee5bd8a592fde85fa0295c8ccb96510 (diff)
downloadmongo-f769ba3ff8815d4264aa50d5196d450a7b3f9f87.tar.gz
SERVER-34330: Split sharding_ese suite into smaller units
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_ese_1.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_ese_1.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_ese_1.yml b/buildscripts/resmokeconfig/suites/sharding_ese_1.yml
new file mode 100644
index 00000000000..dcf62e6bd4f
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/sharding_ese_1.yml
@@ -0,0 +1,31 @@
+# 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
+ # 13 minutes to run on enterprise-rhel-62-64-bit
+ # 17 minutes to run on enterprise-windows-64-2k8
+ roots:
+ - jstests/sharding/remove2.js
+ - jstests/sharding/zbigMapReduce.js
+ - jstests/sharding/top_chunk_autosplit.js
+
+executor:
+ config:
+ shell_options:
+ nodb: ''
+ global_vars:
+ TestData:
+ enableEncryption: ''
+ encryptionKeyFile: *keyFile
+ readMode: commands \ No newline at end of file