From owner-svn-src-user@freebsd.org Mon Nov 30 09:38:16 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F881A3CDCC for ; Mon, 30 Nov 2015 09:38:16 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F85132B; Mon, 30 Nov 2015 09:38:16 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU9cFJ4052883; Mon, 30 Nov 2015 09:38:15 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU9cF7J052882; Mon, 30 Nov 2015 09:38:15 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201511300938.tAU9cF7J052882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Mon, 30 Nov 2015 09:38:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r291483 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 09:38:16 -0000 Author: pho Date: Mon Nov 30 09:38:14 2015 New Revision: 291483 URL: https://svnweb.freebsd.org/changeset/base/291483 Log: Updated the exclude list. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/all.sh Modified: user/pho/stress2/misc/all.sh ============================================================================== --- user/pho/stress2/misc/all.sh Mon Nov 30 09:31:47 2015 (r291482) +++ user/pho/stress2/misc/all.sh Mon Nov 30 09:38:14 2015 (r291483) @@ -39,8 +39,7 @@ # panic: 43 vncache entries remaining 20111220 # backingstore3.sh # g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111230 -# bio.sh WiP 20150925 -# core5.sh May slow down if vnode cache is full 20150714 +# bio.sh WiP 20151116 # crossmp4.sh Known nullfs issue 20150523 # crossmp6.sh Known lockd issue 20150625 # dfull.sh umount stuck in "mount drain" 20111227 @@ -53,10 +52,10 @@ # gjournal.sh kmem_malloc(131072): kmem_map too small 20120626 # gjournal2.sh # gjournal3.sh panic: Journal overflow 20130729 +# holdcnt03.sh WiP 20151115 # lockf5.sh Page fault 20150622 # md2.sh panic: ufs_dirbad: /mnt: bad dir ino ...: mangled entry 20150227 # maxmemdom.sh Panic: vm_page_alloc: missing page 20151029 -# maxproc.sh WiP 20150329 # memguard.sh Waiting for fix commit # memguard2.sh Waiting for fix commit # memguard3.sh Waiting for fix commit @@ -73,7 +72,7 @@ # quota3.sh panic: softdep_deallocate_dependencies: unrecovered ... 20111222 # quota6.sh panic: softdep_deallocate_dependencies: unrecovered ... 20130206 # quota7.sh panic: dqflush: stray dquot 20120221 -# rw.sh WiP 20150928 +# rw.sh WiP 20151116 # shm_open.sh panic: kmem_malloc(4096): kmem_map too small 20130504 # snap3.sh mksnap_ffs stuck in snaprdb 20111226 # snap5.sh mksnap_ffs stuck in getblk 20111224 @@ -87,6 +86,7 @@ # suj18.sh panic: Bad tailq NEXT(0xc1e2a6088->tqh_last_s) != NULL 20120213 # suj30.sh panic: flush_pagedep_deps: MKDIR_PARENT 20121020 # suj34.sh Various hangs and panics (SUJ + NULLFS iisue) 20131210 +# swap3.sh WiP 20151120 # trim4.sh Page fault in softdep_count_dependencies+0x27 20140608 # umountf3.sh KDB: enter: watchdog timeout 20111217 # umountf7.sh panic: handle_written_inodeblock: live inodedep ... 20131129 @@ -191,7 +191,7 @@ grep -wq "$testuser" /etc/passwd || [ -x ../testcases/run/run ] || { echo "Please run \"cd stress2; make\" first." && exit 1; } ping -c 2 -t 2 $BLASTHOST > /dev/null 2>&1 || - { echo "Can not ping \$BLASTHOST: $BLASTHOST"; } + { echo "Note: Can not ping \$BLASTHOST: $BLASTHOST"; } rm -f $alllog $alllist find `dirname $alllast` -maxdepth 1 -name $alllast -mtime +12h -delete