To support resumable index builds, we overloaded the Sorter constructor in SERVER-49408 to accept a list of existing ranges. It would be beneficial to extend C++ unit test coverage to include this new code path.
There is existing test coverage provided by resumable_index_build_bulk_load_phase.js added in SERVER-49244.
- is related to
-
SERVER-49244 write JS test to ensure internal idents resumable index builds are written on clean shutdown
- Closed
- related to
-
SERVER-49408 adjust startup to resume index build from phase 2 (bulk load index table from sorted keys)
- Closed