-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
Death tests are slow for two reasons:
- WiredTiger samples the global tick rate at startup
- Crashes generate stack traces, which involves symbol resolution, which is slow
We can probably remove some death tests to speed up builds
- is related to
-
WT-13781 API to skip global tick calibration during wiredtiger_open
- Needs Scheduling