-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines
In MongoDB's death tests (see SERVER-97252), we start new processes frequently. And in many integration tests, we restart the server often.
Once per process, WiredTiger will spin for ~700ms to determine the ratio of processor ticks to nanoseconds here.
We could speed up some of our testing if we could bypass this tick calibration in cases where we don't need accurate time information or don't need clock reads to be fast.
- related to
-
SERVER-97252 Use fewer Death tests for for storage engine unit tests
- Backlog