diff options
author | Eric Cox <eric.cox@mongodb.com> | 2021-12-07 21:39:55 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-12-07 22:28:04 +0000 |
commit | 280b35dbc2f71e692df3e02e399e997575e00bf0 (patch) | |
tree | 56eea75215b744829f103b5b6518a76d0d7efe5b /jstests/libs/sbe_assert_error_override.js | |
parent | 2c0ae37a1a318a19b6d666a911738746601de908 (diff) | |
download | mongo-280b35dbc2f71e692df3e02e399e997575e00bf0.tar.gz |
SERVER-58436 Implement spilling HashAgg
Diffstat (limited to 'jstests/libs/sbe_assert_error_override.js')
-rw-r--r-- | jstests/libs/sbe_assert_error_override.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/libs/sbe_assert_error_override.js b/jstests/libs/sbe_assert_error_override.js index 2f4d9a1a37f..74ec08ef9bc 100644 --- a/jstests/libs/sbe_assert_error_override.js +++ b/jstests/libs/sbe_assert_error_override.js @@ -114,8 +114,9 @@ const equivalentErrorCodesList = [ [5338802, 5439016], [5687301, 5687400], [5687302, 5687401], - [292, 5859000], - [6045000, 5166606] + [292, 5859000, 5843600, 5843601], + [6045000, 5166606], + [146, 13548] ]; // This map is generated based on the contents of 'equivalentErrorCodesList'. This map should _not_ |