SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHABLE_TASSERT

This commit is contained in:
Reo Kimura
2022-10-13 20:52:49 +00:00
committed by Evergreen Agent
parent b2f02f7063
commit 0d12c83b9b
13 changed files with 27 additions and 25 deletions

View File

@@ -32,3 +32,4 @@ iassert(27, "words");
iasserted(28, "words");
iassertNoTrace(29, "words");
iassertedNoTrace(30, "words");
MONGO_UNREACHABLE_TASSERT(31);