summaryrefslogtreecommitdiff
path: root/etc/backports_required_for_multiversion_tests.yml
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2021-05-05 20:12:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-14 19:07:16 +0000
commit47d99621851c0cd8da8d0628edeaa2f59bff6e14 (patch)
treec827d9bcbed0739bc2a421060182d00251825573 /etc/backports_required_for_multiversion_tests.yml
parent97ff562f3379ce7e9a7da0c9eb249d35c34c03b1 (diff)
downloadmongo-47d99621851c0cd8da8d0628edeaa2f59bff6e14.tar.gz
SERVER-55964 Replace "blacklist" in all code and comments
Diffstat (limited to 'etc/backports_required_for_multiversion_tests.yml')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index c7e2901bfa2..c07a35dcfff 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -1,8 +1,8 @@
-# This file is intended to track tests that should be blacklisted from multiversion testing due to
+# 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 development branch.
#
# Usage:
-# Add the server ticket number and the path to the test file for the test you intend to blacklist
+# 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 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
@@ -13,7 +13,7 @@
# - ticket: SERVER-1000
# test_file: jstests/core/my_test_file.js
#
-# The above example will blacklist jstests/core/my_test_file.js from the
+# 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.
#