bsoncolumn_test has many tests covering different BSON types and edge cases. However, most of these tests cover non interleaved cases, and the interleaved implementation, especially in the block API, is quite different from non-interleaved. We should expand coverage in verifyDecompression to wrap each input in an object and run all the tests on interleaved data.
- related to
-
SERVER-90169 Remove testPathDecompression in bsoncolumn unit tests
- Backlog