summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_auth_11.yml
blob: 4b02dd2fe4298afecddb8dd93489134c372b5b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be
# made to replica_sets_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 - f4652f501d7b5642a1ad965bc8eefad7803bd120
# 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_auth'], 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 jstests/libs/authTestsKey
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly

test_kind: js_test

selector:
  # The following tests take approximately
  #   9 minutes to run on enterprise-rhel-62-64-bit
  #   11 minutes to run on linux-64-debug
  #   19 minutes to run on enterprise-windows-64-2k8
  roots:
  - jstests/sharding/diffservers1.js
  - jstests/sharding/shard_targeting.js
  - jstests/sharding/merge_chunks_test.js
  - jstests/sharding/shard2.js
  - jstests/sharding/prefix_shard_key.js
  - jstests/sharding/features2.js
  - jstests/sharding/shard_insert_getlasterror_w2.js
  - jstests/sharding/group_slaveok.js
  - jstests/sharding/names.js
  - jstests/sharding/cursor_timeout.js
  - jstests/sharding/mongos_validate_writes.js
  - jstests/sharding/upsert_sharded.js
  - jstests/sharding/empty_doc_results.js
  - jstests/sharding/coll_epoch_test1.js
  - jstests/sharding/lookup_change_stream_post_image_compound_shard_key.js
  - jstests/sharding/explain_cmd.js
  - jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
  - jstests/sharding/secondary_shard_versioning.js
  - jstests/sharding/max_time_ms_sharded.js

executor:
  config:
    shell_options:
      global_vars:
        TestData:
          auth: true
          authMechanism: SCRAM-SHA-1
          keyFile: *keyFile
          keyFileData: *keyFileData
      nodb: ''
      readMode: commands