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

selector:
  roots:
  - jstests/sharding/**/*.js
  exclude_files:
  - jstests/sharding/**/libs/**/*.js
  # TODO (SERVER-60824): Support non-blocking sort() for resharding cloner.
  - jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js
  - jstests/sharding/resharding_collection_cloner_resuming.js
  - jstests/sharding/reshard_collection_failover_shutdown_basic.js
  # TODO (SERVER-60824): Support non-blocking sort() to prevent 'Sort exceeded memory limit'.
  - jstests/sharding/shard6.js
  # Expects hint(_id) to yield an index scan instead of a table scan.
  - jstests/sharding/shard2.js
  # Expects the collection creation options not to change.
  - jstests/sharding/move_primary_with_writes.js
  exclude_with_any_tags:
  - expects_explicit_underscore_id_index

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          setParameters:
            enableTestCommands: 1
            failpoint.clusterAllCollectionsByDefault: "{mode: 'alwaysOn'}"