From dev-return-38426-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Nov 13 09:49:08 2009 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 60608 invoked from network); 13 Nov 2009 09:49:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 09:49:08 -0000 Received: (qmail 18766 invoked by uid 500); 13 Nov 2009 09:49:08 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 18679 invoked by uid 500); 13 Nov 2009 09:49:07 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 18667 invoked by uid 99); 13 Nov 2009 09:49:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 09:49:07 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=MISSING_MID,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 65.254.53.190 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [65.254.53.190] (HELO ebeanz.com) (65.254.53.190) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Nov 2009 09:48:58 +0000 Received: (qmail 22018 invoked from network); 13 Nov 2009 09:48:37 +0000 Received: from unknown (HELO mail.home) (93.97.186.147) by ebeanz.com with SMTP; 13 Nov 2009 09:48:37 +0000 Received: (qmail 8168 invoked from network); 13 Nov 2009 09:48:37 +0000 Received: from unknown (HELO anaheim.local) (192.168.32.13) by vz.home with SMTP; 13 Nov 2009 09:48:37 +0000 X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: [classlib] Testing multithreaded behaviour Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 13 Nov 2009 09:48:17 +0000 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20091113094906.798F2816046@nike.apache.org> Those clever guys at google wrote so code to help testing multithread behaviour: http://code.google.com/p/thread-weaver/ Anyone tried this? I wonder if we could use this to avoid arbitrary sleeps that slow down our tests and potentially make them unstable? Regards, Mark.