0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc/backports_required_for_multiversion_tests.yml

395 lines
18 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 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:
# 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.
#
last-continuous:
# Tests that should be excluded from ALL multiversion suites should be listed here.
all:
- ticket: SERVER-56800
test_file: jstests/sharding/cwwc_conflict_add_shard.js
- ticket: SERVER-57262
test_file: jstests/replsets/catchup_takeover_with_higher_config.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_min_fetch_ts_with_txn.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_joins_existing_operation.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_clones_duplicate_key.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_abort_command.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_clones_initial_data.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_commit.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_collection_cloner_resuming.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_existing_sk_index_not_duplicated.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_metrics.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_fails_on_nonempty_stash.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_txn_cloner.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_joins_existing_operation.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_size_estimate.js
- ticket: SERVER-58898
test_file: jstests/replsets/write_concern_write_to_local.js
- ticket: SERVER-56846
test_file: jstests/sharding/reconfig_fails_no_cwwc_set_sharding.js
- ticket: SERVER-59057
test_file: jstests/replsets/rollback_transaction_table.js
- ticket: SERVER-58353
test_file: jstests/replsets/tenant_migration_aborted_buildindex.js
- ticket: SERVER-53335
test_file: jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js
- ticket: SERVER-58696
test_file: jstests/sharding/implicit_default_write_concern_add_shard.js
- ticket: SERVER-59197
test_file: jstests/replsets/sessions_collection_reaping.js
- ticket: SERVER-58203
test_file: jstests/sharding/query/pipeline_length_limit.js
- ticket: SERVER-56887
test_file: jstests/sharding/database_versioning_all_commands.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_recipient_fetches_retryable_writes_oplog_entries.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_recipient_fetches_synthetic_find_and_modify_oplog_entries.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_fetch_committed_transactions_retry.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_retryable_write_retry.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_retryable_write_retry_on_recipient.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_find_and_modify_retry.js
- ticket: SERVER-51943
test_file: jstests/replsets/tenant_migration_fetch_committed_transactions_retry.js
- ticket: SERVER-59525
test_file: jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
- ticket: SERVER-59023
test_file: jstests/sharding/resharding_secondary_recovers_temp_ns_metadata.js
- ticket: SERVER-57772
test_file: jstests/sharding/rewrite_state_change_errors.js
- ticket: SERVER-59666
test_file: jstests/core/timeseries/timeseries_bucket_rename.js
- ticket: SERVER-59424
test_file: jstests/sharding/change_stream_show_migration_events.js
- ticket: SERVER-59108
test_file: jstests/replsets/stepdown_race_with_transaction.js
- ticket: SERVER-58636
test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
- ticket: SERVER-59613
test_file: jstests/aggregation/range.js
- ticket: SERVER-59923
test_file: jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js
- ticket: SERVER-60567
test_file: jstests/core/sbe/sbe_cmd.js
- ticket: SERVER-56127
test_file: jstests/sharding/retryable_writes_nested_shard_key.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
change_streams_multiversion:
change_streams_sharded_collections_multiversion:
concurrency_replication_multiversion:
concurrency_sharded_replication_multiversion:
replica_sets_multiversion:
- ticket: SERVER-58744
test_file: jstests/replsets/apply_ops_capped_collection.js
replica_sets_jscore_multiversion:
sharding_jscore_multiversion:
sharded_collections_jscore_multiversion:
last-lts:
# Tests that should be excluded from ALL multiversion suites should be listed here.
all:
- ticket: SERVER-49471
test_file: jstests/replsets/apply_prepare_txn_write_conflict_robustness.js
- ticket: SERVER-47645
test_file: jstests/replsets/invalidate_sessions_on_stepdown.js
- ticket: SERVER-47773
test_file: jstests/core/geo_near_tailable.js
- ticket: SERVER-47469
test_file: jstests/core/apply_ops_system_dot_views.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-48525
test_file: jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
- ticket: SERVER-47810
test_file: jstests/change_streams/report_post_batch_resume_token.js
- ticket: SERVER-50140
test_file: jstests/replsets/initial_sync_fails_unclean_restart.js
- ticket: SERVER-49987
test_file: jstests/core/hello_response_validation.js
- ticket: SERVER-49987
test_file: jstests/replsets/check_replication_hello_response_fields.js
- ticket: SERVER-50640
test_file: jstests/core/views/views_all_commands.js
- ticket: SERVER-56887
test_file: jstests/sharding/database_versioning_all_commands.js
- ticket: SERVER-49988
test_file: jstests/sharding/hello_response_validation.js
- ticket: SERVER-53335
test_file: jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js
- ticket: SERVER-50640
test_file: jstests/sharding/read_write_concern_defaults_application.js
- ticket: SERVER-50640
test_file: jstests/sharding/safe_secondary_reads_drop_recreate.js
- ticket: SERVER-50640
test_file: jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
- ticket: SERVER-50640
test_file: jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
- ticket: SERVER-49991
test_file: jstests/replsets/get_replication_info_helper.js
- ticket: SERVER-47469
test_file: jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js
- ticket: SERVER-49990
test_file: jstests/replsets/secondaryOk_slaveOk_aliases.js
- ticket: SERVER-43902
test_file: jstests/sharding/scaled_collection_stats.js
- ticket: SERVER-50417
test_file: jstests/replsets/no_disconnect_on_stepdown.js
- ticket: SERVER-50417
test_file: jstests/replsets/not_primary_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-50320
test_file: jstests/replsets/change_sync_source_in_initial_sync.js
- ticket: SERVER-50415
test_file: jstests/sharding/awaitable_hello_primary_failures.js
- ticket: SERVER-50420
test_file: jstests/replsets/server_status_repl_is_writable_primary.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-43904
test_file: jstests/replsets/election_handoff_skips_unelectable_nodes.js
- ticket: SERVER-51259
test_file: jstests/replsets/awaitable_hello_errors_on_horizon_change.js
- ticket: SERVER-51259
test_file: jstests/replsets/awaitable_hello_fcv_change.js
- ticket: SERVER-51259
test_file: jstests/replsets/awaitable_hello_metrics_on_state_change.js
- ticket: SERVER-51259
test_file: jstests/replsets/awaitable_hello_on_nodes_with_invalid_configs.js
- ticket: SERVER-51259
test_file: jstests/replsets/awaitable_hello_stepdown_stepup.js
- ticket: SERVER-51259
test_file: jstests/replsets/quiesce_mode.js
- ticket: SERVER-51259
test_file: jstests/sharding/mongos_quiesce_mode.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-51049
test_file: jstests/replsets/node_restarts_no_oplog_entry_at_stable.js
- ticket: SERVER-50414
test_file: jstests/replsets/not_primary_errors_returned_during_rollback_if_helloOk.js
- ticket: SERVER-50769
test_file: jstests/sharding/change_stream_empty_apply_ops.js
- ticket: SERVER-52547
test_file: jstests/core/txns/errors_on_committed_transaction.js
- ticket: SERVER-53612
test_file: jstests/replsets/election_handoff_not_immediately_electable.js
- ticket: SERVER-50486
test_file: jstests/replsets/dont_refresh_session_prepare_secondary.js
- ticket: SERVER-53932
test_file: jstests/replsets/rollback_reconstructs_transactions_prepared_before_stable.js
- ticket: SERVER-53431
test_file: jstests/replsets/stepdown_kill_other_ops.js
- ticket: SERVER-53394
test_file: jstests/sharding/sharding_task_executor_pool_matching_policy.js
- ticket: SERVER-53849
test_file: jstests/core/txns/timestamped_reads_wait_for_prepare_oplog_visibility.js
- ticket: SERVER-53985
test_file: jstests/replsets/unconditional_step_down.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-48179
test_file: jstests/replsets/reconfig_removes_node_in_rollback.js
- ticket: SERVER-56371
test_file: jstests/sharding/time_zone_info_mongos.js
- ticket: SERVER-55305
test_file: jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js
- ticket: SERVER-55305
test_file: jstests/replsets/rollback_with_coalesced_txn_table_updates_from_vectored_inserts.js
- ticket: SERVER-53760
test_file: jstests/core/sort_spill_estimate_data_size.js
- ticket: SERVER-56772
test_file: jstests/concurrency/fsm_workloads/collmod_writeconflict.js
- ticket: SERVER-55111
test_file: jstests/sharding/transactions_reject_writes_for_moved_chunks.js
- ticket: SERVER-59952
test_file: jstests/sharding/write_transactions_during_migration.js
- ticket: SERVER-59952
test_file: jstests/sharding/retryable_writes.js
- ticket: SERVER-59952
test_file: jstests/sharding/move_chunk_find_and_modify_with_write_retryability.js
- ticket: SERVER-57117
test_file: jstests/sharding/read_pref_with_hedging_mode.js
- ticket: SERVER-56377
test_file: jstests/concurrency/fsm_workloads/findAndModify_flip_location.js
- ticket: SERVER-56518
test_file: jstests/sharding/txn_writes_during_movechunk.js
- ticket: SERVER-57476
test_file: jstests/replsets/assert_on_prepare_conflict_with_hole.js
- ticket: SERVER-21929
test_file: jstests/core/null_query_semantics.js
- ticket: SERVER-21929
test_file: jstests/core/or_to_in.js
- ticket: SERVER-21929
test_file: jstests/aggregation/sources/lookup/lookup_null_semantics.js
- ticket: SERVER-52906
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/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-57772
test_file: jstests/sharding/rewrite_state_change_errors.js
- ticket: SERVER-50559
test_file: jstests/sharding/log_remote_op_wait.js
- ticket: SERVER-37904
test_file: jstests/replsets/cluster_chaining_override.js
- ticket: SERVER-57729
test_file: jstests/core/timeseries/timeseries_bucket_drop.js
- ticket: SERVER-56800
test_file: jstests/sharding/cwwc_conflict_add_shard.js
- ticket: SERVER-57262
test_file: jstests/replsets/catchup_takeover_with_higher_config.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_min_fetch_ts_with_txn.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_joins_existing_operation.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_clones_duplicate_key.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_abort_command.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_clones_initial_data.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_commit.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_collection_cloner_resuming.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_existing_sk_index_not_duplicated.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_metrics.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_fails_on_nonempty_stash.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_txn_cloner.js
- ticket: SERVER-57667
test_file: jstests/sharding/reshard_collection_joins_existing_operation.js
- ticket: SERVER-57667
test_file: jstests/sharding/resharding_size_estimate.js
- ticket: SERVER-58898
test_file: jstests/replsets/write_concern_write_to_local.js
- ticket: SERVER-56846
test_file: jstests/sharding/reconfig_fails_no_cwwc_set_sharding.js
- ticket: SERVER-59057
test_file: jstests/replsets/rollback_transaction_table.js
- ticket: SERVER-58353
test_file: jstests/replsets/tenant_migration_aborted_buildindex.js
- ticket: SERVER-58696
test_file: jstests/sharding/implicit_default_write_concern_add_shard.js
- ticket: SERVER-59197
test_file: jstests/replsets/sessions_collection_reaping.js
- ticket: SERVER-58203
test_file: jstests/sharding/query/pipeline_length_limit.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_recipient_fetches_retryable_writes_oplog_entries.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_recipient_fetches_synthetic_find_and_modify_oplog_entries.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_fetch_committed_transactions_retry.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_retryable_write_retry.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_retryable_write_retry_on_recipient.js
- ticket: SERVER-57617
test_file: jstests/replsets/tenant_migration_find_and_modify_retry.js
- ticket: SERVER-51943
test_file: jstests/replsets/tenant_migration_fetch_committed_transactions_retry.js
- ticket: SERVER-59525
test_file: jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
- ticket: SERVER-59023
test_file: jstests/sharding/resharding_secondary_recovers_temp_ns_metadata.js
- ticket: SERVER-59765
test_file: jstests/aggregation/expressions/date_add_subtract.js
- ticket: SERVER-59424
test_file: jstests/sharding/change_stream_show_migration_events.js
- ticket: SERVER-59108
test_file: jstests/replsets/stepdown_race_with_transaction.js
- ticket: SERVER-58636
test_file: jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
- ticket: SERVER-59613
test_file: jstests/aggregation/range.js
- ticket: SERVER-59923
test_file: jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js
- ticket: SERVER-60567
test_file: jstests/core/sbe/sbe_cmd.js
- ticket: SERVER-56127
test_file: jstests/sharding/retryable_writes_nested_shard_key.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
change_streams_multiversion:
change_streams_sharded_collections_multiversion:
concurrency_replication_multiversion:
concurrency_sharded_replication_multiversion:
replica_sets_multiversion:
- ticket: SERVER-35649
test_file: jstests/replsets/disallow_adding_initialized_node1.js
replica_sets_jscore_multiversion:
sharding_jscore_multiversion:
sharded_collections_jscore_multiversion: