Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 889E29DF2 for ; Sun, 19 Feb 2012 21:42:56 +0000 (UTC) Received: (qmail 63829 invoked by uid 500); 19 Feb 2012 21:42:55 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 63765 invoked by uid 500); 19 Feb 2012 21:42:55 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 63758 invoked by uid 99); 19 Feb 2012 21:42:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2012 21:42:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2012 21:42:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2139B1C0B1D for ; Sun, 19 Feb 2012 21:42:34 +0000 (UTC) Date: Sun, 19 Feb 2012 21:42:34 +0000 (UTC) From: "Dawid Weiss (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <266532571.1005.1329687754137.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1239664040.36754.1329233999471.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211562#comment-13211562 ] Dawid Weiss commented on LUCENE-3785: ------------------------------------- I've found and fixed the gson issue. I re-run ant test (no nightly though) 10 times, everything went fine -- 7 successful builds and 3 errors (BasicZkTest.testBasic, BasicDistributedZkTest.testDistribSearch), but these are not caused by the testing framework I guess. I'm ready to merge this work with the trunk once I receive acks (this will probably break your existing forks/ branches/patches if you have any -- there's quite a lot of tiny changes). I will attach a patch to this issue for completeness, but it'll be a huge blob (just warning). > Replace ant macros for running concurrent tests with ant-junit4. > ---------------------------------------------------------------- > > Key: LUCENE-3785 > URL: https://issues.apache.org/jira/browse/LUCENE-3785 > Project: Lucene - Java > Issue Type: Sub-task > Components: general/build, general/test > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Minor > Fix For: 4.0 > > Attachments: failure-cases.patch, junit4-1.txt, junit4-2.txt, line-per-test.txt, lucene-tests.txt, trunk1.txt, trunk2.txt > > > ant-junit4 is an ANT task for running tests in parallel (on slave JVMs). Its advantages over the current macros: > - dynamic load balancing based on historical test runs and current execution (job-stealing), > - jvm-crash resilience (I wrote tests that actually crash a slave jvms to make sure such an event is reported appropriately), > - nicer console reporting (no need for syserrs on LuceneTestCase level). > More documentation and info will follow as I roll out a patch. > NOTE. The code for this issue is being developed at: > https://github.com/dweiss/lucene_solr/tree/LUCENE-3785 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org