linux-nfs / nfsd

Linux kernel source tree
Other
0 stars 0 forks source link

Test coverage for blocked locks and delegation #61

Closed chucklever closed 5 months ago

chucklever commented 8 months ago

We should have more functional testing that verifies that blocked locks do not result in memory leaks and that clients get notified properly when the lock is released. Not sure if pynfs has such tests.

Similar tests are needed for delegation and CB_RECALL -- a client attempting to OPEN a file should trigger CB_RECALLs, and if the recalls time out, the server should revoke the delegation properly.

chucklever commented 8 months ago

nfstests might have some tests for that.

chucklever commented 5 months ago

nfstest_delegation seems to work. Let's close this.