SERVER-59476: Allow for commit messages reverting wiredtiger imports

This commit is contained in:
David Bradford
2021-08-20 14:59:53 -04:00
committed by Evergreen Agent
parent 1abfd89c2c
commit 44ecd94334
2 changed files with 9 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ class ValidateCommitMessageTest(unittest.TestCase):
"Revert 'SERVER-8000",
'Revert "SERVER-90000',
"Import wiredtiger: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4",
"Import tools: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4"
"Import tools: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4",
'Revert "Import wiredtiger: 58115abb6fbb3c1cc7bfd087d41a47347bce9a69 from branch mongodb-4.4"',
]
api_mock = create_mock_evg_client(interleave_new_format(messages))