aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2021-06-19 05:03:25 +0000
committerPeter Holm <pho@FreeBSD.org>2021-06-19 05:03:25 +0000
commit3f770843d55c905bfd00e8de62fb4d35ec70a7a3 (patch)
tree7c7fd1175586f9d6f5116c1420e7b5c298436473 /tools
parent5f88df77a6a0c7609700e2f2c35b0dbcb211f1bb (diff)
downloadsrc-3f770843d55c905bfd00e8de62fb4d35ec70a7a3.tar.gz
src-3f770843d55c905bfd00e8de62fb4d35ec70a7a3.zip
stress2: Add snap8.sh back on the exclude list
Diffstat (limited to 'tools')
-rw-r--r--tools/test/stress2/misc/all.exclude1
-rwxr-xr-xtools/test/stress2/misc/snap8.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/stress2/misc/all.exclude b/tools/test/stress2/misc/all.exclude
index 9b33cf1a1f23..62ddde1b7ca8 100644
--- a/tools/test/stress2/misc/all.exclude
+++ b/tools/test/stress2/misc/all.exclude
@@ -51,6 +51,7 @@ quota7.sh panic: dqflush: stray dquot 20120221
sctp3.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
sendfile25.sh WiP 20200611
signal.sh Timing issues. Needs fixing 20171116
+snap8.sh panic: handle_workitem_remove: bad dir delta 20210619
swapoff2.sh swap_pager_force_pagein: read from swap failed 20171223
swapoff5.sh log0005.txt, known issue 20210111
systrace.sh WiP 20200227
diff --git a/tools/test/stress2/misc/snap8.sh b/tools/test/stress2/misc/snap8.sh
index 412cd06805af..ffe33593bc6e 100755
--- a/tools/test/stress2/misc/snap8.sh
+++ b/tools/test/stress2/misc/snap8.sh
@@ -32,6 +32,9 @@
# kern/94769: [ufs] Multiple file deletions on multi-snapshotted filesystems
# causes hang
+# panic: handle_workitem_remove: bad dir delta
+# https://people.freebsd.org/~pho/stress/log/log0121.txt
+
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg