criu/test
Andrew Vagin 9bbb2b092c zdtm: call test_daemon when a test state is created
Otherwise a test can create or delete some mappings:

8306  getppid()                         = 83
8306  kill(83, SIGTERM)                 = 0
8306  clock_gettime(CLOCK_BOOTTIME, {1916694, 423447417}) = 0
8306  clock_gettime(CLOCK_MONOTONIC_COARSE, {1916694, 419509587}) = 0
8306  open("/etc/localtime", O_RDONLY|O_CLOEXEC)              = 3
8306  fstat(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
8306  fstat(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
8306  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
8306  <... mmap resumed> )              = 0x3fffa8570000
8306  read(3, "TZif2...", 4096) = 127
8306  lseek(3, -71, SEEK_CUR)             = 56
8306  read(3, "TZif2...", 4096) = 71
8306  close(3 <unfinished ...>
8306  <... close resumed> )             = 0
8306  munmap(0x3fffa8570000, 4096 <unfinished ...>
8306  <... munmap resumed> )            = 0
8306  write(2, "12:15:36.347:    84: ( start) boottime 1916694 boottime-coarse 1916694 total_sleep_time 0\n", 90 )             = 90
8306  futex(0x10020850, FUTEX_WAIT, 0, NULL <unfinished ...>

Reported-by: Mr Jenkins
Signed-off-by: Andrew Vagin <avagin@openvz.org>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-11-09 19:30:51 +03:00
..
app-emu test/*Makefile: add/append PHONY targets 2014-01-11 09:12:35 +04:00
bers test: bers -- Add short help output 2014-08-13 15:50:54 +04:00
crit test: crit: use --pretty instead of dropped --format 2015-02-09 14:06:38 +03:00
ext-links test/ext-links: fix path to the ip tool 2014-06-24 22:50:17 +04:00
fault-injection test: check, that parasite can rollback itself (v2) 2013-08-06 15:11:12 +04:00
inhfd zdtm.py: Add inhfd tests for --inherit-fd option 2015-10-19 12:42:01 +03:00
jenkins jenkins: collect an report for each run 2015-10-30 14:57:01 +03:00
libcriu test: libcriu: switch to using swrk instead of service 2015-10-15 14:35:43 +03:00
mem-snap test/mem-snap: wait util a zdtm test isn't stopped 2015-08-21 21:13:43 +03:00
mounts test: Add test for ext-mount-map option 2015-04-10 18:05:57 +03:00
overlayfs other/overlayfs: don't use the shell-job option 2015-08-12 17:23:56 +03:00
pipes test/pipes: execute two test cases 2015-07-15 17:36:11 +03:00
rpc test/rpc: don't use the shell_job option 2015-08-25 16:00:37 +03:00
security test/other: save logs in the test directory 2015-05-29 15:00:50 +03:00
socketpairs Add test for dumping\restoring unnamed unix sockets. 2015-07-29 17:53:39 +03:00
tcp test: add a target to execute non-zdtm tests 2014-06-24 22:50:43 +04:00
unix-callback test/unix-callback: don't use the --shell-job optios 2015-04-27 15:03:23 +03:00
zdtm zdtm: call test_daemon when a test state is created 2015-11-09 19:30:51 +03:00
.gitignore test/Makefile: clean zdtm-tst-list 2015-01-23 15:40:25 +03:00
app-emu.sh test: add a script for executing all app-emu test cases 2012-11-22 19:08:29 +04:00
env.sh test: create env.sh for environment setting 2013-08-20 14:52:34 +04:00
functions.sh test/app-emu: wait while tasks are dying before starting restore 2012-11-22 19:08:14 +04:00
inhfd.desc zdtm.py: Add inhfd tests for --inherit-fd option 2015-10-19 12:42:01 +03:00
Makefile test: execute other tests in a new session 2015-08-21 21:13:47 +03:00
Makefile.zdtm test: remove bashism from Makefile 2015-03-24 11:05:26 +03:00
maps.py zdtm: check that a process has the same set of VMS-s after restore 2013-09-23 15:23:12 +04:00
post-dump.sh fix error in tests when /bin/sh is not bash 2015-03-24 11:24:02 +03:00
zdtm.desc zdtm.py: Rework tests list generation 2015-10-12 13:05:02 +03:00
zdtm.py zdtm.py: don't fail tests if pids collide 2015-11-05 15:40:51 +03:00
zdtm.sh zdtm: Move netns test into ns/uns flavor 2015-10-28 16:54:02 +03:00
zdtm_ct.c zdtm: fix compile errors of zdtm_ct 2014-08-26 12:52:39 +04:00
zdtm_mount_cgroups zdtm.py: Call zdtm_mount_cgroups in advance 2015-10-30 15:55:41 +04:00