mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
70 lines
2.6 KiB
YAML
70 lines
2.6 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.
|
|
#
|
|
|
|
change_streams_multiversion:
|
|
|
|
change_streams_sharded_collections_multiversion_passthrough:
|
|
|
|
concurrency_replication_multiversion:
|
|
|
|
concurrency_sharded_replication_multiversion:
|
|
|
|
replica_sets_jscore_multiversion_passthrough:
|
|
|
|
replica_sets_multiversion:
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/election_handoff_basic.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/election_candidate_and_participant_metrics.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/no_flapping_during_network_partition.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/election_handoff_flip.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/catchup.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/avg_num_catchup_ops.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/initial_sync_applier_error.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/initial_sync_drop_collection.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/initial_sync_rename_collection.js
|
|
- ticket: SERVER-46389
|
|
test_file: jstests/replsets/initial_sync_test_fixture_test.js
|
|
- ticket: SERVER-45143
|
|
test_file: jstests/replsets/reconfig_uses_default_protocolVersion.js
|
|
- ticket: SERVER-45081
|
|
test_file: jstests/replsets/catchup.js
|
|
- ticket: SERVER-45081
|
|
test_file: jstests/replsets/catchup_takeover_one_high_priority.js
|
|
- ticket: SERVER-45081
|
|
test_file: jstests/replsets/do_not_advance_commit_point_beyond_last_applied_term.js
|
|
- ticket: SERVER-45081
|
|
test_file: jstests/replsets/reconfig_avoids_diverging_configs.js
|
|
- ticket: SERVER-45081
|
|
test_file: jstests/replsets/reconfig_waits_for_oplog_commitment_condition.js
|
|
|
|
sharding_multiversion:
|
|
|
|
sharding_jscore_multiversion_passthrough:
|
|
|
|
sharded_collections_jscore_multiversion_passthrough:
|