From 675758f7c2690745c236e03f6a5ef2f46a271409 Mon Sep 17 00:00:00 2001 From: Peter Holm Date: Tue, 8 Feb 2022 07:51:35 +0100 Subject: stress2: Updated test with problem found and mark it as a "no run" --- tools/test/stress2/misc/all.exclude | 1 + tools/test/stress2/misc/force7.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tools/test/stress2/misc/all.exclude b/tools/test/stress2/misc/all.exclude index 47972f162582..2b12b3143ce3 100644 --- a/tools/test/stress2/misc/all.exclude +++ b/tools/test/stress2/misc/all.exclude @@ -7,6 +7,7 @@ backingstore3.sh g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111230 dd.sh CAM stuck in vmwait 20200116 devfs4.sh Hang seen 20210210 force4.sh https://people.freebsd.org/~pho/stress/log/log0082.txt 20210328 +force7.sh https://people.freebsd.org/~pho/stress/log/log0266.txt 20220207 fsync.sh panic: Journal overflow 20190208 fuse.sh Memory corruption seen in log file kostik734.txt 20141114 fuse2.sh Deadlock seen 20121129 diff --git a/tools/test/stress2/misc/force7.sh b/tools/test/stress2/misc/force7.sh index 1e987bc13a72..0f2e6e9a0e9e 100755 --- a/tools/test/stress2/misc/force7.sh +++ b/tools/test/stress2/misc/force7.sh @@ -30,6 +30,9 @@ # "mdconfig -o force" test scenario. # fsck_ffs core dump seen +# "panic: buf_alloc: BUF_LOCK on free buf 0xfffffe003c9f8360: 16." seen: +# https://people.freebsd.org/~pho/stress/log/log0266.txt + [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 . ../default.cfg -- cgit v1.2.3