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 78DCE9BAA for ; Sun, 15 Apr 2012 21:33:44 +0000 (UTC) Received: (qmail 62228 invoked by uid 500); 15 Apr 2012 21:33:43 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 62029 invoked by uid 500); 15 Apr 2012 21:33:43 -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 62022 invoked by uid 99); 15 Apr 2012 21:33:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 21:33:43 +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, 15 Apr 2012 21:33:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0D42A36CA3F for ; Sun, 15 Apr 2012 21:33:17 +0000 (UTC) Date: Sun, 15 Apr 2012 21:33:17 +0000 (UTC) From: "Dawid Weiss (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <43651821.27125.1334525599137.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1158554599.2865.1329754895017.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3808) Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks. 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-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3808: -------------------------------- Description: Dev. branch at: https://github.com/dweiss/lucene_solr/tree/rr Switch the runner to RandomizedRunner. Enforce the following: - (/) Random sharing will result in a failure/ exception. - (/) -Add a validator for testXXX without @Test annotation.- (custom test provider added). - (/) Make sure tests are executed with assertions enabled (at least for solr/lucene packages). - (/) Add a validator for static hook shadowing (no-no). - (/) Modify custom execution groups in LTC to be real @Groups. Follow up from merging with trunk: - rename tests.threadspercpu into tests.jvms (Steve) - align to 80 cols terminals (Robert) - use simple class names and add truncation padding. - the output is emitted twice in case of suite-level errors. was: Dev. branch at: https://github.com/dweiss/lucene_solr/tree/rr Switch the runner to RandomizedRunner. Enforce the following: - (/) Random sharing will result in a failure/ exception. - (/) -Add a validator for testXXX without @Test annotation.- (custom test provider added). - (/) Make sure tests are executed with assertions enabled (at least for solr/lucene packages). - (/) Add a validator for static hook shadowing (no-no). - (/) Modify custom execution groups in LTC to be real @Groups. Follow up from merging with trunk: - rename tests.threadspercpu into tests.jvms (Steve) - align to 80 cols terminals (Robert) - the output is emitted twice in case of suite-level errors. > Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks. > -------------------------------------------------------------------------------------------------------- > > Key: LUCENE-3808 > URL: https://issues.apache.org/jira/browse/LUCENE-3808 > Project: Lucene - Java > Issue Type: Sub-task > Components: general/test > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Minor > Fix For: 4.0 > > > Dev. branch at: https://github.com/dweiss/lucene_solr/tree/rr > Switch the runner to RandomizedRunner. Enforce the following: > - (/) Random sharing will result in a failure/ exception. > - (/) -Add a validator for testXXX without @Test annotation.- (custom test provider added). > - (/) Make sure tests are executed with assertions enabled (at least for solr/lucene packages). > - (/) Add a validator for static hook shadowing (no-no). > - (/) Modify custom execution groups in LTC to be real @Groups. > Follow up from merging with trunk: > - rename tests.threadspercpu into tests.jvms (Steve) > - align to 80 cols terminals (Robert) - use simple class names and add truncation padding. > - the output is emitted twice in case of suite-level errors. -- 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