pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

Missing support for advisory record locking #185

Open marcinslusarz opened 7 years ago

marcinslusarz commented 7 years ago

F_SETLK, F_SETLKW and F_GETLK flags of fcntl are not supported

llugin commented 7 years ago

Unsupported fctnl calls with F_GETLK found in tests: tkt2565.test, malloc3.test, rollbackfault.test, uri.test of Sqlite TCL test suite.

marcinslusarz commented 7 years ago

FTR, those tests are no longer failing because of improved emulation of advisory record locking. Real support is still missing.