From c8ed1cb8119aedaf03fbd79f2282af975ee2426c Mon Sep 17 00:00:00 2001 From: Matthew Russotto Date: Wed, 4 Jan 2023 14:54:08 -0500 Subject: SERVER-72422 FCBIS may never truncate the oplog (tests) --- etc/backports_required_for_multiversion_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/backports_required_for_multiversion_tests.yml') diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 9172c8251a6..1a606eceea6 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -298,6 +298,8 @@ last-continuous: ticket: SERVER-72416 - test_file: jstests/core/or_to_in.js ticket: SERVER-72416 + - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/oplog_rollover.js + ticket: SERVER-72422 suites: null last-lts: all: @@ -671,4 +673,6 @@ last-lts: ticket: SERVER-72416 - test_file: jstests/core/or_to_in.js ticket: SERVER-72416 + - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/oplog_rollover.js + ticket: SERVER-72422 suites: null -- cgit v1.2.1