Message ID | 1494485710-2400-5-git-send-email-amir73il@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, May 11, 2017 at 09:55:10AM +0300, Amir Goldstein wrote: > The tests 016-018 were added to track overlayfs 'Non-standard behavior' > as are documented in Documentation/filesystems/overlayfs.txt, with the > intention of fixing those behaviors 'some day'. > > While that day seems to be seen in the horizon, at least for test 017, > it may take a while longer for all those tests to pass. > Add those tests to group 'experimental' so at least this special status > is published somehow. > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> The first three patches look good to me, but I'm a bit reluctant on merging this one. To me, this new 'experimental' group serves as an indication of "this test is known to fail". But this info already can be found in commit logs and comments of these tests. Also fstests had been pushing back attempts to add "known issue" support in the past. So I'd rather drop this patch. Thanks, Eryu > --- > tests/overlay/group | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tests/overlay/group b/tests/overlay/group > index c5048c4..39169d3 100644 > --- a/tests/overlay/group > +++ b/tests/overlay/group > @@ -18,9 +18,9 @@ > 013 auto quick copyup > 014 auto quick copyup > 015 auto quick whiteout > -016 auto quick copyup > -017 auto quick copyup > -018 auto quick copyup > +016 auto quick copyup experimental > +017 auto quick copyup experimental > +018 auto quick copyup experimental > 019 auto stress > 020 auto quick copyup perms > 021 auto quick copyup > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, May 12, 2017 at 7:01 AM, Eryu Guan <eguan@redhat.com> wrote: > On Thu, May 11, 2017 at 09:55:10AM +0300, Amir Goldstein wrote: >> The tests 016-018 were added to track overlayfs 'Non-standard behavior' >> as are documented in Documentation/filesystems/overlayfs.txt, with the >> intention of fixing those behaviors 'some day'. >> >> While that day seems to be seen in the horizon, at least for test 017, >> it may take a while longer for all those tests to pass. >> Add those tests to group 'experimental' so at least this special status >> is published somehow. >> >> Signed-off-by: Amir Goldstein <amir73il@gmail.com> > > The first three patches look good to me, but I'm a bit reluctant on > merging this one. > > To me, this new 'experimental' group serves as an indication of "this > test is known to fail". But this info already can be found in commit > logs and comments of these tests. Also fstests had been pushing back > attempts to add "known issue" support in the past. So I'd rather drop > this patch. > Perfectly fine by me. I have no problem remembering that those tests fail and why ;) -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/overlay/group b/tests/overlay/group index c5048c4..39169d3 100644 --- a/tests/overlay/group +++ b/tests/overlay/group @@ -18,9 +18,9 @@ 013 auto quick copyup 014 auto quick copyup 015 auto quick whiteout -016 auto quick copyup -017 auto quick copyup -018 auto quick copyup +016 auto quick copyup experimental +017 auto quick copyup experimental +018 auto quick copyup experimental 019 auto stress 020 auto quick copyup perms 021 auto quick copyup
The tests 016-018 were added to track overlayfs 'Non-standard behavior' as are documented in Documentation/filesystems/overlayfs.txt, with the intention of fixing those behaviors 'some day'. While that day seems to be seen in the horizon, at least for test 017, it may take a while longer for all those tests to pass. Add those tests to group 'experimental' so at least this special status is published somehow. Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- tests/overlay/group | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)