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

ZFS Test Suite Failures #15595

Open
kun-teng opened this issue Nov 28, 2023 · 0 comments
Open

ZFS Test Suite Failures #15595

kun-teng opened this issue Nov 28, 2023 · 0 comments
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@kun-teng
Copy link

kun-teng commented Nov 28, 2023

System information

Type Version/Name
Distribution Name Loongnix Server
Distribution Version 8.4
Kernel Version 4.19.190-7.6.lns8.loongarch64
Architecture Loongarch64
OpenZFS Version zfs-2.2.1-1 zfs-kmod-2.2.1-1

Describe the problem you're observing

Results Summary
PASS 1615
FAIL 21
SKIP 72

Running Time: 02:57:30
Percent passed: 94.6%
Log directory: /var/tmp/test_results/20231128T143852

Tests with results other than PASS that are expected:
SKIP block_cloning/block_cloning_copyfilerange_cross_dataset (copy_file_range(2) cross-filesystem needs kernel 5.3+)
FAIL casenorm/mixed_formd_delete (#7633)
FAIL casenorm/mixed_formd_lookup (#7633)
FAIL casenorm/mixed_formd_lookup_ci (#7633)
FAIL casenorm/mixed_none_lookup_ci (#7633)
FAIL casenorm/sensitive_formd_delete (#7633)
FAIL casenorm/sensitive_formd_lookup (#7633)
SKIP cli_root/zfs_unshare/zfs_unshare_006_pos (Not applicable)
FAIL cli_root/zpool_import/import_rewind_device_replaced (Arbitrary pool rewind is not guaranteed)
SKIP cli_root/zpool_import/zpool_import_missing_003_pos (#6839)
SKIP cli_root/zpool_trim/setup (DISKS must support discard (TRIM/UNMAP))
SKIP crtime/crtime_001_pos (Kernel statx(2) system call required on Linux)
FAIL fault/decompress_fault (#11889)
SKIP idmap_mount/idmap_mount_001 (Idmapped mount needs kernel 5.12+)
SKIP idmap_mount/idmap_mount_002 (Idmapped mount needs kernel 5.12+)
SKIP idmap_mount/idmap_mount_003 (Idmapped mount needs kernel 5.12+)
SKIP idmap_mount/idmap_mount_004 (Idmapped mount needs kernel 5.12+)
SKIP idmap_mount/idmap_mount_005 (Idmapped mount needs kernel 5.12+)
SKIP io/io_uring (io_uring support required)
SKIP pam/setup (pamtester might be not available)
SKIP pool_checkpoint/checkpoint_discard_busy (#12053)
FAIL refreserv/refreserv_004_pos (Known issue)
SKIP removal/removal_with_zdb (Known issue)
SKIP rsend/rsend_008_pos (#6066)
SKIP trim/setup (DISKS must support discard (TRIM/UNMAP))
FAIL vdev_zaps/vdev_zaps_007_pos (Known issue)

Tests with result of PASS that are unexpected:

Tests with results other than PASS that are unexpected:
FAIL cli_root/zfs_receive/zfs_receive_compressed_corrective (expected PASS)
FAIL cli_root/zfs_receive/zfs_receive_corrective (expected PASS)
FAIL cli_root/zfs_receive/zfs_receive_large_block_corrective (expected PASS)
FAIL cli_root/zfs_share/zfs_share_005_pos (expected PASS)
FAIL cli_root/zpool_add/add_nested_replacing_spare (expected PASS)
SKIP cli_root/zpool_expand/zpool_expand_001_pos (expected PASS)
SKIP cli_root/zpool_expand/zpool_expand_003_neg (expected PASS)
SKIP cli_root/zpool_expand/zpool_expand_005_pos (expected PASS)
FAIL cli_root/zpool_initialize/zpool_initialize_fault_export_import_online (expected PASS)
SKIP cli_root/zpool_reopen/setup (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_001_pos (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_002_pos (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_003_pos (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_004_pos (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_005_pos (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_006_neg (expected PASS)
SKIP cli_root/zpool_reopen/zpool_reopen_007_pos (expected PASS)
SKIP cli_root/zpool_split/zpool_split_wholedisk (expected PASS)
SKIP fault/auto_offline_001_pos (expected PASS)
FAIL fault/auto_online_001_pos (expected PASS)
SKIP fault/auto_online_002_pos (expected PASS)
SKIP fault/auto_replace_001_pos (expected PASS)
SKIP fault/auto_replace_002_pos (expected PASS)
SKIP fault/auto_spare_ashift (expected PASS)
SKIP fault/auto_spare_shared (expected PASS)
SKIP procfs/pool_state (expected PASS)
FAIL removal/removal_reservation (expected PASS)
FAIL removal/remove_attach_mirror (expected PASS)
FAIL reservation/reservation_015_pos (expected PASS)
SKIP simd/simd_supported (expected PASS)
FAIL slog/slog_replay_fs_001 (expected PASS)

Describe how to reproduce the problem

dnf install --skip-broken epel-release gcc make autoconf automake libtool rpm-build libtirpc-devel libblkid-devel libuuid-devel libudev-devel openssl-devel zlib-devel libaio-devel libattr-devel elfutils-libelf-devel kernel-devel-$(uname -r) python3 python3-devel python3-setuptools python3-cffi libffi-devel git ncompress libcurl-devel
dnf install --skip-broken --enablerepo=epel --enablerepo=powertools python3-packaging dkms

scl enable devtoolset-10 bash

/autogen.sh
./configure
make -j$(nproc) rpm-utils rpm-dkms

sudo yum localinstall *.$(uname -p).rpm *.noarch.rpm

export DISKS='vdb vdc vdd' && /usr/share/zfs/zfs-tests.sh -x -d /tmp/test

Include any warning/errors/backtraces from the system logs

20231128T143852.zip

@kun-teng kun-teng added the Type: Defect Incorrect behavior (e.g. crash, hang) label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

1 participant