Designing Rust FDB Workloads That Actually Find Bugs
pierrezemb.fr·2h
💾Database Checkpointing
Preview
Report Post

After one trillion CPU-hours of simulation testing, FoundationDB has been stress-tested under conditions far worse than any production environment. Network partitions, disk failures, Byzantine faults. FDB handles them all. But what about your code? Your layer sits on top of FDB. Your indexes, your transaction logic, your retry handling. How do you know it survives chaos?

At Clever Cloud, we were building Materia, our serverless database product. We were afraid to ship our layer code without the same level of testing FDB itself enjoys. So we hacked our way into FDB’s simulation framework using [foundationdb-simulation](https://github.com/foundationdb-rs/foundationdb-rs/tre…

Similar Posts

Loading similar posts...