jkominek / fdbfs

A not-yet-ready-for-use FoundationDB-backed FUSE filesystem. Seriously, don't use it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include SQLite in the test suite

jkominek opened this issue · comments

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?