svn commit: r309464 - head/tests/sys/acl

Ngie Cooper ngie at FreeBSD.org
Sat Dec 3 02:24:16 UTC 2016


Author: ngie
Date: Sat Dec  3 02:24:15 2016
New Revision: 309464
URL: https://svnweb.freebsd.org/changeset/base/309464

Log:
  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:
  head/tests/sys/acl/01.sh

Modified: head/tests/sys/acl/01.sh
==============================================================================
--- head/tests/sys/acl/01.sh	Sat Dec  3 02:17:50 2016	(r309463)
+++ head/tests/sys/acl/01.sh	Sat Dec  3 02:24:15 2016	(r309464)
@@ -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-all mailing list