Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 57655 invoked from network); 3 Oct 2007 04:30:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 04:30:16 -0000 Received: (qmail 34785 invoked by uid 500); 3 Oct 2007 04:29:59 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 34759 invoked by uid 500); 3 Oct 2007 04:29:59 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 34748 invoked by uid 99); 3 Oct 2007 04:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 21:29:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of buschmic@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 04:30:00 +0000 Received: by py-out-1112.google.com with SMTP id d32so15096591pye for ; Tue, 02 Oct 2007 21:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=SHn7fzBXVYeyGhivqVRqxONsY8bncBDC/FMtu7i61aQ=; b=Zan6gwEr6enLrhSjfDsOMuwPvstpb2K9fpkwi1/EEI0z9Igvnld6LZYJ05rN6VKctr/P0IBpd3tclm3IC079RfG53YLqa11J/7soXFq1mlzqp4p54RHQiv5PhlgDAfUwSYQOz4mVK/jHCsGyhppat8V2BAhPj16XKkxw9kncerg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=DMYm+eldeXG9NFphXwdLi5UZ5e44s3LaT8O7QLjgVQ8M7rrH6gH8h9QW9TBQmm6DzcKzo9zEK0SkvNKSAMr+jmD05j6eSH4eLZa+jtVrh5j0OMCp3sqEVXJHj+WxGT2HL7y5VXUDWknjPWVG07AhtcV8/MegQGAq2sHi7xMtl7A= Received: by 10.35.125.20 with SMTP id c20mr10571889pyn.1191385779832; Tue, 02 Oct 2007 21:29:39 -0700 (PDT) Received: from ?10.71.2.241? ( [66.80.175.35]) by mx.google.com with ESMTPS id a70sm158173pye.2007.10.02.21.29.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Oct 2007 21:29:38 -0700 (PDT) Message-ID: <47031A66.5000700@gmail.com> Date: Tue, 02 Oct 2007 21:28:22 -0700 From: Michael Busch User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: Exceptions in TestConcurrentMergeScheduler References: <4701E629.1030207@gmail.com> <1191315730.2646.1213663889@webmail.messagingengine.com> In-Reply-To: <1191315730.2646.1213663889@webmail.messagingengine.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > I can't get this to happen. Which OS/hardware are you seeing this on? > I seeing it on my Laptop: 2.0 GHz Centrino, 2 GB RAM, Windows XP, Sun JRE 1.5.0_06. I tried the testcase a couple more times and it's approximately failing in 1 to 2 runs out of 10. > But it'd be nice to do this across the board, ie, for any junit test > if one of CMS's threads (or, threads launched elsewhere) hits an > unhandled exception, fail the testcase that's currently running. > I'll dig and see if there's some central way to do this with junit... > Yeah, that'd be great! - Michael --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org