summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
blob: 149ea021dc38b6588339fe150e05f6fb26206a59 (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
selector:
  js_test:
    roots:
    - jstests/sharding/*.js
    exclude_files:
    # Doesn't use ShardingTest so won't actually be run in a mixed version configuration
    - jstests/sharding/config_version_rollback.js
    # Behavior change to addShard
    - jstests/sharding/addshard_idempotent.js
    # SERVER-27438: Preserves $comment in OP_QUERY and tests for this change.
    - jstests/sharding/mongos_query_comment.js
    # 3.6 mongods have improved covering behavior for queries on shard key index. Un-blacklist when
    # 3.6 becomes 'last-stable'.
    - jstests/sharding/covered_shard_key_indexes.js
    # Can un-blacklist once SERVER-27701 backport (BACKPORT-483) is finished and in 3.4 release
    - jstests/sharding/linearizable_read_concern.js

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