summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
blob: 3665df989322e66374a8588f1ffad6db74e52683 (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
test_kind: js_test

selector:
  roots:
  # shardingtest.js relies on FCV and bin versions to be equal; this can be re-enabled after FCV constants are updated.
  #  - jstests/sharding/*.js
  - jstests/sharding/query/*.js
  - jstests/sharding/change_streams/*.js
  exclude_with_any_tags:
  - disabled_due_to_server_60490
  exclude_files:
  # SERVER-33683: We added a restriction on using an aggregation within a transaction against
  # mongos. This should be removed and the test can be adjusted and re-added to this passthrough.
  # - jstests/sharding/aggregations_in_session.js
  # # Enable when SERVER-43860 is backported by BACKPORT-5471 or 4.4 becomes last-lts
  # - jstests/sharding/agg_merge_hashed.js
  # - jstests/sharding/merge_from_stale_mongos.js
  # - jstests/sharding/refresh_sessions.js
  # - jstests/sharding/max_time_ms_enforced_on_shard.js
  # # Enable when SERVER-44733 is backported
  # - jstests/sharding/change_streams_update_lookup_shard_metadata_missing.js
  # - jstests/sharding/repl_monitor_refresh.js
  # - jstests/sharding/retryable_write_error_labels.js
  # # Enable when SERVER-43310 is backported
  # - jstests/sharding/cluster_create_indexes_always_routes_through_primary.js
  # # Enable when SERVER-43614 is backported.
  # - jstests/sharding/verify_sessions_expiration_sharded.js
#
#  # This tag file can be created using ./buildscripts/resmoke.py generate-multiversion-exclude-tags
#  # or downloaded from the evergreen task.
#  tag_file: multiversion_exclude_tags.yml

executor:
  config:
    shell_options:
      global_vars:
        TestData:
          mongosBinVersion: 'last-lts'
          shardMixedBinVersions: 'last-lts'
          skipCheckingUUIDsConsistentAcrossCluster: true
      nodb: ''