From e9b02873749f2331f1853d00e13c8a67b39bf53a Mon Sep 17 00:00:00 2001 From: Mindaugas Malinauskas Date: Thu, 21 Jan 2021 17:24:14 +0000 Subject: SERVER-53388 Week start parameter for $dateDiff aggregation expression --- jstests/libs/sbe_assert_error_override.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jstests/libs/sbe_assert_error_override.js') 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_ -- cgit v1.2.1