From: Dave Chinner <david@fromorbit.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: Eryu Guan <eguan@redhat.com>, Miklos Szeredi <miklos@szeredi.hu>,
linux-unionfs@vger.kernel.org, fstests <fstests@vger.kernel.org>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>
Subject: Re: [PATCH] overlay: test ro/rw fd data inconsistecies
Date: Fri, 2 Dec 2016 17:49:54 +1100 [thread overview]
Message-ID: <20161202064954.GI11750@dastard> (raw)
In-Reply-To: <CAOQ4uxjSZuKocjcLdn6eWmJJdRqYrXonoq0Czvk-UCH6aWfseA@mail.gmail.com>
On Thu, Dec 01, 2016 at 06:42:00PM +0200, Amir Goldstein wrote:
> On Tue, Nov 29, 2016 at 1:37 PM, Eryu Guan <eguan@redhat.com> wrote:
> > On Tue, Nov 29, 2016 at 10:53:36AM +0200, Amir Goldstein wrote:
>
> >>
> >> Eryu and all,
> >>
> >> I wanted to ask what is the common practice for introducing tests for
> >> know issues
> >> that are *about* to be solved.
> >>
> >> What is the preferred timing for merging these sort of tests?
> >> Is it productive to have these tests merged before a fix is merged to master?
> >> Before a fix is queued for next?
> >> Before a fix is available?
> >
> > Basically new regression tests will be merged as soon as possible, as
> > long as there're no objections from reviewers or all comments are
> > addressed.
> >
> > One exception is that for tests that could crash latest maintainer's
> > tree (even there's a known fix), I'd perfer letting the fix go upstream
> > first, so that the test doesn't break anyone's tests by crashing all the
> > testing hosts. It's great if the test author could give a notification
> > on the test to say that the fix has been merged, so the test could be
> > merged too. I'll watch the patch status too, but maybe not so timely.
> >
>
> Nothing of a sort lurking with the tests I am planning to write.
> Just tests that check for "Non-standard behavior" of overlayfs,
> some of it described in Documentation/filesystems/overlayfs.txt.
>
> >
> >>
> >> FYI, the fix for the test in this patch (test ro/rw fd data inconsistencies)
> >> is not queued for next yet, but I am hoping it will be.
> >> Miklos?
> >
> > FYI, this test is already in my last pull request to Dave.
> >
>
> Eryu,
>
> I am getting this error when running my test with an older xfs_io (4.3.0).
> I generated the good output with xfs_io from Dave's for-next branch (4.8.0).
>
> Have you any idea why in one setup I see the commands echoed
> to output and not in the other?
I think there's a bug somewhere in xfs_io to do with command line
repetition of the open command. That is:
# xfs_io
xfs_io> open foo
xfs_io> open -r foo
xfs_io> print
000 foo (foreign,non-sync,non-direct,read-write)
[001] foo (foreign,non-sync,non-direct,read-only)
xfs_io>
Shows we have two open files, the second being read only.
Fromteh command line, opening a read-only file:
# xfs_io -r -c file foo
[000] foo (foreign,non-sync,non-direct,read-only)
#
But if we try to open a second file from the CLI:
sudo xfs_io -r -c "open -f bar" -c print foo
bar: Too many open files
[000] foo (foreign,non-sync,non-direct,read-only)
001 bar (foreign,non-sync,non-direct,read-write)
002 bar (foreign,non-sync,non-direct,read-write)
003 bar (foreign,non-sync,non-direct,read-write)
004 bar (foreign,non-sync,non-direct,read-write)
005 bar (foreign,non-sync,non-direct,read-write)
006 bar (foreign,non-sync,non-direct,read-write)
.....
It just falls into an endless loop opening the file until we run out
fd space.
Oh, there's bugs all over the place here - Ok, I think the command
loop handling is broken - it's making my head hurt right now.
Functions that don't set CMD_FLAG_GLOBAL have problems with not
breaking out of the args processing loop. I'll deal with this on
Monday, not at beer o'clock on Friday afternoon.
> I realize that the use of redirecting commands from here document
> to xfs_io has not been used in xfstests before, but I could not find
> another way to use 'open' commands, which are needed for this test.
Let's fix xfs_io rather than hack yet another whacky way to execute
xfs_io into xfstests...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
next prev parent reply other threads:[~2016-12-02 6:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1480018332-16567-1-git-send-email-amir73il@gmail.com>
2016-11-29 8:53 ` [PATCH] overlay: test ro/rw fd data inconsistecies Amir Goldstein
2016-11-29 9:04 ` Miklos Szeredi
2016-11-29 11:37 ` Eryu Guan
2016-12-01 16:42 ` Amir Goldstein
2016-12-02 5:42 ` Eryu Guan
2016-12-02 6:49 ` Dave Chinner [this message]
2016-12-02 8:13 ` Amir Goldstein
2016-12-04 23:10 ` Dave Chinner
2016-12-05 7:01 ` Amir Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161202064954.GI11750@dastard \
--to=david@fromorbit.com \
--cc=amir73il@gmail.com \
--cc=eguan@redhat.com \
--cc=fstests@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox