Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 10:23:05 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r312163 - stable/11/tests/sys/acl
Message-ID:  <201701141023.v0EAN5HB001350@repo.freebsd.org>

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



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