[Bug 229930] tests/sys/acl/00:main fails in CI due to unexpected error message

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 21 18:21:07 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229930

            Bug ID: 229930
           Summary: tests/sys/acl/00:main fails in CI due to unexpected
                    error message
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: asomers at FreeBSD.org

tests/sys/acl/00:main has been failing in CI for quite some time.  On a head
kernel from March-23 it passes; I don't know when it began to fail.  It seems
that the problem is a simple matter of setfacl printing the wrong error message
(or the test expecting the wrong error message).  The test expects

"setfacl: nnn: stat() failed: No such file or directory"

But what actually happens is:

"setfacl: nnn: pathconf(..., _PC_ACL_NFS4) failed: No such file or directory"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list