summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_auth_audit_5.yml
blob: cc295f0a6e10b5a65874de081370b4e6ef678837 (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
# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be
# made to sharding_auth_audit.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 - 85a811117b9d0bfd6d3d147ce773e0abc5b0c8a2
# 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_audit'], 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
  #   11 minutes to run on enterprise-rhel-62-64-bit
  #   19 minutes to run on enterprise-windows-64-2k8
  roots:
  - jstests/sharding/drop_sharded_db.js
  - jstests/sharding/query_after_multi_write.js
  - jstests/sharding/find_and_modify_after_multi_write.js
  - jstests/sharding/mongos_no_replica_set_refresh.js
  - jstests/sharding/bouncing_count.js
  - jstests/sharding/repl_monitor_refresh.js
  - jstests/sharding/addshard4.js
  - jstests/sharding/index_and_collection_option_propagation.js
  - jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
  - jstests/sharding/sharding_migrate_cursor1.js
  - jstests/sharding/move_chunk_update_with_write_retryability.js

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