Test for chunk not found - #4382
kennethjor wants to merge 3 commits into
Conversation
|
Failing run based on 2.4.240: https://github.com/kennethjor/h2database/actions/runs/33464576215/job/99721669453#step:4:413 |
59c9583 to
eb2ba15
Compare
|
Failing run off |
|
Removed as many custom configurations from the MVStore setup as possible in 5b9f934. The following are required for the test to break. Disabling either of these will make the test pass: |
|
cfefa3b removes a bit more from the test. Writing to the store isn't required, just doing repeated commits and compacts is enough to trigger it. |
|
I think, this case demonstrates the issue with incomplete use of MVStore API, rather than actual problem. Otherwise every version, except the current one, is considered as "not in use" and eligible for collection. |
Test PR to reproduce a chunk not found error:
I have confirmed the test fails off
masteras well.I'm not familiar with the codebase enough to actually attempt a fix.