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

selector:
  roots:
  - jstests/sharding/*.js
  - jstests/sharding/change_streams/*.js
  - jstests/sharding/query/*.js
  exclude_with_any_tags:
  - multiversion_incompatible
  - requires_fcv_46
  - need_fixing_for_46
  exclude_files:
  # Requires fix to SERVER-31689
  - jstests/sharding/query/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/query/merge_stale_on_fields.js
  - jstests/sharding/refresh_sessions.js
  - jstests/sharding/query/lookup.js
  # Enable when 4.4 becomes last stable
  - jstests/sharding/query/out_fails_to_replace_sharded_collection.js
  - jstests/sharding/merge_from_stale_mongos.js
  - jstests/sharding/migration_coordinator_basic.js
  - jstests/sharding/migration_coordinator_killop_in_critical_section.js
  - jstests/sharding/migration_coordinator_shutdown_in_critical_section.js
  - jstests/sharding/test_stacked_migration_cleanup.js
  - jstests/sharding/killop.js
  - jstests/sharding/verify_sessions_expiration_sharded.js
  # Enable when 4.6 becomes last stable
  - jstests/sharding/disable_resumable_range_deleter_flag.js
  - jstests/sharding/mongos_dataSize.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
  # TODO SERVER-46040: Enable when SERVER-46040 is backported
  - jstests/sharding/drop_indexes_with_stale_config_error.js

executor:
  config:
    shell_options:
      global_vars:
        TestData:
          mongosBinVersion: 'last-stable'
          shardMixedBinVersions: true
          skipCheckingUUIDsConsistentAcrossCluster: true
          # TODO: SERVER-45959 remove after v4.4
          skipCheckOrphans: true
      nodb: ''