Files
turso/simulator/runner
Jussi Saurio 9aae1ff00a sim: add Fault::ReopenDatabase
Add fault type that reopens the DB and reconnects the connections.
It purposefully does not call conn.close(), as the default behavior
of that method is to checkpoint the database.

This easily exposes multiple manifestations of DB/WAL corruption caused by
this issue: https://github.com/tursodatabase/limbo/issues/1725

in fact, in my testing, every run fails when this fault is enabled. Hence I've
added the --disable-reopen-database flag if you want to try to find some other
bugs.
2025-06-24 14:41:50 -03:00
..
2025-06-24 14:41:50 -03:00
2025-06-24 14:41:50 -03:00
2025-06-23 19:52:13 +01:00
2025-04-08 17:48:16 -04:00