[CRIU] [PATCH] test: Add inotify02 into the Makefile
Cyrill Gorcunov
gorcunov at gmail.com
Wed Dec 9 04:40:31 PST 2015
On Wed, Dec 09, 2015 at 03:32:48PM +0300, Andrew Vagin wrote:
> On Wed, Oct 21, 2015 at 10:28:56AM +0300, Cyrill Gorcunov wrote:
> > Its only purpose if to verify that we can show up
> > a huge number of inotify in fdoutput (before
> > the kernel v3.18-rc1-7-ga3816ab we can show
> > only handles which fit page size in summary).
> >
> > In particular we revealed that hald daemon makes
> > up to 35 notification marks which kernel can't
> > show up in a one pass and dump fails.
> >
> > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> > ---
> > test/zdtm.sh | 1 +
> > test/zdtm/live/static/inotify02.c | 101 +++++++++++++++++++++++++++++++++++
> > test/zdtm/live/static/inotify02.desc | 1 +
>
> You forgot to add the test into Makefile
Seems it has escaped from committing. Thanks!
Attached
-------------- next part --------------
>From 38b60e587407790dd2101c27b5bac301a02e2aa4 Mon Sep 17 00:00:00 2001
From: Cyrill Gorcunov <gorcunov at openvz.org>
Date: Wed, 9 Dec 2015 15:38:50 +0300
Subject: [PATCH] test: Add inotify02 into the Makefile
Reported-by: Andrew Vagin <avagin at virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
test/zdtm/live/static/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile
index d54683214f0d..a6995c66b9fc 100644
--- a/test/zdtm/live/static/Makefile
+++ b/test/zdtm/live/static/Makefile
@@ -206,6 +206,7 @@ TST_DIR = \
bind-mount \
inotify00 \
inotify01 \
+ inotify02 \
cgroup00 \
rmdir_open \
cgroup01 \
--
2.5.0
More information about the CRIU
mailing list