mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-21 23:22:17 -04:00
ff851ae5fa
* commitlog: Make bitflip test a proptest The test sometimes fails. As a proptest, we'll be able to seed it with failing inputs. Fixes: #1167 * commitlog: Fix the bitflip test Turns out we sometimes flipped a bit in the CRC32 itself, which makes things go wrong in not the expected way.