mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
79 lines
3.0 KiB
YAML
79 lines
3.0 KiB
YAML
# 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.
|
|
#
|
|
# Note:
|
|
# For tests that need to be blacklisted for the 'replica_sets_multiversion' and
|
|
# 'sharding_multiversion' suites, please instead add them under the 'exclude_files' key in
|
|
# 'replica_sets_multiversion.yml' and 'sharding_multiversion.yml' respectively.
|
|
#
|
|
|
|
change_streams_multiversion:
|
|
|
|
change_streams_sharded_collections_multiversion_passthrough:
|
|
- ticket: SERVER-47810
|
|
test_file: jstests/change_streams/report_post_batch_resume_token.js
|
|
|
|
concurrency_replication_multiversion:
|
|
|
|
concurrency_sharded_replication_multiversion:
|
|
|
|
replica_sets_jscore_multiversion_passthrough:
|
|
- ticket: SERVER-47773
|
|
test_file: jstests/core/geo_near_tailable.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/core/txns/new_transactions_on_session_with_prepared_txn_block_behind_prepare.js
|
|
|
|
sharding_jscore_multiversion_passthrough:
|
|
- ticket: SERVER-47773
|
|
test_file: jstests/core/geo_near_tailable.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
|
|
|
|
sharded_collections_jscore_multiversion_passthrough:
|
|
- ticket: SERVER-47773
|
|
test_file: jstests/core/geo_near_tailable.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/core/crud_ops_do_not_throw_locktimeout.js
|
|
|
|
sharding_multiversion:
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/sharding/killop.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/sharding/verify_sessions_expiration_sharded.js
|
|
|
|
replica_sets_multiversion:
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/read_operations_during_step_down.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/no_disconnect_on_stepdown.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/step_down_on_secondary.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/verify_sessions_expiration_rs.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/initial_sync_during_stepdown.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/unconditional_step_down.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/transactions_during_step_down.js
|
|
- ticket: SERVER-43614
|
|
test_file: jstests/replsets/read_operations_during_step_up.js
|