summaryrefslogtreecommitdiff
path: root/etc/backports_required_for_multiversion_tests.yml
blob: ae045bcedf4640b3b975216d25ded5007ffe4d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# 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-lts 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-lts branch version of this file indicates that a commit has not yet been
# backported to the last-lts 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-lts branch.
#

# 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-48518
    test_file: jstests/replsets/rollback_via_refetch_anomaly.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-48993
    test_file: jstests/core/explode_for_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/ismaster.js
  - ticket: SERVER-49987
    test_file: jstests/replsets/ismaster1.js
  - ticket: SERVER-50640
    test_file: jstests/core/views/views_all_commands.js
  - ticket: SERVER-50640
    test_file: jstests/sharding/database_versioning_all_commands.js
  - ticket: SERVER-49988
    test_file: jstests/sharding/ismaster.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-50416
    test_file: jstests/replsets/disconnect_on_legacy_write_to_secondary.js
  - ticket: SERVER-50417
    test_file: jstests/replsets/no_disconnect_on_stepdown.js
  - ticket: SERVER-50417
    test_file: jstests/replsets/not_master_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

# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
  change_streams_multiversion:

  change_streams_sharded_collections_multiversion_passthrough:

  concurrency_replication_multiversion:

  concurrency_sharded_replication_multiversion:

  replica_sets_multiversion:

  replica_sets_jscore_multiversion_passthrough:

  sharding_jscore_multiversion_passthrough:

  sharded_collections_jscore_multiversion_passthrough: