Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5363001ybi; Wed, 12 Jun 2019 01:00:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqx5/IYdVGdLJ3sBTP7PAX1x8QopkPEr53371zFRfL0Jy4DTJPqk3xzlNKC5UPIUXqQTWLAn X-Received: by 2002:a63:d006:: with SMTP id z6mr12642524pgf.364.1560326413234; Wed, 12 Jun 2019 01:00:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560326413; cv=none; d=google.com; s=arc-20160816; b=Xg46h4fQUmg9Chfu0lGnJO3I/7yiRtz3oxEz7K22In9Fk/LHQZBNDnjFkAqWWx5kK2 3vwpeXoEqZfsgqPafM2ZGdX2ReBo5T/umPqfDCXPSplnj68SaHNGN5sVH70Ttd9ynEQF XRVx6ldBfnc03Z8GUoe089sjiPpfoQ8hWX+jqSYeqztPd9rxOJmbcPlrn6NEm1oPSwBI AO2xSyM5SUQ6OmPwaH1wZxsuHy7zSDRIyIvp4r7ygE/odyp+Ul30B/DqC/QQmHM5iW8C mHVv4VQKk1hypcdrK8QrqSsh9a1BK972IhYRqhhQH8VZfEndOYK1fqTJRlt1WYnfeSMx EDcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:organization:subject:cc:to:from; bh=RNxCSIsvyI8EodW7fOYpMDavIvdsZNTW683KqgEBwgY=; b=uqkNbZNWfC/CGN18LrQMKUG9Fb4u4WiAkJ2U7R/X2nfQ0Sefq5V7flIYeyMgBdQw7M PMqGz1wD4vyYMYeoXdSKqQdoCNWwET7pVKTyL8QLauseqqS8dYF9cCPdPb950Xr2KOE2 tv7u7RlBY1zKWnezWmT+VoUTIq0QYJ2Lo2xdHB27/tJ1iD84S9v9NGo2cNv8bFkKJSDH JbRZBMIt9ySs/AaQbkg6MA4pij6Xm/phBvHlohkYPQQ0Us9HW1XofUA3CiRv7EYNvCe8 0hZBznfXsArD+gGV/OQ75gIUS8953WMBpm8/0gUAjtna7UoCxd86z7b8FxzWxh2gALym DEpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w27si14711596pgl.277.2019.06.12.00.59.57; Wed, 12 Jun 2019 01:00:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730502AbfFLFBu (ORCPT + 99 others); Wed, 12 Jun 2019 01:01:50 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:43376 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbfFLFBu (ORCPT ); Wed, 12 Jun 2019 01:01:50 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 2A3B3263961 From: Gabriel Krisman Bertazi To: "Theodore Ts'o" Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org, "Lakshmipathi.G" Subject: Re: [PATCH v3 2/2] shared/012: Add tests for filename casefolding feature Organization: Collabora References: <20190610173541.20511-1-krisman@collabora.com> <20190610173541.20511-2-krisman@collabora.com> <20190611121546.GC2774@mit.edu> Date: Wed, 12 Jun 2019 01:01:46 -0400 In-Reply-To: <20190611121546.GC2774@mit.edu> (Theodore Ts'o's message of "Tue, 11 Jun 2019 08:15:46 -0400") Message-ID: <85y327z9ad.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org "Theodore Ts'o" writes: > On Mon, Jun 10, 2019 at 01:35:41PM -0400, Gabriel Krisman Bertazi wrote: >> From: "Lakshmipathi.G" >> >> This new test implements verification for the per-directory >> case-insensitive feature, as supported by the reference implementation >> in Ext4. >> >> Signed-off-by: Lakshmipathi.G >> Signed-off-by: Gabriel Krisman Bertazi >> [Rewrite to support feature design] >> [Refactor to simplify implementation] > > I tried out this test, and it's apparently failing for me using > e2fsprogs 1.45.2; it looks like it's a whitespace issue? Hi Ted, Yes, definitely just whitespace. But i don't understand why you are getting this behavior. I tried both with the master branch of e2fsprogs and the tagged commit of v1.45.2 and on both occasions the test succeed in my system. For sure I can use filter_spaces but I'm puzzled why I can't reproduce this. > > shared/012 [08:14:07][ 146.388509] run fstests shared/012 at 2019-06-11 08:14:07 > [08:14:08]- output mismatch (see /results/ext4/results-4k/shared/012.out.bad) > --- tests/shared/012.out 2019-06-10 00:02:54.000000000 -0400 > +++ /results/ext4/results-4k/shared/012.out.bad 2019-06-11 08:14:08.487418272 -0400 > @@ -1,8 +1,8 @@ > QA output created by 012 > -SCRATCH_MNT/basic Extents, Casefold > -SCRATCH_MNT/basic Extents > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/basic Extents, Casefold > +SCRATCH_MNT/basic Extents > ... > (Run 'diff -u /root/xfstests/tests/shared/012.out /results/ext4/results-4k/shared/012.out.bad' to see the entire diff) > Ran: shared/012 > Failures: shared/012 > Failed 1 of 1 tests > Xunit report: /results/ext4/results-4k/result.xml > > root@kvm-xfstests:~# diff -u /root/xfstests/tests/shared/012.out /results/ext4/results-4k/shared/012.out.bad > --- /root/xfstests/tests/shared/012.out 2019-06-10 00:02:54.000000000 -0400 > +++ /results/ext4/results-4k/shared/012.out.bad 2019-06-11 08:14:08.487418272 -0400 > @@ -1,8 +1,8 @@ > QA output created by 012 > -SCRATCH_MNT/basic Extents, Casefold > -SCRATCH_MNT/basic Extents > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/basic Extents, Casefold > +SCRATCH_MNT/basic Extents > +SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/casefold_flag_removal Extents, Casefold > SCRATCH_MNT/flag_inheritance/d1/d2/d3 Extents, Casefold > SCRATCH_MNT/symlink/ind1/TARGET > mv: cannot stat 'SCRATCH_MNT/rename/rename': No such file or directory -- Gabriel Krisman Bertazi