svn commit: r312163 - stable/11/tests/sys/acl
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 10:23:07 UTC 2017
Author: ngie
Date: Sat Jan 14 10:23:05 2017
New Revision: 312163
URL: https://svnweb.freebsd.org/changeset/base/312163
Log:
MFC r309464:
Expect 01:main to fail
Changes were made to ZFS in the past year with respect to how ACLs
are handled, causing failures in this test. Mark it TODO so (hopefully)
someone more knowledgeable (like mav or trasz) will fix the code or the
test.
PR: 212323
Modified:
stable/11/tests/sys/acl/01.sh
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/tests/sys/acl/01.sh
==============================================================================
--- stable/11/tests/sys/acl/01.sh Sat Jan 14 10:20:38 2017 (r312162)
+++ stable/11/tests/sys/acl/01.sh Sat Jan 14 10:23:05 2017 (r312163)
@@ -81,7 +81,7 @@ perl $TESTDIR/run $TESTDIR/tools-nfs4-ps
if [ $? -eq 0 ]; then
echo "ok 3"
else
- echo "not ok 3"
+ echo "not ok 3 # TODO: fails due to ACL changes in ZFS; bug 212323"
fi
echo "ok 4"
More information about the svn-src-stable
mailing list