summaryrefslogtreecommitdiff
path: root/jstests/libs/sbe_assert_error_override.js
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2021-01-21 17:24:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-11 13:24:45 +0000
commite9b02873749f2331f1853d00e13c8a67b39bf53a (patch)
treef643cb0b752fa091a7f9853ec71a5dba9cfe5d7c /jstests/libs/sbe_assert_error_override.js
parent6d419110f2dbd9b07ee96a601356ddbe99628dc5 (diff)
downloadmongo-e9b02873749f2331f1853d00e13c8a67b39bf53a.tar.gz
SERVER-53388 Week start parameter for $dateDiff aggregation expression
Diffstat (limited to 'jstests/libs/sbe_assert_error_override.js')
-rw-r--r--jstests/libs/sbe_assert_error_override.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/libs/sbe_assert_error_override.js b/jstests/libs/sbe_assert_error_override.js
index 256af6b042e..8dde30b3a00 100644
--- a/jstests/libs/sbe_assert_error_override.js
+++ b/jstests/libs/sbe_assert_error_override.js
@@ -21,7 +21,7 @@
// Below is the list of known equivalent error code groups. As new groups of equivalent error codes
// are discovered, they should be added to this list.
const equivalentErrorCodesList = [
- [9, 5166503, 5166605],
+ [9, 5166503, 5166605, 5338802],
[28651, 5073201],
[16006, 4997703, 4998202],
[28689, 5126701],
@@ -81,6 +81,7 @@ const equivalentErrorCodesList = [
[51111, 5073402],
[51151, 5126606],
[51156, 5073403],
+ [5338800, 5338801],
];
// This map is generated based on the contents of 'equivalentErrorCodesList'. This map should _not_