summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-10-31 18:17:40 +0000
committerevergreen <evergreen@mongodb.com>2019-10-31 18:17:40 +0000
commitf210bc645453c05979067c556bf6f2bd43e64134 (patch)
tree780e97f814f26bcd4586dee733b90b0d4c63b0b2 /etc
parentd95b366e1a351aefa92efd2c68d06809a3e30b90 (diff)
downloadmongo-f210bc645453c05979067c556bf6f2bd43e64134.tar.gz
SERVER-43865 Add "backports_required_for_multiversion_tests.yml"
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
new file mode 100644
index 00000000000..16562602015
--- /dev/null
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -0,0 +1,25 @@
+# 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.
+#
+
+replica_sets_multiversion:
+
+sharding_multiversion:
+
+replica_sets_jscore_multiversion_passthrough: