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
A small bug related to the merge schedule and union levels was unearted after
recent changes to key generators for the state machine tests.
```
❯ cabal run lsm-tree-test -- --quickcheck-replay="(SMGen 13447116701882578385 16048829213438376903,35)" -p '$NF=="propLockstep_RealImpl_MockFS_IO"'
lsm-tree
Test.Database.LSMTree.StateMachine
propLockstep_RealImpl_MockFS_IO: FAIL (28.54s)
*** Failed! Assertion failed (after 1 test and 196 shrinks):
...
1 out of 1 tests failed (28.54s)
```
The bug was that the last level was always removing `Delete` entries even if
there was union level. This is now fixed.
0 commit comments