Bugzilla – Bug 134368
Nfsv4 : Pynfs tests failing - LOCK with newlockowner's lockseqid=1 should return NFS4ERR_BAD_SEQID, instead got NFS4_OK
Last modified: 2005-11-23 11:16:33 UTC
Pynfs (now called newpynfs), a suite of several Python tools for NFS4 is used for testing NFSv4 RFC compliance. It can be downloaded here http://www.citi.umich.edu/projects/nfsv4/pynfs/ Steps to reproduce the bug: 1. Setup NFSv4 server in SUSE 10.1 Alpha 2 2. Install newpynfs 3. Run the pynfs testserver.py script ./testserver.py --maketree <hostname> all -v or python testserver.py --maketree <hostname> all -v 4. The results will be store in out_last file 5. Redirect results to a text file ./showresults.py out_last > SUSE10.1.txt 6. The following test is failing LOCK8c st_lock.testNonzeroLockSeqid : FAILURE LOCK with newlockowner's lockseqid=1 should return NFS4ERR_BAD_SEQID, instead got NFS4_OK
*** This bug has been marked as a duplicate of 134366 ***