SERVER-85440 Support MONGO_UNIMPLEMENTED_TASSERT in errorcodes.py (#18177)
GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user