Project

General

Profile

Actions

Bug #12033

open

zfs test rsend_008_pos can fail

Added by Jason King over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
tests
Start date:
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:

Description

The zfs test rsend_008_pos can fail with:

13:38:41.30 SUCCESS: zfs promote testpool/pclone
13:38:41.39 SUCCESS: zfs promote testpool/testfs/fs1/fclone
13:38:41.49 SUCCESS: zfs promote testpool/testfs/vclone
13:38:41.89 Assertion failed: progress, file ../common/libzfs_sendrecv.c, line 1557, function dump_filesystems /opt/zfs-tests/tests/functional/rsend/rsend_008_pos[89]: log_must[67]: log_pos[253]: eval: line 1: 121293: Abort(coredump)
13:38:41.89 ERROR: eval zfs send -R testpool@final > /var/tmp/backdir-rsend/pool-final-R exited 262

The tripped assert is:

        if (needagain) {
                assert(progress);
                goto again;
        }
<pre>

No data to display

Actions

Also available in: Atom PDF