-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
3
-
StorEng - 2024-12-10, StorEng - 2024-12-24
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.
- is duplicated by
-
WT-4553 Investigate shortening time in global_calibrate_ticks
-
- Closed
-
- is related to
-
WT-4553 Investigate shortening time in global_calibrate_ticks
-
- Closed
-
- related to
-
SERVER-97252 Use fewer Death tests for for storage engine unit tests
-
- Closed
-