mongo/etc/backports_required_for_mult...

724 lines
36 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/core/index/elemmatch_index.js
ticket: SERVER-108945
- test_file: jstests/concurrency/fsm_workloads/ddl/collMod/collMod_options_with_index_ops.js
ticket: SERVER-107819
- test_file: jstests/sharding/bulk_shard_insert.js
ticket: SERVER-108065
- test_file: jstests/sharding/flush_resharding_state_change_errors.js
ticket: SERVER-107952
- test_file: jstests/core/timeseries/write/timeseries_insert_mixed_schema_docs.js
ticket: SERVER-107361
- test_file: jstests/sharding/query/lookup/union_with_doubly_nested_lookup.js
ticket: SERVER-108341
- test_file: jstests/concurrency/fsm_workloads/query/remove/update_and_batched_delete.js
ticket: SERVER-95570
- test_file: jstests/core/timeseries/query/timeseries_hybrid_search_disallowed.js
ticket: SERVER-82020
- test_file: jstests/aggregation/expressions/reduce_overflow.js
ticket: SERVER-102364
- test_file: jstests/sharding/txn_lookup_hits_migration_conflict_all_colls_local.js
ticket: SERVER-107535
- test_file: jstests/sharding/validate_collection_shard_version.js
ticket: SERVER-87119
- test_file: jstests/core/query/internal_apply_oplog_update.js
ticket: SERVER-107211
- test_file: jstests/replsets/v1_apply_ops_oplog_format.js
ticket: SERVER-107211
- test_file: jstests/concurrency/fsm_workloads/query/yield/repl_set_resize_oplog.js
ticket: SERVER-94787
- test_file: jstests/core/timeseries/ddl/rename_timeseries.js
ticket: SERVER-109087
- test_file: jstests/sharding/query/agg/agg_orphan_filtering_renamed_shardkey.js
ticket: SERVER-105047
- test_file: jstests/core/timeseries/ddl/timeseries_bucket_index.js
ticket: SERVER-87119
- test_file: jstests/core/index/not_index_tagging.js
ticket: SERVER-110906
- test_file: jstests/core/timeseries/write/timeseries_closed_update_delete.js
ticket: SERVER-95726
- test_file: jstests/query_golden/distinct_index_eligibility_md.js
ticket: SERVER-111486
- test_file: jstests/change_streams/events_containing_version_literals.js
ticket: SERVER-111406
- test_file: jstests/sharding/migration_fails_with_spurious_documents.js
ticket: SERVER-110953
- test_file: jstests/sharding/migration_blocking_operation/implicit_create_from_upsert_with_paused_migrations.js
ticket: SERVER-110574
- test_file: jstests/core/timeseries/ddl/timeseries_collmod_timeseries_options.js
ticket: SERVER-108801
- test_file: jstests/replsets/log_unprepared_abort_txns.js
ticket: SERVER-111017
- test_file: jstests/core/index/geo/geo_polygon3.js
ticket: SERVER-106239
- test_file: jstests/core/txns/rename_collection_not_blocked_by_txn.js
ticket: SERVER-106706
- test_file: jstests/core/timeseries/geo/timeseries_geonear_measurements.js
ticket: SERVER-112520
- test_file: jstests/core/catalog/list_collections_config_debug_dump.js
ticket: SERVER-113022
- test_file: jstests/aggregation/optimization/elemmatch_deps.js
ticket: SERVER-112844
- test_file: jstests/change_streams/filter_excludes_resume_point.js
ticket: SERVER-112849
- test_file: jstests/sharding/query/lookup/lookup_foreign_local_different_shards.js
ticket: SERVER-113468
- test_file: jstests/sharding/disable_resumable_range_deleter.js
ticket: SERVER-112357
- test_file: jstests/noPassthrough/query/agg/sort_group_to_distinct_scan.js
ticket: SERVER-113145
- test_file: jstests/aggregation/accumulators/accumulator_js_size_limits.js
ticket: SERVER-112267
- test_file: jstests/sharding/resharding_error_during_critical_section.js
ticket: SERVER-114005
- test_file: jstests/sharding/move_collection_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/core_sharding/ddl/cannot_track_temporary_collection.js
ticket: SERVER-114666
- test_file: jstests/sharding/unshard_collection_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/sharding/reshard_collection_with_zones_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/core/query/regex/regex_max_pattern_length.js
ticket: SERVER-86326
- test_file: jstests/core/query/boolean_simplifier_stress.js
ticket: SERVER-114126
- test_file: jstests/replsets/rollback_index_build_start_abort.js
ticket: SERVER-103955
- test_file: jstests/sharding/query/javascript_heap_limit.js
ticket: SERVER-109200
suites: null
last-lts:
all:
- test_file: jstests/core/index/elemmatch_index.js
ticket: SERVER-108945
- test_file: jstests/replsets/malformed_heartbeat_request.js
ticket: SERVER-104563
- test_file: jstests/core/query/query_settings/query_settings_strict_api.js
ticket: SERVER-99550
- test_file: jstests/aggregation/expressions/null_chars_string_input.js
ticket: SERVER-95687
- test_file: jstests/core/query/explain/explain_plan_cache.js
ticket: SERVER-97662
- test_file: jstests/core/query/json_schema/json_schema.js
ticket: SERVER-98676
- test_file: jstests/aggregation/accumulators/group_doing_merge.js
ticket: SERVER-99616
- test_file: jstests/aggregation/sources/setWindowFields/partition_results.js
ticket: SERVER-96405
- test_file: jstests/aggregation/sources/sort_by_count_validation.js
ticket: SERVER-98214
- test_file: jstests/aggregation/sources/foreign_coll_read_foreign_db_write.js
ticket: SERVER-96197
- test_file: jstests/aggregation/sources/lookup/lookup_absorb_match.js
ticket: SERVER-99121
- test_file: jstests/change_streams/change_streams_namespace_match_expressions.js
ticket: SERVER-100489
- test_file: jstests/change_streams/change_streams_dynamic_match_expressions.js
ticket: SERVER-100345
- test_file: jstests/sharding/analyze_shard_key/analyze_shard_key_cmd_validation.js
ticket: SERVER-95869
- test_file: jstests/core/query/query_settings/query_settings_and_index_filters.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_cmds.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_cmds_validation.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_debug_query_shape.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_index_application_aggregate.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_index_application_distinct.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_index_application_find.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_lost_update.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_plan_cache.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_query_framework.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_reject_application.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_reject_application_bypass.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_size_limits.js
ticket: SERVER-91954
- test_file: jstests/core/query/query_settings/query_settings_strictness.js
ticket: SERVER-91954
- test_file: jstests/change_streams/ddl_create_event.js
ticket: SERVER-88142
- test_file: jstests/change_streams/ddl_view_events.js
ticket: SERVER-88142
- test_file: jstests/change_streams/resume_expanded_events.js
ticket: SERVER-88142
- test_file: jstests/change_streams/show_expanded_events.js
ticket: SERVER-88142
- test_file: jstests/change_streams/timeseries.js
ticket: SERVER-88142
- test_file: jstests/aggregation/bugs/lookup_using_hashed_index.js
ticket: SERVER-92668
- test_file: jstests/core/query/query_settings/query_settings_strictness.js
ticket: SERVER-92665
- test_file: jstests/core/query/query_settings/query_settings_cmds_validation.js
ticket: SERVER-92665
- 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/sharding/query/index_scan_in_backward_direction.js
ticket: SERVER-95627
- 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/query/timeseries_groupby_reorder.js
ticket: SERVER-87961
- test_file: jstests/core/timeseries/query/timeseries_lastpoint.js
ticket: SERVER-87961
- test_file: jstests/sharding/transactions_stale_shard_version_errors.js
ticket: SERVER-84623
- test_file: jstests/core/timeseries/geo/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/query/timeseries_computed_field.js
ticket: SERVER-88072
- test_file: jstests/auth/commands_builtin_roles_replset.js
ticket: SERVER-92411
- 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/timeseries/ddl/timeseries_collation.js
ticket: SERVER_89698
- test_file: jstests/core/timeseries/ddl/timeseries_index_partial.js
ticket: SERVER_89698
- 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/optimization/match_swapping_renamed_fields.js
ticket: SERVER-90869
- test_file: jstests/core/timeseries/query/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/query/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/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/query/timeseries_shadowing_meta_project_pushdown.js
ticket: SERVER-90995
- test_file: jstests/sharding/fail_kill_sessions.js
ticket: SERVER-89630
- test_file: jstests/core/timeseries/query/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
- test_file: jstests/concurrency/fsm_workloads/random_update_delete_with_move_collection.js
ticket: SERVER-91465
- test_file: jstests/concurrency/fsm_workloads/random_update_delete_with_resharding.js
ticket: SERVER-91465
- test_file: jstests/aggregation/sources/addFields/add_fields_adds_to_missing_fields.js
ticket: SERVER-91784
- test_file: jstests/aggregation/group_with_acc_n_to_distinct_scan.js
ticket: SERVER-90017
- test_file: jstests/core/query/query_settings/query_settings_cmds_validation.js
ticket: SERVER-90965
- test_file: jstests/core/query/query_settings/query_settings_cmds.js
ticket: SERVER-90965
- test_file: jstests/core/query/index_deduplication.js
ticket: SERVER-92147
- test_file: jstests/replsets/backwards_compatible_timeseries_catalog_options.js
ticket: SERVER-91195
- test_file: jstests/change_streams/timeseries.js
ticket: SERVER-91195
- test_file: jstests/replsets/timeseries_mixed_schema_bucket_initial_sync.js
ticket: SERVER-91195
- test_file: jstests/sharding/timeseries/timeseries_shard_collection_with_deprecation_message.js
ticket: SERVER-88647
- test_file: jstests/sharding/timeseries/timeseries_out_conflicting_namespace_on_shard.js
ticket: SERVER-90720
- test_file: jstests/sharding/sharded_data_distribution.js
ticket: SERVER-91522
- test_file: jstests/sharding/coordinate_txn_commit_with_tickets_exhausted.js
ticket: SERVER-92292
- test_file: jstests/core/query/project/projection_with_hashed_index.js
ticket: SERVER-91757
- test_file: jstests/sharding/sharded_data_distribution.js
ticket: SERVER-88400
- test_file: jstests/replsets/sync_source_clears_post_failure.js
ticket: SERVER-91960
- test_file: jstests/noPassthrough/explain_optimization_stats.js
ticket: SERVER-92476
- test_file: jstests/noPassthrough/profile_planning_time_stats.js
ticket: SERVER-92476
- test_file: jstests/sharding/sharded_data_distribution.js
ticket: SERVER-92190
- test_file: jstests/sharding/sharded_data_distribution.js
ticket: SERVER-92419
- test_file: jstests/core/index/geo/negated_geo_queries.js
ticket: SERVER-92193
- test_file: jstests/replsets/write_concern_update_where.js
ticket: SERVER-87126
- test_file: jstests/core/query/find_with_resume_after_param.js
ticket: SERVER-92431
- test_file: jstests/sharding/txn_two_phase_commit_failover.js
ticket: SERVER-41314
- test_file: jstests/sharding/txn_two_phase_commit_killop.js
ticket: SERVER-41314
- test_file: jstests/sharding/set_cluster_parameter.js
ticket: SERVER-84359
- test_file: jstests/core/index/geo/geo_2d_point_near_zero.js
ticket: SERVER-92930
- test_file: jstests/core/timeseries/write/timeseries_insert_mixed_schema_bucket.js
ticket: SERVER-93099
- test_file: jstests/core/timeseries/write/timeseries_update_mixed_schema_bucket.js
ticket: SERVER-93099
- test_file: jstests/core/index/index_creation_on_different_collations.js
ticket: SERVER-93112
- test_file: jstests/sharding/query/out_merge/out_with_move_primary.js
ticket: SERVER-92690
- test_file: jstests/core/index/geo/geonear_key.js
ticket: SERVER-92843
- test_file: jstests/core/query/plan_cache/elem_match_index_diff_types.js
ticket: SERVER-92806
- test_file: jstests/replsets/initial_sync_index_conflict_recreate.js
ticket: SERVER-93141
- test_file: jstests/replsets/new_primary_prevents_stale_majority_reads_on_stepup.js
ticket: SERVER-53813
- test_file: jstests/sharding/resharding_collection_cloner_stale_config_retry.js
ticket: SERVER-94151
- test_file: jstests/core/write/update/upsert_duplicate_key_retry_collation.js
ticket: SERVER-84089
- test_file: jstests/core/ddl/create_indexes.js
ticket: SERVER-90952
- test_file: jstests/sharding/nested_shard_role_within_router_role_recovery_in_txn.js
ticket: SERVER-94502
- test_file: jstests/aggregation/bugs/server94212.js
ticket: SERVER-94212
- test_file: jstests/sharding/refresh_sessions.js
ticket: SERVER-94635
- test_file: jstests/change_streams/ddl_create_drop_index_events.js
ticket: SERVER-93153
- test_file: jstests/change_streams/resume_expanded_events.js
ticket: SERVER-93153
- test_file: jstests/change_streams/report_post_batch_resume_token.js
ticket: SERVER-92904
- test_file: jstests/change_streams/show_resharding_system_events.js
ticket: SERVER-93153
- test_file: jstests/concurrency/fsm_workloads/query/update/upsert_unique_index_collation.js
ticket: SERVER-94156
- test_file: jstests/core/timeseries/query/timeseries_filter_extended_range.js
ticket: SERVER-94207
- test_file: jstests/sharding/query/explain/explain_find_transformed_query.js
ticket: SERVER-82471
- test_file: jstests/change_streams/ddl_abort_index_build_event.js
ticket: SERVER-93154
- test_file: jstests/sharding/timeseries/timeseries_query_extended_range.js
ticket: SERVER-73641
- test_file: jstests/core/timeseries/write/timeseries_update_delete_extended_range.js
ticket: SERVER-95075
- test_file: jstests/sharding/direct_shard_connection_write_after_restart.js
ticket: SERVER-95244
- test_file: jstests/sharding/transactions_causal_consistency.js
ticket: SERVER-92530
- test_file: jstests/sharding/transactions_stale_shard_version_errors.js
ticket: SERVER-92530
- test_file: jstests/sharding/transactions_stale_database_version_errors.js
ticket: SERVER-92530
- test_file: jstests/replsets/initial_sync_collStats_resumes_after_network_error.js
ticket: SERVER-94259
- test_file: jstests/core/timeseries/ddl/timeseries_drop_legacy.js
ticket: SERVER-94829
- test_file: jstests/core/administrative/connection_status.js
ticket: SERVER-95952
- test_file: jstests/sharding/resharding_skip_cloning_and_applying.js
ticket: SERVER-111929
- test_file: jstests/sharding/catalog_cache_refresh_with_persisted_collection_cache_corrupted.js
ticket: SERVER-95807
- test_file: jstests/core/query/find_all_values_at_path_expression.js
ticket: SERVER-95670
- test_file: jstests/sharding/query/owning_shard_expression.js
ticket: SERVER-95670
- test_file: jstests/sharding/check_metadata_consistency_killop.js
ticket: SERVER-95040
- test_file: jstests/sharding/migration_after_resharding_multi_insert_session_history.js
ticket: SERVER-95724
- test_file: jstests/change_streams/update_lookup_before_ddl.js
ticket: SERVER-95976
- test_file: jstests/change_streams/lookup_post_image.js
ticket: SERVER-95976
- test_file: jstests/sharding/query/change_streams/change_stream_update_lookup_collation.js
ticket: SERVER-95976
- test_file: jstests/concurrency/fsm_workloads/timeseries/timeseries_reshard_with_inserts.js
ticket: SERVER-93149
- test_file: jstests/noPassthrough/move_collection_not_tracked.js
ticket: SERVER-93149
- test_file: jstests/noPassthrough/query/out_merge/out_timeseries_cleans_up_bucket_collections.js
ticket: SERVER-93149
- test_file: jstests/sharding/move_primary_failpoint.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/move_timeseries.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries_disallow_writes.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries_nonempty_stash.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries_stash_resolution.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries_ttl_deletes.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/reshard_timeseries_validation.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/resharding_ts_resume_agg_token.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/resharding_ts_txn_cloner.js
ticket: SERVER-93149
- test_file: jstests/sharding/resharding_timeseries/unshard_timeseries.js
ticket: SERVER-93149
- test_file: jstests/sharding/timeseries/timeseries_insert_move_collection.js
ticket: SERVER-93149
- test_file: jstests/core_sharding/resharding/reshard_collection_timeseries.js
ticket: SERVER-93149
- test_file: jstests/core/timeseries/query/timeseries_group_aggregations.js
ticket: SERVER-93874
- test_file: jstests/core/query/doc_validation/json_schema_validate_empty_path.js
ticket: SERVER-97254
- test_file: jstests/sharding/resharding_cleanup_and_change_streams.js
ticket: SERVER-97044
- test_file: jstests/sharding/analyze_shard_key/query_sampling_after_resharding.js
ticket: SERVER-96783
- test_file: jstests/core/timeseries/query/timeseries_explicit_unpack_bucket.js
ticket: SERVER-95687
- test_file: jstests/sharding/remove_shard_with_unsharded.js
ticket: SERVER-89883
- test_file: jstests/core/catalog/db_stats.js
ticket: SERVER-98571
- test_file: jstests/sharding/metadata_refresh_on_shard_removal.js
ticket: SERVER-99277
- test_file: jstests/core/txns/multi_statement_transaction_abort.js
ticket: SERVER-84081
- test_file: jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application_inserts.js
ticket: SERVER-99185
- test_file: jstests/sharding/direct_shard_connection_auth.js
ticket: SERVER-100223
- test_file: jstests/sharding/coll_mod_unsplittable_collection.js
ticket: SERVER-99618
- test_file: jstests/concurrency/fsm_workloads/ddl/collMod/collMod.js
ticket: SERVER-99618
- test_file: jstests/concurrency/fsm_workloads/ddl/collMod/collMod_options_with_index_ops.js
ticket: SERVER-107819
- test_file: jstests/sharding/check_metadata_consistency.js
ticket: SERVER-98664
- test_file: jstests/core/timeseries/query/bucket_unpacking_with_limit.js
ticket: SERVER-100299
- test_file: jstests/core_sharding/ddl/shard_collection_outside_db_primary_index_compatibility.js
ticket: SERVER-100844
- test_file: jstests/change_streams/always_show_expanded_fields.js
ticket: SERVER-86688
- test_file: jstests/core/timeseries/query/timeseries_groupby_reorder.js
ticket: SERVER-99773
- test_file: jstests/core/catalog/agg_list_cluster_catalog.js
ticket: SERVER-102582
- test_file: jstests/core/catalog/agg_list_cluster_catalog_sharding_fields.js
ticket: SERVER-102582
- test_file: jstests/core/catalog/agg_list_cluster_catalog_with_match.js
ticket: SERVER-102582
- test_file: jstests/core/catalog/agg_list_cluster_catalog_sharding_fields.js
ticket: SERVER-102543
- test_file: jstests/core_sharding/resharding/reshard_collection_atlas_log_ingestion.js
ticket: SERVER-100421
- test_file: jstests/core/query/explain/explain1.js
ticket: SERVER-29449
- test_file: jstests/core/query/explain/explain4.js
ticket: SERVER-29449
- test_file: jstests/core/query/sort/sortk.js
ticket: SERVER-29449
- test_file: jstests/sharding/reshard_collection_cache_size.js
ticket: SERVER-100264
- test_file: jstests/core/index/express_pbt.js
ticket: SERVER-102693
- test_file: jstests/sharding/resharding_commit_monitor_repl_lag.js
ticket: SERVER-103932
- test_file: jstests/sharding/resharding_index_builds_repl_lag.js
ticket: SERVER-103566
- test_file: jstests/core/compound_wildcard_index_validation.js
ticket: SERVER-97229
- test_file: jstests/replsets/auth_coordinateCommitTransaction.js
ticket: SERVER-103618
- test_file: jstests/sharding/check_metadata_consistency.js
ticket: SERVER-102084
- test_file: jstests/sharding/configsvr_metadata_commands_require_majority_write_concern.js
ticket: SERVER-102312
- test_file: jstests/sharding/resharding_oplog_fetcher_repl_lag.js
ticket: SERVER-103554
- test_file: jstests/sharding/resharding_critical_section_repl_lag.js
ticket: SERVER-104303
- test_file: jstests/sharding/conn_pool_stats.js
ticket: SERVER-102477
- test_file: jstests/noPassthrough/ftdc/ftdc_connection_reuse.js
ticket: SERVER-102477
- test_file: jstests/noPassthrough/network/set_step_params.js
ticket: SERVER-102477
- test_file: jstests/core/query/partial_index_pbt.js
ticket: SERVER-102825
- test_file: jstests/core/query/update/update_set_unset.js
ticket: SERVER-103960
- test_file: jstests/replsets/large_dockey_succeeds_on_secondary.js
ticket: SERVER-104405
- test_file: jstests/core_sharding/resharding/reshard_collection_atlas_log_ingestion.js
ticket: SERVER-103993
- test_file: jstests/core_sharding/resharding/reshard_collection_atlas_log_ingestion.js
ticket: SERVER-103172
- test_file: jstests/sharding/config_shards_on_repl_set_changes.js
ticket: SERVER-106614
- test_file: jstests/sharding/balancer_should_return_random_migrations_failpoint.js
ticket: SERVER-105874
- test_file: jstests/with_mongot/e2e/hybridSearch/ranked_fusion_with_filter.js
ticket: SERVER-107352
- test_file: jstests/sharding/bulk_shard_insert.js
ticket: SERVER-108065
- test_file: jstests/sharding/flush_resharding_state_change_errors.js
ticket: SERVER-107952
- test_file: jstests/core/timeseries/write/timeseries_insert_mixed_schema_docs.js
ticket: SERVER-107361
- test_file: jstests/sharding/query/lookup/union_with_doubly_nested_lookup.js
ticket: SERVER-108341
- test_file: jstests/concurrency/fsm_workloads/query/remove/update_and_batched_delete.js
ticket: SERVER-95570
- test_file: jstests/aggregation/expressions/reduce_overflow.js
ticket: SERVER-102364
- test_file: jstests/sharding/txn_lookup_hits_migration_conflict_all_colls_local.js
ticket: SERVER-107535
- test_file: jstests/sharding/validate_collection_shard_version.js
ticket: SERVER-87119
- test_file: jstests/core/query/internal_apply_oplog_update.js
ticket: SERVER-107211
- test_file: jstests/replsets/v1_apply_ops_oplog_format.js
ticket: SERVER-107211
- test_file: jstests/concurrency/fsm_workloads/query/yield/repl_set_resize_oplog.js
ticket: SERVER-94787
- test_file: jstests/core/timeseries/ddl/rename_timeseries.js
ticket: SERVER-109087
- test_file: jstests/sharding/query/agg/agg_orphan_filtering_renamed_shardkey.js
ticket: SERVER-105047
- test_file: jstests/core/timeseries/ddl/timeseries_bucket_index.js
ticket: SERVER-87119
- test_file: jstests/core/index/not_index_tagging.js
ticket: SERVER-110906
- test_file: jstests/core/timeseries/write/timeseries_closed_update_delete.js
ticket: SERVER-95726
- test_file: jstests/query_golden/distinct_index_eligibility_md.js
ticket: SERVER-111486
- test_file: jstests/noPassthrough/query/notablescan.js
ticket: SERVER-110058
- test_file: jstests/core/query/notablescan_sbe_consistency.js
ticket: SERVER-110058
- test_file: jstests/change_streams/events_containing_version_literals.js
ticket: SERVER-111406
- test_file: jstests/sharding/migration_fails_with_spurious_documents.js
ticket: SERVER-110953
- test_file: jstests/sharding/migration_blocking_operation/implicit_create_from_upsert_with_paused_migrations.js
ticket: SERVER-110574
- test_file: jstests/core/timeseries/ddl/timeseries_collmod_timeseries_options.js
ticket: SERVER-108801
- test_file: jstests/replsets/log_unprepared_abort_txns.js
ticket: SERVER-111017
- test_file: jstests/core/index/geo/geo_polygon3.js
ticket: SERVER-106239
- test_file: jstests/core/txns/rename_collection_not_blocked_by_txn.js
ticket: SERVER-106706
- test_file: jstests/core/timeseries/geo/timeseries_geonear_measurements.js
ticket: SERVER-112520
- test_file: jstests/aggregation/optimization/elemmatch_deps.js
ticket: SERVER-112844
- test_file: jstests/change_streams/filter_excludes_resume_point.js
ticket: SERVER-112849
- test_file: jstests/sharding/query/lookup/lookup_foreign_local_different_shards.js
ticket: SERVER-113468
- test_file: jstests/sharding/disable_resumable_range_deleter.js
ticket: SERVER-112357
- test_file: jstests/noPassthrough/query/agg/sort_group_to_distinct_scan.js
ticket: SERVER-113145
- test_file: jstests/aggregation/accumulators/accumulator_js_size_limits.js
ticket: SERVER-112267
- test_file: jstests/concurrency/fsm_workloads/timeseries/timeseries_create_indexes.js
ticket: SERVER-113887
- test_file: jstests/sharding/resharding_error_during_critical_section.js
ticket: SERVER-114005
- test_file: jstests/sharding/move_collection_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/core_sharding/ddl/cannot_track_temporary_collection.js
ticket: SERVER-114666
- test_file: jstests/sharding/unshard_collection_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/sharding/reshard_collection_with_zones_stale_mongos.js
ticket: SERVER-109322
- test_file: jstests/core/query/regex/regex_max_pattern_length.js
ticket: SERVER-86326
- test_file: jstests/core/query/boolean_simplifier_stress.js
ticket: SERVER-114126
- test_file: jstests/replsets/rollback_index_build_start_abort.js
ticket: SERVER-103955
- test_file: jstests/sharding/query/javascript_heap_limit.js
ticket: SERVER-109200
suites: null