]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Skip send_raw_ashift on FreeBSD
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jun 2023 15:04:05 +0000 (10:04 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 15:04:05 +0000 (08:04 -0700)
On FreeBSD 14 this test runs slowly in the CI environment
and is killed by the 10 minute timeout.  Skip the test on
FreeBSD until the slow down is resolved.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #14961

tests/test-runner/bin/zts-report.py.in
tests/zfs-tests/tests/functional/rsend/send_raw_ashift.ksh

index 9517ce8073a54a467fe0ea2cd09552b90de44304..cf438e0e649561d61ad5f85b9f03fb803d59ac6e 100755 (executable)
@@ -173,6 +173,7 @@ if sys.platform.startswith('freebsd'):
         'link_count/link_count_001': ['SKIP', na_reason],
         'casenorm/mixed_create_failure': ['FAIL', 13215],
         'mmap/mmap_sync_001_pos': ['SKIP', na_reason],
+        'rsend/send_raw_ashift': ['SKIP', 14961],
     })
 elif sys.platform.startswith('linux'):
     known.update({
index 3cea334495d9e3cf464713f01cc6579ca3aca7c2..f238c361134f48f0e78111e28e6968e7ecdf944f 100755 (executable)
@@ -37,6 +37,10 @@ verify_runnable "both"
 
 log_assert "Verify raw sending to pools with greater ashift succeeds"
 
+if is_freebsd; then
+       log_unsupported "Runs too long on FreeBSD 14 (Issue #14961)"
+fi
+
 function cleanup
 {
        rm -f $BACKDIR/fs@*