The test-only hook _validateBSONColumnRoundtrip() for BSONColumn validation assumes that the FCV is initialized when it checks if array compression is enabled.
This is not always the case especially in startupRepair() when repair::repairCollection() is called before we restore/initialize the FCV document.
- is related to
-
SERVER-63593 Support compressing arrays in BSONColumn
- Closed
-
SERVER-61047 Add validate hook for testing that we can roundtrip arbitrary data in Collections using BSON Column
- Closed
-
SERVER-65263 Enable timeseriesBucketCompressionWithArrays feature flag by default
- Closed