summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
blob: 58274c26f85688dbb7f1fb455d4def2a77dc4f34 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
test_kind: js_test

selector:
  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-27597: Reenable when 3.4.6 becomes last-stable
  - jstests/sharding/migration_critical_section_concurrency.js
  # shardCollection was made to be retriable in 3.6, so this test was changed in 3.6 to expect
  # successive shardCollections to succeed, but a 3.4 mongos will not provide this retriability
  - jstests/sharding/shard_collection_basic.js
  # SERVER-29066: Remove when 3.4.5 becomes 'last-stable'
  - jstests/sharding/findandmodify1.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
  # Enable when 3.6 becomes last-stable.
  - jstests/sharding/views.js
  - jstests/sharding/view_rewrite.js
  - jstests/sharding/explain_agg_read_pref.js
  - jstests/sharding/write_cmd_auto_split.js
  - jstests/sharding/index_and_collection_option_propagation.js
  # New feature in v3.6 mongos
  - jstests/sharding/logical_time_metadata.js
  # New feature in v3.6 mongos and mongod.
  - jstests/sharding/logical_time_api.js
  - jstests/sharding/operation_time_api.js
  - jstests/sharding/after_cluster_time.js
  - jstests/sharding/mongos_does_not_gossip_logical_time_without_keys.js
  - jstests/sharding/key_rotation.js
  - jstests/sharding/kill_sessions.js
  - jstests/sharding/advance_logical_time_with_valid_signature.js
  - jstests/sharding/refresh_sessions.js
  - jstests/sharding/safe_secondary_reads_drop_recreate.js
  - jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
  - jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
  - jstests/sharding/secondary_shard_versioning.js
  - jstests/sharding/secondary_shard_version_protocol_with_causal_consistency.js
  - jstests/sharding/secondary_shard_version_protocol_with_fcv.js
  - jstests/sharding/session_info_in_oplog.js
  - jstests/sharding/shard_config_db_collections.js
  - jstests/sharding/enable_sharding_basic.js
  - jstests/sharding/retryable_writes.js
  - jstests/sharding/uuid_propagated_to_config_server_on_shardCollection.js
  - jstests/sharding/uuid_propagated_to_recipient_shard_on_recvChunkStart.js
  - jstests/sharding/uuid_propagated_to_shards_on_setFCV_3_6.js
  - jstests/sharding/close_cursor_on_chunk_migration_to_new_shards.js
  - jstests/sharding/move_chunk_insert_with_write_retryability.js
  - jstests/sharding/move_chunk_find_and_modify_with_write_retryability.js
  - jstests/sharding/move_chunk_remove_with_write_retryability.js
  - jstests/sharding/move_chunk_update_with_write_retryability.js
  - jstests/sharding/write_transactions_during_migration.js
  # New feature in v3.6 mongo shell.
  - jstests/sharding/causal_consistency_shell_support.js
  - jstests/sharding/keys_rotation_interval_sec.js
  # Changes to currentOp format in 3.6.
  - jstests/sharding/features3.js
  - jstests/sharding/migration_ignore_interrupts_3.js
  - jstests/sharding/migration_ignore_interrupts_4.js
  - jstests/sharding/mongos_query_comment.js
  - jstests/sharding/sharded_profile.js
  # Changes to cluster listDatabases format in 3.6.
  - jstests/sharding/listDatabases.js
  # SERVER-19318: added new $currentOp agg stage in 3.6
  - jstests/sharding/aggregation_currentop.js
  - jstests/sharding/read_pref_cmd.js
  # SERVER-30444: Add a maxChunkSize field to the serverStatus command response
  - jstests/sharding/server_status.js

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