git: 3f770843d55c - main - stress2: Add snap8.sh back on the exclude list

Peter Holm pho at FreeBSD.org
Sat Jun 19 05:04:47 UTC 2021


The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=3f770843d55c905bfd00e8de62fb4d35ec70a7a3

commit 3f770843d55c905bfd00e8de62fb4d35ec70a7a3
Author:     Peter Holm <pho at FreeBSD.org>
AuthorDate: 2021-06-19 05:03:25 +0000
Commit:     Peter Holm <pho at FreeBSD.org>
CommitDate: 2021-06-19 05:03:25 +0000

    stress2: Add snap8.sh back on the exclude list
---
 tools/test/stress2/misc/all.exclude | 1 +
 tools/test/stress2/misc/snap8.sh    | 3 +++
 2 files changed, 4 insertions(+)

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


More information about the dev-commits-src-all mailing list