diff options
author | Projjal Chanda <projjal.chanda@mongodb.com> | 2023-05-09 14:47:00 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-05-09 17:51:07 +0000 |
commit | ef3f162faf41c3b6ba1d06ae89c290f3f1a74cce (patch) | |
tree | 5820c9683069d801fef56343cc6a04882e3a7690 /jstests/libs | |
parent | 93823e0104dc279cb42428e9ef2f4d79bb46a512 (diff) | |
download | mongo-ef3f162faf41c3b6ba1d06ae89c290f3f1a74cce.tar.gz |
SERVER-76909: Include expected sbe error code in secondary_reads_with_catalog_changes.js
Diffstat (limited to 'jstests/libs')
-rw-r--r-- | jstests/libs/sbe_assert_error_override.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/libs/sbe_assert_error_override.js b/jstests/libs/sbe_assert_error_override.js index a9eeea39db2..666b829bee3 100644 --- a/jstests/libs/sbe_assert_error_override.js +++ b/jstests/libs/sbe_assert_error_override.js @@ -162,6 +162,7 @@ const equivalentErrorCodesList = [ [5787902, 7548606], [5787903, 7548606], [5787908, 7548606], + [ErrorCodes.BadValue, 4938500], ]; // This map is generated based on the contents of 'equivalentErrorCodesList'. This map should _not_ |