polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.27k stars 65 forks source link

vfs: add a VFS wrapper used in deterministic simulation tests #910

Closed asubiotto closed 1 month ago

asubiotto commented 1 month ago

This currently exposes the capability to simulate a hard shutdown. Given that this currently causes test failures, it is unused in this PR. A follow up PR will be created to use these hooks and fix the fallout.

asubiotto commented 1 month ago

I'm going to go ahead and merge this without a review since it's a testing change