Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 02:24:15 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309464 - head/tests/sys/acl
Message-ID:  <201612030224.uB32OFLd051359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612030224.uB32OFLd051359>