This test creates a vector of records and then inserts these into a record store, and then checks that the record in the record store and in the vector match at each index.
However, if the OIDs generated here overflow the 4 byte timstamp, it wraps around and starts from 0. This can lead to the test failing.
The test can be made more robust by sorting the vectors after populating it.
- is duplicated by
-
SERVER-133531 Sort records in ClusteredRecordStore unit test
-
- Closed
-