svn commit: r344890 - projects/fuse2/tests/sys/fs/fuse

Alan Somers asomers at freebsd.org
Fri Mar 8 15:09:05 UTC 2019


On Fri, Mar 8, 2019 at 8:06 AM Enji Cooper <yaneurabeya at gmail.com> wrote:
>
>
> > On Mar 7, 2019, at 10:12, Alan Somers <asomers at freebsd.org> wrote:
> >
> > Author: asomers
> > Date: Thu Mar  7 18:12:34 2019
> > New Revision: 344890
> > URL: https://svnweb.freebsd.org/changeset/base/344890
> >
> > Log:
> >  fuse(4): add tests relating to open(2) flags
> >
> >  Sponsored by:    The FreeBSD Foundation
>
> Would it also make sense to test out FUSE with pjdfstest?
> -Enji

Absolutely!  libfuse includes a passthrough filesystem as an example.
I plan to run pjdfstest on that.  However, I don't think it should be
added to CI, just because the runtime is long and the ratio of
coverage to runtime is poor.  I think I'll run pjdfstest by hand for
exploratory testing, and write minimal reproduction cases for any bugs
that it finds.
-Alan


More information about the svn-src-projects mailing list