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

selector:
  roots:
  - jstests/sharding/*.js
  exclude_with_any_tags:
  - multiversion_incompatible
  - requires_fcv_44
  exclude_files:
  # Requires fix to SERVER-31689
  - jstests/sharding/aggregation_currentop.js
  # 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-stable
  - jstests/sharding/agg_merge_hashed.js
  - jstests/sharding/merge_from_stale_mongos.js
  - jstests/sharding/merge_stale_on_fields.js
  - jstests/sharding/refresh_sessions.js
  - jstests/sharding/lookup.js
  # Enable when 4.4 becomes last stable
  - jstests/sharding/out_fails_to_replace_sharded_collection.js
  - jstests/sharding/merge_from_stale_mongos.js
  - jstests/sharding/migration_coordinator_basic.js
  # Enable when SERVER-44733 is backported
  - jstests/sharding/change_streams_update_lookup_shard_metadata_missing.js
  # Enable when SERVER-43310 is backported
  - jstests/sharding/cluster_create_indexes_always_routes_through_primary.js

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