Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZTS checkpoint_big_rewind failure #12622

Open
behlendorf opened this issue Oct 8, 2021 · 1 comment
Open

ZTS checkpoint_big_rewind failure #12622

behlendorf opened this issue Oct 8, 2021 · 1 comment
Labels
Bot: Not Stale Override for the stale bot Component: Test Suite Indicates an issue with the test framework or a test case Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@behlendorf
Copy link
Contributor

System information

Type Version/Name
Distribution Name FreeBSD
Distribution Version 12
Kernel Version
Architecture x86_64
OpenZFS Version zfs-2.1.99-473-ga5b464263

Describe the problem you're observing

Tests with results other than PASS that are unexpected:
    FAIL pool_checkpoint/checkpoint_big_rewind (expected PASS)

Describe how to reproduce the problem

Reproduces frequently in the CI when running the ZTS on FreeBSD 12

Include any warning/errors/backtraces from the system logs

http://build.zfsonlinux.org/builders/FreeBSD%20stable%2F12%20amd64%20%28TEST%29/builds/6565/steps/shell_4/logs/summary

Test: /usr/local/share/zfs/zfs-tests/tests/functional/pool_checkpoint/checkpoint_big_rewind (run as root) [06:41] [FAIL]
19:30:37.13 SUCCESS: zpool create -O sync=disabled testpool md0
19:30:37.17 SUCCESS: zfs create testpool/disks
19:31:22.57 SUCCESS: cp /mnt/ckpoint_saved_pool/dsk1 /mnt/ckpoint_saved_pool/dsk2 /testpool/disks
19:31:22.82 SUCCESS: zpool import -d /testpool/disks nestedpool
19:31:22.85 SUCCESS: zpool checkpoint nestedpool
19:31:23.37 SUCCESS: zfs destroy nestedpool/testfs1
19:31:23.41 SUCCESS: zfs create -o compression=lz4 -o recordsize=8k nestedpool/testfs2
19:31:23.42 SUCCESS: mkfile -n 512M /nestedpool/testfs2/testfile2
19:32:22.29 SUCCESS: randwritecomp /nestedpool/testfs/testfile0 400000
19:36:51.56 SUCCESS: randwritecomp /nestedpool/testfs2/testfile2 400000
...
19:37:18.69 ERROR: zdb -e -p /testpool/disks nestedpool exited 3
19:37:18.69 NOTE: Performing test-fail callback (/usr/local/share/zfs/zfs-tests/callbacks/zfs_dmesg.ksh)
@behlendorf behlendorf added Component: Test Suite Indicates an issue with the test framework or a test case Type: Defect Incorrect behavior (e.g. crash, hang) labels Oct 8, 2021
behlendorf added a commit to behlendorf/zfs that referenced this issue Oct 8, 2021
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#12621
Issue openzfs#12622
Issue openzfs#12623
@behlendorf behlendorf mentioned this issue Oct 8, 2021
13 tasks
behlendorf added a commit that referenced this issue Oct 11, 2021
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #12621
Issue #12622
Issue #12623
Closes #12624
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Feb 10, 2022
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#12621
Issue openzfs#12622
Issue openzfs#12623
Closes openzfs#12624
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Feb 14, 2022
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#12621
Issue openzfs#12622
Issue openzfs#12623
Closes openzfs#12624
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Feb 16, 2022
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#12621
Issue openzfs#12622
Issue openzfs#12623
Closes openzfs#12624
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Feb 17, 2022
Add the following test failures to the exception list for FreeBSD
to ensure we notice new unexpected failures.

   pool_checkpoint/checkpoint_big_rewind
   pool_checkpoint/checkpoint_indirect

And the following for Linux.

   zvol/zvol_misc/zvol_misc_snapdev

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#12621
Issue openzfs#12622
Issue openzfs#12623
Closes openzfs#12624
@stale
Copy link

stale bot commented Oct 14, 2022

This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale No recent activity for issue label Oct 14, 2022
@behlendorf behlendorf added Bot: Not Stale Override for the stale bot and removed Status: Stale No recent activity for issue labels Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot: Not Stale Override for the stale bot Component: Test Suite Indicates an issue with the test framework or a test case Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

1 participant