0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 00:32:18 +01:00
mongodb/etc/backports_required_for_multiversion_tests.yml
romanskas 461cebbb2e SERVER-91406 Allow $match to move ahead of mongoS change stream stages (#23638)
GitOrigin-RevId: 69c12a2458217bb930bff07116551a5a940f616d
2024-06-28 00:13:41 +00:00

352 lines
17 KiB
YAML

# 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 multiversion branch. 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 with the last-continuous binary
# last-continuous:
# all:
# - test_file: jstests/core/my_test_file.js
# ticket: SERVER-1000
#
# The above example will denylist jstests/core/my_test_file.js from the
# last-continuous branch until this file has been updated with the same
# (ticket, test_file) pair on the last-continuous branch.
#
last-continuous:
all:
- test_file: jstests/noPassthrough/server_status_metrics_retryable_writes.js
ticket: SERVER-86253
- test_file: jstests/sharding/retryable_update_one_by_id_chunk_migration.js
ticket: SERVER-89018
- test_file: jstests/sharding/auth_catalog_shard_localhost_exception.js
ticket: SERVER-88735
- test_file: jstests/sharding/catalog_shard_mongos_ops_on_config_and_admin.js
ticket: SERVER-88735
- test_file: jstests/sharding/invalid_shard_identity_doc.js
ticket: SERVER-88735
- test_file: jstests/sharding/move_chunk_update_shard_key_in_retryable_write.js
ticket: SERVER-84796
- test_file: jstests/sharding/retryable_upsert_single_write_shard.js
ticket: SERVER-84796
- test_file: jstests/sharding/direct_connection_auth_transition.js
ticket: SERVER-77073
- test_file: jstests/core/query/query_settings/query_settings_index_application_aggregate.js
ticket: SERVER-88629
- test_file: jstests/core/index/elemmatch_index.js
ticket: SERVER-90747
- test_file: jstests/core/command_let_variables_expressions.js
ticket: SERVER-89268
- test_file: jstests/sharding/analyze_shard_key/sample_write_queries_sharded.js
ticket: SERVER-89268
- test_file: jstests/sharding/analyze_shard_key/sample_write_queries_unsharded.js
ticket: SERVER-89268
- test_file: jstests/sharding/balancer_should_return_random_migrations_failpoint.js
ticket: SERVER-89395
- test_file: jstests/core/query/explain/explain_skip.js
ticket: SERVER-88949
- test_file: jstests/core/timeseries/timeseries_groupby_reorder.js
ticket: SERVER-87961
- test_file: jstests/core/timeseries/timeseries_lastpoint.js
ticket: SERVER-87961
- test_file: jstests/sharding/transactions_stale_shard_version_errors.js
ticket: SERVER-84623
- test_file: jstests/core/timeseries/timeseries_geonear_lookup.js
ticket: SERVER-81454
- test_file: jstests/replsets/reconstruct_prepared_transactions_initial_sync.js
ticket: SERVER-89618
- test_file: jstests/replsets/initial_sync_survives_restart.js
ticket: SERVER-88447
- test_file: jstests/core/timeseries/timeseries_computed_field.js
ticket: SERVER-88072
- test_file: jstests/auth/curop_auth_info.js
ticket: SERVER-89664
- test_file: jstests/auth/killop_own_ops.js
ticket: SERVER-89664
- test_file: jstests/core/query/query_settings/query_shape_hash_in_current_op.js
ticket: SERVER-89664
- test_file: jstests/replsets/initial_sync_during_stepdown.js
ticket: SERVER-89664
- test_file: jstests/replsets/quiesce_mode.js
ticket: SERVER-89664
- test_file: jstests/replsets/read_operations_during_step_down.js
ticket: SERVER-89664
- test_file: jstests/replsets/read_operations_during_step_up.js
ticket: SERVER-89664
- test_file: jstests/replsets/unconditional_step_down.js
ticket: SERVER-89664
- test_file: jstests/sharding/conn_pool_stats.js
ticket: SERVER-89664
- test_file: jstests/sharding/killop.js
ticket: SERVER-89664
- test_file: jstests/sharding/mongos_quiesce_mode.js
ticket: SERVER-89664
- test_file: jstests/sharding/non_transaction_snapshot_reads_retry.js
ticket: SERVER-89664
- test_file: jstests/core/index/express_write.js
ticket: SERVER-83760
- test_file: jstests/core/index/express_write_explicit_coll_creation.js
ticket: SERVER-83760
- test_file: jstests/replsets/catchup_ignores_old_heartbeats.js
ticket: SERVER-86674
- test_file: jstests/sharding/resharding_default_collation.js
ticket: SERVER-89744
- test_file: jstests/sharding/move_chunk_deferred_lookup.js
ticket: SERVER-89859
- test_file: jstests/sharding/secondaries_clear_filtering_metadata.js
ticket: SERVER-86669
- test_file: jstests/sharding/cluster_cardinality_parameter_interrupt.js
ticket: SERVER-90334
- test_file: jstests/sharding/change_streams_survive_move_primary.js
ticket: SERVER-69933
- test_file: jstests/core/write/update/upsert_nor.js
ticket: SERVER-91700
- test_file: jstests/aggregation/group_by_objectid.js
ticket: SERVER-90173
- test_file: jstests/aggregation/unwind_sort.js
ticket: SERVER-90485
- test_file: jstests/sharding/move_collection_capped_collection.js
ticket: SERVER-89826
- test_file: jstests/core/index/index_count_scan.js
ticket: SERVER-90461
- test_file: jstests/noPassthrough/move_primary_failpoint.js
ticket: SERVER-90465
- test_file: jstests/sharding/change_streams_with_config_transitions.js
ticket: SERVER-90358
- test_file: jstests/sharding/txn_participant_adds_additional_participants.js
ticket: SERVER-89806
- test_file: jstests/aggregation/match_swapping_renamed_fields.js
ticket: SERVER-90869
- test_file: jstests/core/timeseries/timeseries_ixscan_clusteredidxscan_union.js
ticket: SERVER-90818
- test_file: jstests/sharding/migration_blocking_operation/implicit_create_from_upsert_with_paused_migrations.js
ticket: SERVER-90157
- test_file: jstests/core/timeseries/bucket_unpacking_with_sort_negative.js
ticket: SERVER-90833
- test_file: jstests/core/query/find/finda.js
ticket: SERVER-87285
- test_file: jstests/core/query/find/find9.js
ticket: SERVER-87285
- test_file: jstests/core/query/find/find_getmore_cmd.js
ticket: SERVER-87285
- test_file: jstests/core/exhaust.js
ticket: SERVER-87285
- test_file: jstests/sharding/timeseries_sharding_admin_commands.js
ticket: SERVER-80690
- test_file: jstests/core/sparse_index_supports_ne_null.js
ticket: SERVER-37164
- test_file: jstests/sharding/move_collection_joins_existing_operation.js
ticket: SERVER-90846
- test_file: jstests/core/write/bypass_empty_ts_replacement.js
ticket: SERVER-88750
- test_file: jstests/core/write/bypass_empty_ts_replacement_bulk_write.js
ticket: SERVER-88750
- test_file: jstests/core/write/bypass_empty_ts_replacement_timeseries.js
ticket: SERVER-88750
- test_file: jstests/sharding/updateOne_without_shard_key/write_without_shard_key_single_shard_data_placement_change.js
ticket: SERVER-91114
- test_file: jstests/aggregation/sources/redact/root_redact.js
ticket: SERVER-91339
- test_file: jstests/change_streams/split_large_event.js
ticket: SERVER-91406
- test_file: jstests/core/timeseries/timeseries_shadowing_meta_project_pushdown.js
ticket: SERVER-90995
- test_file: jstests/core/timeseries/timeseries_cursor_batches.js
ticket: SERVER-91512
- test_file: jstests/core/index/index_bounds_pipe.js
ticket: SERVER-91616
- test_file: jstests/core/query/and/and3.js
ticket: SERVER-91616
- test_file: jstests/core/query/explain/explain6.js
ticket: SERVER-91616
- test_file: jstests/core/query/regex/regex6.js
ticket: SERVER-91616
- test_file: jstests/core/query/regex/regex3.js
ticket: SERVER-91616
suites: null
last-lts:
all:
- test_file: jstests/noPassthrough/server_status_metrics_retryable_writes.js
ticket: SERVER-86253
- test_file: jstests/sharding/retryable_update_one_by_id_chunk_migration.js
ticket: SERVER-89018
- test_file: jstests/sharding/auth_catalog_shard_localhost_exception.js
ticket: SERVER-88735
- test_file: jstests/sharding/catalog_shard_mongos_ops_on_config_and_admin.js
ticket: SERVER-88735
- test_file: jstests/sharding/invalid_shard_identity_doc.js
ticket: SERVER-88735
- test_file: jstests/sharding/move_chunk_update_shard_key_in_retryable_write.js
ticket: SERVER-84796
- test_file: jstests/sharding/retryable_upsert_single_write_shard.js
ticket: SERVER-84796
- test_file: jstests/sharding/direct_connection_auth_transition.js
ticket: SERVER-77073
- test_file: jstests/core/query/query_settings/query_settings_index_application_aggregate.js
ticket: SERVER-88629
- test_file: jstests/core/index/elemmatch_index.js
ticket: SERVER-90747
- test_file: jstests/core/command_let_variables_expressions.js
ticket: SERVER-89268
- test_file: jstests/sharding/analyze_shard_key/sample_write_queries_sharded.js
ticket: SERVER-89268
- test_file: jstests/sharding/analyze_shard_key/sample_write_queries_unsharded.js
ticket: SERVER-89268
- test_file: jstests/sharding/balancer_should_return_random_migrations_failpoint.js
ticket: SERVER-89395
- test_file: jstests/core/query/explain/explain_skip.js
ticket: SERVER-88949
- test_file: jstests/core/timeseries/timeseries_groupby_reorder.js
ticket: SERVER-87961
- test_file: jstests/core/timeseries/timeseries_lastpoint.js
ticket: SERVER-87961
- test_file: jstests/sharding/transactions_stale_shard_version_errors.js
ticket: SERVER-84623
- test_file: jstests/core/timeseries/timeseries_geonear_lookup.js
ticket: SERVER-81454
- test_file: jstests/replsets/reconstruct_prepared_transactions_initial_sync.js
ticket: SERVER-89618
- test_file: jstests/replsets/initial_sync_survives_restart.js
ticket: SERVER-88447
- test_file: jstests/core/timeseries/timeseries_computed_field.js
ticket: SERVER-88072
- test_file: jstests/auth/curop_auth_info.js
ticket: SERVER-89664
- test_file: jstests/auth/killop_own_ops.js
ticket: SERVER-89664
- test_file: jstests/core/query/query_settings/query_shape_hash_in_current_op.js
ticket: SERVER-89664
- test_file: jstests/replsets/initial_sync_during_stepdown.js
ticket: SERVER-89664
- test_file: jstests/replsets/quiesce_mode.js
ticket: SERVER-89664
- test_file: jstests/replsets/read_operations_during_step_down.js
ticket: SERVER-89664
- test_file: jstests/replsets/read_operations_during_step_up.js
ticket: SERVER-89664
- test_file: jstests/replsets/unconditional_step_down.js
ticket: SERVER-89664
- test_file: jstests/sharding/conn_pool_stats.js
ticket: SERVER-89664
- test_file: jstests/sharding/killop.js
ticket: SERVER-89664
- test_file: jstests/sharding/mongos_quiesce_mode.js
ticket: SERVER-89664
- test_file: jstests/sharding/non_transaction_snapshot_reads_retry.js
ticket: SERVER-89664
- test_file: jstests/core/index/express_write.js
ticket: SERVER-83760
- test_file: jstests/core/index/express_write_explicit_coll_creation.js
ticket: SERVER-83760
- test_file: jstests/replsets/catchup_ignores_old_heartbeats.js
ticket: SERVER-86674
- test_file: jstests/sharding/resharding_default_collation.js
ticket: SERVER-89744
- test_file: jstests/sharding/move_chunk_deferred_lookup.js
ticket: SERVER-89859
- test_file: jstests/sharding/secondaries_clear_filtering_metadata.js
ticket: SERVER-86669
- test_file: jstests/sharding/cluster_cardinality_parameter_interrupt.js
ticket: SERVER-90334
- test_file: jstests/sharding/change_streams_survive_move_primary.js
ticket: SERVER-69933
- test_file: jstests/core/write/update/upsert_nor.js
ticket: SERVER-91700
- test_file: jstests/aggregation/group_by_objectid.js
ticket: SERVER-90173
- test_file: jstests/aggregation/unwind_sort.js
ticket: SERVER-90485
- test_file: jstests/sharding/move_collection_capped_collection.js
ticket: SERVER-89826
- test_file: jstests/core/index/index_count_scan.js
ticket: SERVER-90461
- test_file: jstests/noPassthrough/move_primary_failpoint.js
ticket: SERVER-90465
- test_file: jstests/sharding/change_streams_with_config_transitions.js
ticket: SERVER-90358
- test_file: jstests/sharding/txn_participant_adds_additional_participants.js
ticket: SERVER-89806
- test_file: jstests/aggregation/match_swapping_renamed_fields.js
ticket: SERVER-90869
- test_file: jstests/core/timeseries/timeseries_ixscan_clusteredidxscan_union.js
ticket: SERVER-90818
- test_file: jstests/sharding/migration_blocking_operation/implicit_create_from_upsert_with_paused_migrations.js
ticket: SERVER-90157
- test_file: jstests/core/timeseries/bucket_unpacking_with_sort_negative.js
ticket: SERVER-90833
- test_file: jstests/core/query/find/finda.js
ticket: SERVER-87285
- test_file: jstests/core/query/find/find9.js
ticket: SERVER-87285
- test_file: jstests/core/query/find/find_getmore_cmd.js
ticket: SERVER-87285
- test_file: jstests/core/exhaust.js
ticket: SERVER-87285
- test_file: jstests/sharding/timeseries_sharding_admin_commands.js
ticket: SERVER-80690
- test_file: jstests/core/sparse_index_supports_ne_null.js
ticket: SERVER-37164
- test_file: jstests/sharding/move_collection_joins_existing_operation.js
ticket: SERVER-90846
- test_file: jstests/core/write/bypass_empty_ts_replacement.js
ticket: SERVER-88750
- test_file: jstests/core/write/bypass_empty_ts_replacement_bulk_write.js
ticket: SERVER-88750
- test_file: jstests/core/write/bypass_empty_ts_replacement_timeseries.js
ticket: SERVER-88750
- test_file: jstests/sharding/updateOne_without_shard_key/write_without_shard_key_single_shard_data_placement_change.js
ticket: SERVER-91114
- test_file: jstests/aggregation/sources/redact/root_redact.js
ticket: SERVER-91339
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/basic_create_collection.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/basic_delete_range.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/basic_find_and_modify_range.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/basic_insert_range.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/basic_update_range.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/compact_collection_range.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/find_range_explain_collscan.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/range/one_sided_agg.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/range/one_sided_find.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/range/trim_factor.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/range/two_sided_agg.js
ticket: SERVER-91075
- test_file: src/mongo/db/modules/enterprise/jstests/fle2/query/range/two_sided_find.js
ticket: SERVER-91075
- test_file: jstests/change_streams/split_large_event.js
ticket: SERVER-91406
- test_file: jstests/core/timeseries/timeseries_shadowing_meta_project_pushdown.js
ticket: SERVER-90995
- test_file: jstests/core/timeseries/timeseries_cursor_batches.js
ticket: SERVER-91512
- test_file: jstests/sharding/migration_coordinator_abort_failover.js
ticket: SERVER-91331
- test_file: jstests/sharding/migration_coordinator_commit_failover.js
ticket: SERVER-91331
- test_file: jstests/core/index/index_bounds_pipe.js
ticket: SERVER-91616
- test_file: jstests/core/query/and/and3.js
ticket: SERVER-91616
- test_file: jstests/core/query/explain/explain6.js
ticket: SERVER-91616
- test_file: jstests/core/query/regex/regex6.js
ticket: SERVER-91616
- test_file: jstests/core/query/regex/regex3.js
ticket: SERVER-91616
suites: null