-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Storage Execution
-
Fully Compatible
-
Execution Team 2023-04-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
With the changes being made in SERVER-29418, the checkpoint thread maintains a pointer to the storage engine as opposed to accessing the storage engine via the ServiceContext due to unit testing limitations.
The only unit test depending on checkpoints today that I know of is WiredTigerKVEngineTest::TestOplogTruncation.