git: 9c9dfbf25698 - main - stress2: Added comment of fixed problem. Enable test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 07:27:17 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=9c9dfbf2569811fa8232411fd0c95e07ea089e98
commit 9c9dfbf2569811fa8232411fd0c95e07ea089e98
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2023-04-19 07:26:29 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2023-04-19 07:26:29 +0000
stress2: Added comment of fixed problem. Enable test
---
tools/test/stress2/misc/all.exclude | 1 -
tools/test/stress2/misc/pageout.sh | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test/stress2/misc/all.exclude b/tools/test/stress2/misc/all.exclude
index c8ec2fdb43bf..6b25a2c4ea11 100644
--- a/tools/test/stress2/misc/all.exclude
+++ b/tools/test/stress2/misc/all.exclude
@@ -47,7 +47,6 @@ nfs16.sh panic: Failed to register NFS lock locally - error=11 20160608
nullfs28.sh Hang in "mount drain" seen 20220111
oom2.sh Hang in pfault 20180324
overcommit2.sh CAM stuck in vmwait seen 20200112
-pageout.sh panic: handle_written_filepage: not started 20190218
pmc8.sh panic: [pmc,2749] (ri21, rc1) waiting too long for pmc to ... 20210621
rename14.sh https://people.freebsd.org/~pho/stress/log/log0433.txt 20230409
sctp2.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
diff --git a/tools/test/stress2/misc/pageout.sh b/tools/test/stress2/misc/pageout.sh
index 2df199f9e6dc..92eb899880ac 100755
--- a/tools/test/stress2/misc/pageout.sh
+++ b/tools/test/stress2/misc/pageout.sh
@@ -35,6 +35,7 @@
# "panic: ffs_geom_strategy: bad I/O" seen:
# https://people.freebsd.org/~pho/stress/log/log0434.txt
+# Fixed by: 7aeea73e3078
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg