PR #1872 fixes significant bug in chunkBetween. Thankfully, that function is only used in tests.
However, this means that the tests weren't benefiting from chunkBetween---at a glance, it was being used to inject disk corruptions, at least.
Tests are still passing after 1872. But this is evidence that we should add some sanity tests to ensure the corruption injection is actually working.
PR #1872 fixes significant bug in
chunkBetween. Thankfully, that function is only used in tests.However, this means that the tests weren't benefiting from
chunkBetween---at a glance, it was being used to inject disk corruptions, at least.Tests are still passing after 1872. But this is evidence that we should add some sanity tests to ensure the corruption injection is actually working.