SERVER-85440 Support MONGO_UNIMPLEMENTED_TASSERT in errorcodes.py (#18177)

GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
This commit is contained in:
Ivan Fefer
2024-01-21 10:06:09 +01:00
committed by MongoDB Bot
parent 90fe2f3028
commit 43d4feb04e
4 changed files with 4 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ _CODE_PATTERNS = [
r"(?:StatusOK)?"
r"(?:WithContext)?"
r"\s*\(",
r"MONGO_UNREACHABLE_TASSERT\(",
r"MONGO_UN(?:REACHABLE|IMPLEMENTED)_TASSERT\(",
# DBException and AssertionException constructors
r"(?:DB|Assertion)Exception\s*[({]",
# Calls to all LOGV2* variants