The CI system currently reports the StorageTimestamp dbtest test suite as successful even though the test summary in the logs indicates a failure in the TimestampIndexBuilderOnPrimary test case.
This test case is expected to fail because the underlying applyOps logic was modified in SERVER-41554 to reject createIndexes.
It appears the dbtest executable is exiting early in WiredTigerKVEngine::cleanShutdown() because of the changes in SERVER-45010.
- is related to
-
SERVER-45010 Clean shutdown after rollbackViaRefetch with eMRC=false can cause us to incorrectly overwrite unstable checkpoints
- Closed
-
SERVER-47219 Correct downgrade_after_rollback_via_refetch to not binary downgrade on crash
- Closed
-
SERVER-41554 Remove applyOps support for createIndexes
- Closed
- related to
-
SERVER-46722 update StorageTimestampTests TimestampIndexBuilderOnPrimary dbtest test case
- Closed