You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s26-p2: Insert only 5 keys in OptimisticInsertTest (#874)
* s26-p2: Insert only 5 keys in OptimisticInsertTest
Inserting 5 keys ensures there is at least one leaf page with at most 2
keys. This allows reliably testing for optimistic insertions across any
combination of design decisions such as when a leaf page is considered
to have overflowed, how keys are distributed on splits, etc.
* s26-p2: Comment why OptimisticInsertTest inserts 5 keys
0 commit comments