-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
-
QE 2023-06-26, QE 2023-07-10
An UnknownError is returned from mongod started with verbosity level set explicitly and using Go driver as client instead of `BSONObjectTooLarge`. It is reproducible on v6.0.6 and other versions.
We expect an error similar to
(BSONObjectTooLarge) BSONObj size: 20078112 (0x1325E20) is invalid. Size must be between 0 and 16793600(16MB) First element: aggregate: 1
But the actual error we see is
(UnknownError) assertion src/mongo/util/hex.cpp:113
- related to
-
SERVER-50761 Create a passthrough suite for fuzzing with BSON validation enabled in shell
- Closed