From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B145DC34025 for ; Mon, 17 Feb 2020 15:44:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9394624649 for ; Mon, 17 Feb 2020 15:44:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727553AbgBQPob (ORCPT ); Mon, 17 Feb 2020 10:44:31 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:47731 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728950AbgBQPob (ORCPT ); Mon, 17 Feb 2020 10:44:31 -0500 Received: from mail-vk1-f197.google.com ([209.85.221.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j3iZR-0000d4-Dr for fstests@vger.kernel.org; Mon, 17 Feb 2020 15:44:29 +0000 Received: by mail-vk1-f197.google.com with SMTP id m25so6943154vko.19 for ; Mon, 17 Feb 2020 07:44:29 -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=mvNlQZqpY5uOm9Np4VEcXvFnLc3xFEPudEInjapFAlY=; b=dUIAZ43LwfUXXzR+B3mrJtk6D5oQyU20P7eix7zLALC+qD+A6zbwcp/Wgs7KOxbIyr FiPZHwf6Mq+X+rx4qwh3LpnDBoIxkpTYsm0P8rB1M1g6ZbkbSM7v3FLJms8ACR7TJMhE k0HMYrsjeDlhmJNplGFFJtytMY6YJYuv7HiNsH//TLnOLO+AWpO47qN3XUG1jFf7+8Vk +XraiIMCns0obEe5eur1UbkqaHIx7Xv/TnnGAyySXrEzV09IK74h65QdiXNyluvcMrBi VK6gfg5Wf0HVgyvUK5E26Aa71Ham2NG1hmac8UewWVXrtSqwOy4k2COqvz0UOrl11TGB gUPw== X-Gm-Message-State: APjAAAVTulVnH4V1ybEGsEdhpJI+ocmGanJT1dlL8vtd87sBUtf1GsGp miBHUP+e9xoEEddTw4KPtUI2VSK+xtY6PbyMkJq4yr12qm/iPmZgbR6LrUQoDT8pqNhr+VrUhyO 7abxW9p25fsw+J7jD9K091Gf6FJkfQD0Q7juX+iiDaU8ujOh559A= X-Received: by 2002:a05:6102:219:: with SMTP id z25mr8289147vsp.79.1581954267658; Mon, 17 Feb 2020 07:44:27 -0800 (PST) X-Google-Smtp-Source: APXvYqz50UZb7AH+OvTNarT/0hI6TofLWcbHshMMfurFolNpZY+QzHbapX0j1xDy8dvwXcSutVLkUeLFPNoDMchbuIg= X-Received: by 2002:a05:6102:219:: with SMTP id z25mr8289128vsp.79.1581954267404; Mon, 17 Feb 2020 07:44:27 -0800 (PST) MIME-Version: 1.0 References: <20200214151848.8328-1-mfo@canonical.com> In-Reply-To: From: Mauricio Faria de Oliveira Date: Mon, 17 Feb 2020 12:44:15 -0300 Message-ID: Subject: Re: [PATCH v2 0/5] fstests: overlay: initial support for aufs and To: Amir Goldstein Cc: fstests , overlayfs Content-Type: text/plain; charset="UTF-8" Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Fri, Feb 14, 2020 at 3:45 PM Amir Goldstein wrote: > > +CC: > > On Fri, Feb 14, 2020 at 5:18 PM Mauricio Faria de Oliveira > wrote: > > > > This patchset allows the existing support for overlay to be used with > > aufs and fuse-overlayfs, so the increase the coverage/test tools that > > are available for these filesystems. > > > > Initial numbers on v5.4-based Ubuntu kernel on Ubuntu Eoan/19.10 > > (fuse-overlay installed from distro package), few tests excluded: > > > > OVL_FSTYP=aufs > > - Ran: 645 tests > > - Not run: 483 tests > > - Failures: 22 tests > > > > OVL_FSTYP=fuse.fuse-overlayfs > > - Ran: 530 > > - Not run: 395 > > - Failures: 29 > > > > It'd be interesting to know the baseline - what are those numbers for > OVL_FSTYP=overlay with same kernel? > Oh, indeed. Here's the numbers for the 3 filesystems again (re-runs as I noticed some tests skipped in fuse-overlayfs previously.) OVL_FSTYP=overlay (unset/default) - Ran: 654 - Not run: 391 - Failures: 5 OVL_FSTYP=fuse.fuse-overlayfs - Ran: 653 - Not run: 472 - Failures: 54 OVL_FSTYP=aufs - Ran: 645 - Not run: 483 - Failures: 22 BTW, thanks for reviewing/commenting on the individual patches. I'll review them in more detail, and think I can send out a v3 next week. cheers, Mauricio > Thanks, > Amir. > > > Thanks to Amir Goldstein for review/improvements/suggestions. > > > > Changes: > > - v2: > > - fix tests/overlay that hardcode the overlay fs type > > - add support to fuse-overlayfs with +3 other patches > > - v1: > > - [PATCH] common/overlay,rc: introduce OVL_ALT_FSTYP for testing aufs > > > > Mauricio Faria de Oliveira (5): > > common/overlay,rc,config: introduce OVL_FSTYP variable and aufs > > tests/overlay: mount: replace overlay hardcode with OVL_FSTYP variable > > common/rc: introduce new helper function _fs_type_dev_dir() > > common/rc: add quirks for fuse-overlayfs device/mount point > > common/overlay: silence some mount messages for fuse-overlayfs > > > > README.overlay | 5 ++++ > > common/config | 2 ++ > > common/overlay | 29 +++++++++++++++++++--- > > common/rc | 61 ++++++++++++++++++++++++++++++++++++++++------- > > tests/overlay/011 | 2 +- > > tests/overlay/035 | 2 +- > > tests/overlay/052 | 4 ++-- > > tests/overlay/053 | 4 ++-- > > tests/overlay/062 | 2 +- > > 9 files changed, 92 insertions(+), 19 deletions(-) > > > > -- > > 2.20.1 > > -- Mauricio Faria de Oliveira