summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_auth_18.yml
blob: 30f95cbccfae7fffdf27c799df70ec31478ba24f (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# 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
  #   11 minutes to run on enterprise-rhel-62-64-bit
  #   13 minutes to run on linux-64-debug
  #   19 minutes to run on enterprise-windows-64-2k8
  roots:
  - jstests/sharding/killop.js
  - jstests/sharding/missing_key.js
  - jstests/sharding/database_versioning_safe_secondary_reads.js
  - jstests/sharding/split_large_key.js
  - jstests/sharding/initial_split_validate_shard_collections.js
  - jstests/sharding/replication_with_undefined_shard_key.js
  - jstests/sharding/keys_rotation_interval_sec.js
  - jstests/sharding/listshards.js
  - jstests/sharding/change_stream_lookup_single_shard_cluster.js
  - jstests/sharding/major_version_check.js
  - jstests/sharding/max_time_ms_sharded_new_commands.js
  - jstests/sharding/min_optime_recovery_on_failed_move_chunk_commit.js
  - jstests/sharding/drop_configdb.js
  - jstests/sharding/create_database.js
  - jstests/sharding/sessions_collection_auto_healing.js
  - jstests/sharding/rename_across_mongos.js
  - jstests/sharding/conn_pool_stats.js
  - jstests/sharding/shard_collection_cache_upgrade_downgrade.js
  - jstests/sharding/autodiscover_config_rs_from_secondary.js
  - jstests/sharding/mongos_query_comment.js
  - jstests/sharding/listDatabases.js
  - jstests/sharding/query_sharded.js
  - jstests/sharding/printShardingStatus.js
  - jstests/sharding/mongos_wait_csrs_initiate.js
  - jstests/sharding/update_zone_key_range.js
  - jstests/sharding/json_schema.js
  - jstests/sharding/split_against_shard_with_invalid_split_points.js
  - jstests/sharding/version2.js
  - jstests/sharding/map_reduce_validation.js
  - jstests/sharding/add_shard_to_zone.js
  - jstests/sharding/remove_shard_from_zone.js
  - jstests/sharding/arbiters_do_not_use_cluster_time.js
  - jstests/sharding/balancer_shell_commands.js
  - jstests/sharding/ssv_config_check.js
  - jstests/sharding/hash_single_shard.js

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