public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two more overlayfs exportfs tests
@ 2018-01-31 11:44 Amir Goldstein
  2018-01-31 11:44 ` [PATCH 1/2] overlay: test overlay file handles of lower dir with non-indexed ancestor Amir Goldstein
  2018-01-31 11:44 ` [PATCH 2/2] overlay: test overlay file handle of dir with ancestor under lower redirect Amir Goldstein
  0 siblings, 2 replies; 5+ messages in thread
From: Amir Goldstein @ 2018-01-31 11:44 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Miklos Szeredi, linux-unionfs, fstests

Eryu,

The tests just keep on coming... sorry about the high paste ;-)

The two new tests fail on overlayfs-next and pass with the patch
I just posted ("ovl: check lower ancestry on encode of lower dir file
handle").

The first test failure is a failure to decode lower file handle after
rename of a non-indexed merge ancestor.

The second tests would have failed without commit 05e1f11816d7 ("ovl:
copy up before encoding non-connectable dir file handle"). However,
because the mentioned commit applies a strict rule to copy up on encode
a lower dir on layer > 1, the test failure is just "unexpected copy up",
and not a failure to decode.

Thanks,
Amir.

Amir Goldstein (2):
  overlay: test overlay file handles of lower dir with non-indexed
    ancestor
  overlay: test overlay file handle of dir with ancestor under lower
    redirect

 tests/overlay/054     | 162 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/054.out |  11 ++++
 tests/overlay/055     | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/055.out |  10 +++
 tests/overlay/group   |   2 +
 5 files changed, 355 insertions(+)
 create mode 100755 tests/overlay/054
 create mode 100644 tests/overlay/054.out
 create mode 100755 tests/overlay/055
 create mode 100644 tests/overlay/055.out

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-01  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 11:44 [PATCH 0/2] Two more overlayfs exportfs tests Amir Goldstein
2018-01-31 11:44 ` [PATCH 1/2] overlay: test overlay file handles of lower dir with non-indexed ancestor Amir Goldstein
2018-02-01  7:27   ` Eryu Guan
2018-02-01  7:34     ` Amir Goldstein
2018-01-31 11:44 ` [PATCH 2/2] overlay: test overlay file handle of dir with ancestor under lower redirect Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox