summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorProjjal Chanda <projjal.chanda@mongodb.com>2023-05-09 14:47:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-09 17:51:07 +0000
commitef3f162faf41c3b6ba1d06ae89c290f3f1a74cce (patch)
tree5820c9683069d801fef56343cc6a04882e3a7690 /jstests/libs
parent93823e0104dc279cb42428e9ef2f4d79bb46a512 (diff)
downloadmongo-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.js1
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_