summaryrefslogtreecommitdiff
path: root/etc/backports_required_for_multiversion_tests.yml
blob: 4f0e8a5ebf3bc4e828202bb46a6f238f026a70d2 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# This file is intended to track tests that should be denylisted from multiversion testing due to
# changes that have not yet been backported to the last-lts or last-continuous development
# branches.
#
# Usage:
# Add the server ticket number and the path to the test file for the test you intend to denylist
# under the appropriate suite. Any test in a (ticket, test_file) pair that appears in this file but
# not in the last-lts or last-continuous branch version of this file indicates that a commit has
# not yet been backported to the last-lts or last-continuous branch and will be excluded from the
# multiversion suite corresponding to the root level suite key.
#
# Example: To prevent 'my_test_file.js' from running in the 'replica_sets_multiversion' suite with the last-continuous binary
# replica_sets_multiversion:
#   - ticket: SERVER-1000
#     test_file: jstests/core/my_test_file.js
#
# The above example will denylist jstests/core/my_test_file.js from the
# 'replica_sets_multiversion_gen' task until this file has been updated with the same
# (ticket, test_file) pair on the last-lts branch.
#
all:
- test_file: jstests/sharding/log_remote_op_wait.js
  ticket: SERVER-31368
- test_file: jstests/replsets/initial_sync_ambiguous_index.js
  ticket: SERVER-32903
- test_file: jstests/replsets/cluster_chaining_override.js
  ticket: SERVER-37904
- test_file: jstests/sharding/explain_cmd.js
  ticket: SERVER-38691
- test_file: jstests/replsets/step_down_chaining_disabled.js
  ticket: SERVER-39621
- test_file: jstests/core/profile_find.js
  ticket: SERVER-40805
- test_file: jstests/replsets/kill_reads_with_prepare_conflicts_during_step_down.js
  ticket: SERVER-42825
- test_file: jstests/replsets/kill_reads_with_prepare_conflicts_during_step_up.js
  ticket: SERVER-42825
- test_file: jstests/replsets/no_disconnect_on_stepdown.js
  ticket: SERVER-42825
- test_file: jstests/replsets/read_operations_during_rollback.js
  ticket: SERVER-42825
- test_file: jstests/replsets/read_operations_during_step_down.js
  ticket: SERVER-42825
- test_file: jstests/replsets/read_operations_during_step_up.js
  ticket: SERVER-42825
- test_file: jstests/replsets/step_down_on_secondary.js
  ticket: SERVER-42825
- test_file: jstests/sharding/retryable_writes.js
  ticket: SERVER-43889
- test_file: jstests/core/txns/new_transaction_waits_for_previous_txn_table_updates.js
  ticket: SERVER-44260
- test_file: jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js
  ticket: SERVER-44500
- test_file: jstests/replsets/rollback_dup_ids_clean_shutdown_during_rollback.js
  ticket: SERVER-45010
- test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js
  ticket: SERVER-45143
- test_file: jstests/replsets/rollback_via_refetch_update_rollback_id_before_oplog_truncation.js
  ticket: SERVER-45178
- test_file: jstests/replsets/trigger_initial_stable_checkpoint.js
  ticket: SERVER-45906
- test_file: jstests/core/create_collection_fail_cleanup.js
  ticket: SERVER-46196
- test_file: jstests/core/command_json_schema_field.js
  ticket: SERVER-46625
- test_file: jstests/replsets/force_shutdown_primary.js
  ticket: SERVER-47190
- test_file: jstests/replsets/disallow_adding_initialized_node1.js
  ticket: SERVER-47390
- test_file: jstests/change_streams/report_post_batch_resume_token.js
  ticket: SERVER-47810
- test_file: jstests/replsets/reconfig_removes_node_in_rollback.js
  ticket: SERVER-48179
- test_file: jstests/replsets/initial_sync_fails_unclean_restart.js
  ticket: SERVER-50140
- test_file: jstests/replsets/disconnect_on_legacy_write_to_secondary.js
  ticket: SERVER-50416
- test_file: jstests/sharding/prepare_transaction_then_migrate.js
  ticket: SERVER-52906
- test_file: jstests/sharding/migration_waits_for_majority_commit.js
  ticket: SERVER-52906
- test_file: jstests/sharding/migration_ignore_interrupts_1.js
  ticket: SERVER-52906
- test_file: jstests/sharding/migration_ignore_interrupts_3.js
  ticket: SERVER-52906
- test_file: jstests/sharding/movechunk_interrupt_at_primary_stepdown.js
  ticket: SERVER-52906
- test_file: jstests/sharding/movechunk_parallel.js
  ticket: SERVER-52906
- test_file: jstests/sharding/txn_writes_during_movechunk.js
  ticket: SERVER-52906
- test_file: jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js
  ticket: SERVER-52906
- test_file: jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
  ticket: SERVER-52906
- test_file: jstests/core/sort_spill_estimate_data_size.js
  ticket: SERVER-53760
- test_file: jstests/core/txns/timestamped_reads_wait_for_prepare_oplog_visibility.js
  ticket: SERVER-53849
- test_file: jstests/replsets/unconditional_step_down.js
  ticket: SERVER-53985
- test_file: jstests/replsets/replSetGetStatus_member_wall_times.js
  ticket: SERVER-54909
- test_file: jstests/sharding/time_zone_info_mongos.js
  ticket: SERVER-55725
- test_file: jstests/concurrency/fsm_workloads/findAndModify_flip_location.js
  ticket: SERVER-56377
- test_file: jstests/core/neq_null_correctly_cache.js
  ticket: SERVER-56468
- test_file: jstests/sharding/read_pref_with_hedging_mode.js
  ticket: SERVER-57117
- test_file: jstests/replsets/invalidate_images_when_minvalid.js
  ticket: SERVER-57173
- test_file: jstests/replsets/catchup_takeover_with_higher_config.js
  ticket: SERVER-57262
- test_file: jstests/core/mod_special_values.js
  ticket: SERVER-57321
- test_file: jstests/replsets/assert_on_prepare_conflict_with_hole.js
  ticket: SERVER-57476
- test_file: jstests/sharding/write_commands_read_concern_validation.js
  ticket: SERVER-58176
- test_file: jstests/sharding/query/pipeline_length_limit.js
  ticket: SERVER-58203
- test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
  ticket: SERVER-58636
- test_file: jstests/replsets/stepdown_race_with_transaction.js
  ticket: SERVER-59108
- test_file: jstests/replsets/dbcheck.js
  ticket: SERVER-61738
- test_file: jstests/change_streams/show_raw_update_description_v1_oplog.js
  ticket: SERVER-61894
- test_file: jstests/auth/dbcheck.js
  ticket: SERVER-61955
- test_file: jstests/replsets/rollback_during_step_up.js
  ticket: SERVER-61977
- test_file: jstests/replsets/dbcheck_write_concern.js
  ticket: SERVER-62212
- test_file: jstests/change_streams/show_raw_update_description_v1_oplog.js
  ticket: SERVER-63159
- test_file: jstests/core/internal_apply_oplog_update.js
  ticket: SERVER-63159
- test_file: jstests/sharding/refine_collection_shard_key_basic.js
  ticket: SERVER-64142
- test_file: jstests/replsets/initial_sync_with_partial_transaction.js
  ticket: SERVER-66089
- test_file: jstests/replsets/dbhash_lock_acquisition.js
  ticket: SERVER-66719
- test_file: jstests/sharding/move_chunk_interrupt_postimage.js
  ticket: SERVER-67492
- test_file: jstests/replsets/optime.js
  ticket: SERVER-67532
suites:
  change_streams_multiversion: null
  concurrency_replication_multiversion: null
  concurrency_sharded_replication_multiversion: null
  replica_sets_jscore_multiversion_passthrough:
  - test_file: jstests/core/apply_ops_system_dot_views.js
    ticket: SERVER-47469
  replica_sets_multiversion:
  - test_file: jstests/replsets/invalidate_sessions_on_stepdown.js
    ticket: SERVER-47645
  - test_file: jstests/replsets/rollback_via_refetch_anomaly.js
    ticket: SERVER-48518
  - test_file: jstests/replsets/disallow_adding_initialized_node1.js
    ticket: SERVER-35649
  - test_file: jstests/replsets/initial_sync_replSetGetStatus.js
    ticket: SERVER-47863
  - test_file: jstests/replsets/read_concern_uninitated_set.js
    ticket: SERVER-47568
  - test_file: jstests/replsets/disable_cluster_time_gossiping_in_unreadable_state.js
    ticket: SERVER-47568
  - test_file: jstests/replsets/reads_during_catchup.js
    ticket: SERVER-67302
  sharded_collections_jscore_multiversion_passthrough:
  - test_file: jstests/core/apply_ops_system_dot_views.js
    ticket: SERVER-47469
  sharding_jscore_multiversion_passthrough:
  - test_file: jstests/core/apply_ops_system_dot_views.js
    ticket: SERVER-47469
  sharding_multiversion:
  - test_file: jstests/sharding/query/pipeline_length_limit.js
    ticket: SERVER-58203
  - test_file: jstests/sharding/retryable_writes_nested_shard_key.js
    ticket: SERVER-56127
  - test_file: jstests/sharding/shard_collection_basic.js
    ticket: SERVER-63732
  - test_file: jstests/sharding/refine_collection_shard_key_basic.js
    ticket: SERVER-64142