All of lore.kernel.org
 help / color / mirror / Atom feed
* [xfstests PATCH 0/3] overlay: enhance fsck.overlay test cases
@ 2018-07-28  8:42 zhangyi (F)
  2018-07-28  8:42 ` [xfstests PATCH 1/3] overlay: correct fsck.overlay exit code zhangyi (F)
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: zhangyi (F) @ 2018-07-28  8:42 UTC (permalink / raw)
  To: guaneryu, fstests
  Cc: linux-unionfs, miklos, amir73il, yi.zhang, miaoxie, yangerkun

Hi All,

These are fsck.overlay program related patch set. The first patch correct
the exit code of fsck.overlay in the existing 3 test cases, the second
patch introduce a stress case to test stability, and the final patch add
some exception cases to test exception handling process of fsck.overlay.

The fsck.overlay program also was undate at:

https://github.com/hisilicon/overlayfs-progs/tree/next

All these three patches have been tested with the new fsck.overlay,
please review.

Thanks!
Yi.

zhangyi (F) (3):
  overlay: correct fsck.overlay exit code
  overlay: add fsck.overlay stress test
  overlay: add fsck.overlay exception tests

 common/config         |  10 +++
 tests/overlay/045     |  59 ++++++++-----
 tests/overlay/046     |  62 ++++++++-----
 tests/overlay/056     |  22 +++--
 tests/overlay/061     |  81 +++++++++++++++++
 tests/overlay/061.out |   2 +
 tests/overlay/062     | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/062.out |  10 +++
 tests/overlay/group   |   2 +
 9 files changed, 433 insertions(+), 51 deletions(-)
 create mode 100755 tests/overlay/061
 create mode 100644 tests/overlay/061.out
 create mode 100755 tests/overlay/062
 create mode 100644 tests/overlay/062.out

-- 
2.5.0

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

end of thread, other threads:[~2018-07-30 10:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28  8:42 [xfstests PATCH 0/3] overlay: enhance fsck.overlay test cases zhangyi (F)
2018-07-28  8:42 ` [xfstests PATCH 1/3] overlay: correct fsck.overlay exit code zhangyi (F)
2018-07-30  5:38   ` Amir Goldstein
2018-07-30 10:57     ` zhangyi (F)
2018-07-28  8:42 ` [xfstests PATCH 2/3] overlay: add fsck.overlay stress test zhangyi (F)
2018-07-30  6:24   ` Amir Goldstein
2018-07-30  8:12     ` zhangyi (F)
2018-07-28  8:42 ` [xfstests PATCH 3/3] overlay: add fsck.overlay exception tests zhangyi (F)
2018-07-30  6:09   ` Amir Goldstein
2018-07-30  5:56 ` [xfstests PATCH 0/3] overlay: enhance fsck.overlay test cases Amir Goldstein
2018-07-30  7:54   ` zhangyi (F)

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.