docs: fix logo location #34
Annotations
22 errors
st_setattr.testChangeGranularity:
st_setattr#L1
consecutive SETATTR(mode)'s don't all change change attribute
|
st_setattr.testChange:
st_setattr#L1
change attribute not affected by SETATTR(mode)
|
st_rename.testFileToFullDir:
st_rename#L1
RENAME file into existing, nonempty dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
|
st_rename.testFileToDir:
st_rename#L1
RENAME file into existing dir should return NFS4ERR_EXIST or NFS4ERR_ISDIR, instead got NFS4ERR_SERVERFAULT
|
st_rename.testDirToObj:
st_rename#L1
RENAME dir into existing file should return NFS4ERR_EXIST or NFS4ERR_NOTDIR, instead got NFS4ERR_SERVERFAULT
|
st_rename.testDirToFullDir:
st_rename#L1
RENAME dir1 into existing, nonempty dir2 should return NFS4ERR_EXIST or NFS4ERR_NOTEMPTY, instead got NFS4ERR_SERVERFAULT
|
st_lock.testReadLocks2:
st_lock#L1
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK17-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
|
st_lock.testGrabLock2:
st_lock#L1
nfs4lib.BadCompoundRes: Opening file b'/data/tmp/LOCK15-1': operation OP_LOOKUP should return NFS4_OK, instead got NFS4ERR_ACCESS
|
st_xattr.testUpdateOfMissingAttr:
st_xattr#L1
OP_SETXATTR should return NFS4ERR_NOXATTR, instead got NFS4ERR_NOTSUPP
|
st_xattr.testUpdateExistingAttr:
st_xattr#L1
OP_SETXATTR should return NFS4_OK, instead got NFS4ERR_NOTSUPP
|
st_xattr.testRemoveNonExistingAttr:
st_xattr#L1
OP_REMOVEXATTR should return NFS4ERR_NOXATTR, instead got NFS4ERR_NOTSUPP
|
st_xattr.testRemoveExistingAttr:
st_xattr#L1
OP_SETXATTR should return NFS4_OK, instead got NFS4ERR_NOTSUPP
|
st_xattr.testGetMissingAttr:
st_xattr#L1
OP_GETXATTR should return NFS4ERR_NOXATTR, instead got NFS4ERR_NOTSUPP
|
st_xattr.testExclusiveCreateAttr:
st_xattr#L1
OP_SETXATTR should return NFS4_OK, instead got NFS4ERR_NOTSUPP
|
st_xattr.testCreateNewIfMissingAttr:
st_xattr#L1
OP_SETXATTR should return NFS4_OK, instead got NFS4ERR_NOTSUPP
|
st_xattr.testCreateNewAttr:
st_xattr#L1
OP_SETXATTR should return NFS4_OK, instead got NFS4ERR_NOTSUPP
|
st_rename.testFileToFullDir:
st_rename#L1
IndexError: list index out of range
|
st_rename.testFileToDir:
st_rename#L1
IndexError: list index out of range
|
st_rename.testDirToObj:
st_rename#L1
IndexError: list index out of range
|
st_rename.testDirToFullDir:
st_rename#L1
IndexError: list index out of range
|
st_delegation.testWriteDeleg:
st_delegation#L1
Could not get delegation
|
st_delegation.testDelegRevocation:
st_delegation#L1
RuntimeError: Out of slots
|