mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 07:24:20 +01:00
solves edge-case when we move our storage nearby a previously erased kv, causing it to be treated as a key or a value with length 255 (... 0x00 0xff) also stop set() from erasing data when it is not possible to store it in the first place additional test case similar to permutations one, make sure keys don't disappear while we write to the storage a lot of times and possibly introduce the two cases above