blob: 65c54f8e698f6a3ebd74e18b30ebf486ceb4f174 (
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
|
# This file is intended to track tests that should be blacklisted from multiversion testing due to
# changes that have not yet been backported to the last-stable development branch.
#
# Usage:
# Add the server ticket number and the path to the test file for the test you intend to blacklist
# under the appropriate suite. Any test in a (ticket, test_file) pair that appears in this file but
# not in the last-stable branch version of this file indicates that a commit has not yet been
# backported to the last-stable branch and will be excluded from the multiversion suite
# corresponding to the root level suite key.
#
# Example:
# replica_sets_multiversion:
# - ticket: SERVER-1000
# test_file: jstests/core/my_test_file.js
#
# The above example will blacklist 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-stable branch.
#
all:
- ticket: SERVER-47810
test_file: jstests/change_streams/report_post_batch_resume_token.js
- ticket: SERVER-40805
test_file: jstests/core/profile_find.js
- ticket: SERVER-44260
test_file: jstests/core/txns/new_transaction_waits_for_previous_txn_table_updates.js
- ticket: SERVER-46196
test_file: jstests/core/create_collection_fail_cleanup.js
- ticket: SERVER-47773
test_file: jstests/core/geo_near_tailable.js
- ticket: SERVER-48614
test_file: jstests/core/wildcard_index_partial_index.js
- ticket: SERVER-51120
test_file: jstests/core/merge_sort_collation.js
- ticket: SERVER-42825
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-45010
test_file: jstests/replsets/rollback_dup_ids_clean_shutdown_during_rollback.js
- ticket: SERVER-45906
test_file: jstests/replsets/trigger_initial_stable_checkpoint.js
- ticket: SERVER-45178
test_file: jstests/replsets/rollback_via_refetch_update_rollback_id_before_oplog_truncation.js
- ticket: SERVER-32903
test_file: jstests/replsets/initial_sync_ambiguous_index.js
- ticket: SERVER-45143
test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js
- ticket: SERVER-44500
test_file: jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js
- ticket: SERVER-47190
test_file: jstests/replsets/force_shutdown_primary.js
- ticket: SERVER-47390
test_file: jstests/replsets/disallow_adding_initialized_node1.js
- ticket: SERVER-49471
test_file: jstests/replsets/apply_prepare_txn_write_conflict_robustness.js
- ticket: SERVER-50140
test_file: jstests/replsets/initial_sync_fails_unclean_restart.js
- ticket: SERVER-38691
test_file: jstests/sharding/explain_cmd.js
- ticket: SERVER-43889
test_file: jstests/sharding/retryable_writes.js
- ticket: SERVER-31368
test_file: jstests/sharding/log_remote_op_wait.js
- ticket: SERVER-49991
test_file: jstests/replsets/get_replication_info_helper.js
- ticket: SERVER-39621
test_file: jstests/replsets/step_down_chaining_disabled.js
- ticket: SERVER-49990
test_file: jstests/replsets/secondaryOk_slaveOk_aliases.js
- ticket: SERVER-49987
test_file: jstests/core/ismaster.js
- ticket: SERVER-49988
test_file: jstests/sharding/ismaster.js
- ticket: SERVER-49987
test_file: jstests/replsets/ismaster1.js
- ticket: SERVER-46625
test_file: jstests/core/command_json_schema_field.js
- ticket: SERVER-51262
test_file: jstests/replsets/read_operations_during_rollback.js
- ticket: SERVER-51262
test_file: jstests/replsets/transactions_on_secondaries_not_allowed.js
- ticket: SERVER-50416
test_file: jstests/replsets/disconnect_on_legacy_write_to_secondary.js
- ticket: SERVER-50417
test_file: jstests/replsets/no_disconnect_on_stepdown.js
- ticket: SERVER-50417
test_file: jstests/replsets/not_master_unacknowledged_write.js
- ticket: SERVER-50417
test_file: jstests/replsets/read_operations_during_step_down.js
- ticket: SERVER-50417
test_file: jstests/replsets/read_operations_during_step_up.js
- ticket: SERVER-43904
test_file: jstests/replsets/election_handoff_skips_unelectable_nodes.js
- ticket: SERVER-50769
test_file: jstests/sharding/change_stream_empty_apply_ops.js
- ticket: SERVER-53612
test_file: jstests/replsets/election_handoff_not_immediately_electable.js
- ticket: SERVER-53394
test_file: jstests/sharding/sharding_task_executor_pool_matching_policy.js
- ticket: SERVER-53985
test_file: jstests/replsets/unconditional_step_down.js
- ticket: SERVER-53932
test_file: jstests/replsets/rollback_reconstructs_transactions_prepared_before_stable.js
- ticket: SERVER-54366
test_file: jstests/replsets/force_shutdown_primary.js
- ticket: SERVER-52953
test_file: jstests/core/geo_near_point_query.js
- ticket: SERVER-50412
test_file: jstests/replsets/not_primary_errors_returned_if_client_sends_helloOk.js
- ticket: SERVER-50412
test_file: jstests/sharding/mongos_helloOk_protocol.js
- ticket: SERVER-50414
test_file: jstests/replsets/not_primary_errors_returned_during_rollback_if_helloOk.js
- ticket: SERVER-48179
test_file: jstests/replsets/reconfig_removes_node_in_rollback.js
- ticket: SERVER-50486
test_file: jstests/replsets/dont_refresh_session_prepare_secondary.js
- ticket: SERVER-55725
test_file: jstests/sharding/time_zone_info_mongos.js
suites:
change_streams_multiversion:
concurrency_replication_multiversion:
replica_sets_jscore_multiversion_passthrough:
- ticket: SERVER-47469
test_file: jstests/core/apply_ops_system_dot_views.js
replica_sets_multiversion:
- ticket: SERVER-47645
test_file: jstests/replsets/invalidate_sessions_on_stepdown.js
- ticket: SERVER-48518
test_file: jstests/replsets/rollback_via_refetch_anomaly.js
- ticket: SERVER-35649
test_file: jstests/replsets/disallow_adding_initialized_node1.js
- ticket: SERVER-47863
test_file: jstests/replsets/initial_sync_replSetGetStatus.js
- ticket: SERVER-47568
test_file: jstests/replsets/read_concern_uninitated_set.js
- ticket: SERVER-47568
test_file: jstests/replsets/disable_cluster_time_gossiping_in_unreadable_state.js
concurrency_sharded_replication_multiversion:
sharding_jscore_multiversion_passthrough:
- ticket: SERVER-47469
test_file: jstests/core/apply_ops_system_dot_views.js
sharded_collections_jscore_multiversion_passthrough:
- ticket: SERVER-47469
test_file: jstests/core/apply_ops_system_dot_views.js
sharding_multiversion:
|