Summary
This test is originated from BF-24385 where we thought that data inconsistency was caused by incorrect behavior of skip list on ARM64 platform. So far we were not able to reproduce the crash. We adding this test with the hope that we can get it one day.
We need to test insert lists in WiredTiger. The test should do stress testing insert operation with big memory pages and cache.
Motivation
- Does this affect any team outside of WT?
No
- How likely is it that this use case or problem will occur?
Probability is very low, especially afterWT-8959is merged. - Is this issue urgent?
Yes
Acceptance Criteria (Definition of Done)
The test should run for each pull request.