• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

checkpoint-restore / criu / 1596 / 1
6%
master: 33%

Build:
Build:
LAST BUILD BRANCH: criu-dev
DEFAULT BRANCH: master
Ran 03 Jan 2018 03:21AM UTC
Files 217
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jan 2018 03:21AM UTC coverage: 64.579% (-0.003%) from 64.582%
TR_ARCH=local GCOV=1

cron

travis-ci

Andrei Vagin
zdtm: Add zombie01 test

Create a zombie with specific pgid and check that
pgid remains the same after restore.

This test hangs criu restore without any of two previous patches:
1)without "restore: Call prepare_fds() in restore_one_zombie()"
  in 100% cases;

2)without "restore: Split restore_one_helper() and wait exiting
  zombie children" fail is racy, but you can add something like

criu/cr-restore.c:
## -1130,6 +1130,8 @@ static int restore_one_zombie(CoreEntry *core)

        if (task_entries != NULL) {
                restore_finish_stage(task_entries, CR_STATE_RESTORE);
+               if (current->parent->pid->state == TASK_ALIVE)
+                       sleep(2);
                zombie_prepare_signals();
        }

and it will fail with almost 100% probability.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>

20644 of 31967 relevant lines covered (64.58%)

693071.34 hits per line

Source Files on job 1596.1 (TR_ARCH=local GCOV=1)
  • Tree
  • List 0
  • Changed 128
  • Source Changed 0
  • Coverage Changed 128
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1596
  • Travis Job 1596.1
  • 76b8ab35 on github
  • Prev Job for TR_ARCH=local GCOV=1 on criu-dev (#1595.1)
  • Next Job for TR_ARCH=local GCOV=1 on criu-dev (#1598.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc