jssmith / ssqlite

Serverless SQLite Experiments
6 stars 3 forks source link

Wrap `libnfs4` directly from python instead of having C code in-between #40

Closed Chenlibo closed 5 years ago

Chenlibo commented 5 years ago
  1. Move all the logic in test/pysfs.c to test/sfs.py.
  2. Remove test/pysfs.c and relevant Makefile lines
  3. Open and read existing files work as expected.
  4. Add sfs_test.py to test read-only flag r and write-only flag w.