From owner-svn-src-projects@freebsd.org Fri Mar 8 15:09:05 2019 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED3F21507F89 for ; Fri, 8 Mar 2019 15:09:04 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B49D7717C; Fri, 8 Mar 2019 15:09:03 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f178.google.com with SMTP id v10so17667916lji.3; Fri, 08 Mar 2019 07:09:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=peTU5OQbNeYvD/ZaWv+KrDAsMVnMj7UinsRvzY4KcF0=; b=PEjPyfAfXDZ86FcEde7yXsTHky0/IlO10E4z9PxdVYSSzDaHQcZCKjf4vfJxav2rnG ODsuh8GnBESGvvMs1QiDOy0MMAyqzqnYw4b7rzXa7C8LJFDqnBZaUvCN10/zzqBzKWmY HCpSTEgId7BtKQrr/aSc7lJSJT/t7b9x6STvV+l54wFJeqsz5nh4XgIlHPxhhUc3QVSM poSrH6txUhqZwmSvXA3DKX8j0jkDttlc2oJiQfQncAp5CuC4IMa4uAjT3n8SGVKEHwow qDfRd2bkLj4RVjK0Oek/B78OHlj7h3CGnIa7AjXuxaUt7Du76zu1WJ73EmIGiQfJzKi2 7RDw== X-Gm-Message-State: APjAAAWj9iIYMGIx0pZpq6so+VbvUV44ne69UGi3TYj3tQfeGXhelWYw 3XbdP68bY4nkAcDWeCFuNYVtqkt2IrkDPUvi9et7YQ== X-Google-Smtp-Source: APXvYqyktcxzDSTYCYPcDiyNexQLjbDL7Ukzdy0AvAVq1hSxOuj2FwTj2/Gg14HOdGHEC4MEx+A0gOqt8fKYabcqYDc= X-Received: by 2002:a2e:54f:: with SMTP id 76mr9613018ljf.20.1552057741847; Fri, 08 Mar 2019 07:09:01 -0800 (PST) MIME-Version: 1.0 References: <201903071812.x27ICYKc075837@repo.freebsd.org> In-Reply-To: From: Alan Somers Date: Fri, 8 Mar 2019 08:08:50 -0700 Message-ID: Subject: Re: svn commit: r344890 - projects/fuse2/tests/sys/fs/fuse To: Enji Cooper Cc: src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 5B49D7717C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.946,0] X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 15:09:05 -0000 On Fri, Mar 8, 2019 at 8:06 AM Enji Cooper wrote: > > > > On Mar 7, 2019, at 10:12, Alan Somers 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