jkominek / fdbfs

A not-yet-ready-for-use FoundationDB-backed FUSE filesystem. Seriously, don't use it.
ISC License
12 stars 1 forks source link

Include SQLite in the test suite #17

Open jkominek opened 2 years ago

jkominek commented 2 years ago

By "SQLite" I mean:

  1. Compile sqlite3 in a directory on fdbfs
  2. Run the sqlite3 test suite in there.

That should represent a lot of real-world loads nicely.

Maybe there are some other disk-interaction-heavy packages with sizable test suites that we could incorporate?