All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] overlay/017: fix false negatives
@ 2017-05-11  6:55 Amir Goldstein
  2017-05-11  6:55 ` [PATCH 1/4] src/t_dir_type: support filtering by inode number Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Amir Goldstein @ 2017-05-11  6:55 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Miklos Szeredi, Xiong Zhou, linux-unionfs, fstests

Eryu,

With current mainline master branch, overlay/017 may pass on some systems
(e.g. kvm-xfstests) due to a bug in the test, which I already reported.

This series fixes the test back to failing by using the auxiliary program
t_dir_type instead of 'find' whose behavior is system dependent.

I also removed the exception of testing hardlinks, so now the test really
tests what it was meant to test (constant inode number across copy up)
without any discounts for special cases.

Amir.

Amir Goldstein (4):
  src/t_dir_type: support filtering by inode number
  overlay/017: use t_dir_type to find file by d_ino
  overlay/017: test consistent st_ino/d_ino for hardlinks
  overlay: tag tests 016-018 as experimental

 doc/auxiliary-programs.txt |  7 +++++++
 src/t_dir_type.c           | 11 ++++++++---
 tests/overlay/017          |  9 +++++----
 tests/overlay/group        |  6 +++---
 4 files changed, 23 insertions(+), 10 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-05-12  6:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-11  6:55 [PATCH 0/4] overlay/017: fix false negatives Amir Goldstein
2017-05-11  6:55 ` [PATCH 1/4] src/t_dir_type: support filtering by inode number Amir Goldstein
2017-05-11  6:55 ` [PATCH 2/4] overlay/017: use t_dir_type to find file by d_ino Amir Goldstein
2017-05-11  6:55 ` [PATCH 3/4] overlay/017: test consistent st_ino/d_ino for hardlinks Amir Goldstein
2017-05-11  6:55 ` [PATCH 4/4] overlay: tag tests 016-018 as experimental Amir Goldstein
2017-05-12  4:01   ` Eryu Guan
2017-05-12  6:16     ` Amir Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.