limbo icon indicating copy to clipboard operation
limbo copied to clipboard

Simulator improvements

Open penberg opened this issue 7 months ago • 2 comments

The simulator we have right now is pretty basic. Let's improve it as follows:

  • [ ] Multiple tenants with their own database, but using same I/O dispatcher. Verify that tenants read from their own database file.
  • [ ] Write to the database and verify data consistency.
  • [ ] Make fault injection more explicit. For example, simulate out of disk space or disk errors.
  • [ ] Simulate out of memory situations. We may want explicit Allocator for this.

penberg avatar Jul 23 '24 12:07 penberg