The following two tests in StorageTimestampTests will fail if two phase index builds are enabled by default:
- TimestampMultiIndexBuilds
- CreateCollectionWithSystemIndex
When two phase index builds are enabled, the createIndexes oplog entry will no longer be written to the oplog. These test cases should be updated accordingly to accommodate this scenario.
- is depended on by
-
SERVER-43692 enable two phase index builds by default
- Closed