stress2: Add comment about problem found. Disable run of this test

This commit is contained in:
Peter Holm 2023-04-03 09:33:03 +02:00
parent cfccc7f30a
commit 74901941fc
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ memguard.sh https://people.freebsd.org/~pho/stress/log/log0088.txt 20210402
memguard2.sh Waiting for fix commit
memguard3.sh Waiting for fix commit
mlockall2.sh Unrecoverable OOM killing seen 20190203
mlockall6.sh https://people.freebsd.org/~pho/stress/log/log0430.txt 20230403
mlockall7.sh Needs further investigation 20210123
msetdomain.sh May change policy for random threads to domainset_fixed 20210104
newfs4.sh watchdog fired. newbuf 20190225

View File

@ -30,6 +30,9 @@
# "panic: Lock (rw) vm object not locked @ vm/vm_page.c:1013" seen:
# https://people.freebsd.org/~pho/stress/log/mlockall6-2.txt
# "panic: vm_page_unwire: wire count underflow for page..." seen:
# https://people.freebsd.org/~pho/stress/log/log0430.txt
. ../default.cfg
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1