From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:48390 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2438952AbfFLMcF (ORCPT ); Wed, 12 Jun 2019 08:32:05 -0400 Date: Wed, 12 Jun 2019 08:32:00 -0400 From: "Theodore Ts'o" Subject: Re: [PATCH v3 2/2] shared/012: Add tests for filename casefolding feature Message-ID: <20190612123200.GA2736@mit.edu> References: <20190610173541.20511-1-krisman@collabora.com> <20190610173541.20511-2-krisman@collabora.com> <20190611121546.GC2774@mit.edu> <85y327z9ad.fsf@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85y327z9ad.fsf@collabora.com> Sender: fstests-owner@vger.kernel.org To: Gabriel Krisman Bertazi Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org, "Lakshmipathi.G" List-ID: On Wed, Jun 12, 2019 at 01:01:46AM -0400, Gabriel Krisman Bertazi wrote: > > 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. That's wierd. The kvm-xfstests appliance VM that's uploaded to https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/kvm-xfstests/ shows the problem. With your patch applied to the xfstests-dev directory after checking out xfstests-bld (see [1] for more information if you haven't used kvm-xfstests before), it's reproducible via: kvm-xfstests -I ../out_dir/root_fs.img.amd64 --update-xfstests-tar -c 4k shared/012 [1] https://github.com/tytso/xfstests-bld/blob/master/Documentation/kvm-quickstart.md - Ted