Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 27180 invoked from network); 19 Mar 2008 09:38:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 09:38:17 -0000 Received: (qmail 33801 invoked by uid 500); 19 Mar 2008 09:38:14 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 33779 invoked by uid 500); 19 Mar 2008 09:38:14 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 33770 invoked by uid 99); 19 Mar 2008 09:38:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 02:38:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 09:37:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F5B5234C0A7 for ; Wed, 19 Mar 2008 02:36:25 -0700 (PDT) Message-ID: <1943349161.1205919385127.JavaMail.jira@brutus> Date: Wed, 19 Mar 2008 02:36:25 -0700 (PDT) From: "Thomas Mueller (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1485) Introduce daily integration test suite In-Reply-To: <1578546966.1205918424317.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580286#action_12580286 ] Thomas Mueller commented on JCR-1485: ------------------------------------- +1 It looks like this solves all our testing requirements. Maven docs for -Dtest=: http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html > Introduce daily integration test suite > -------------------------------------- > > Key: JCR-1485 > URL: https://issues.apache.org/jira/browse/JCR-1485 > Project: Jackrabbit > Issue Type: Test > Components: jackrabbit-core > Reporter: Marcel Reutegger > Priority: Minor > > Some time ago we discussed integration tests that would be run on a daily basis. See also comments in issue JCR-1452. It seems we reached consensus that running a daily integration test suite is desirable. > Here's my proposal: > - Introduce a test suite org.apache.jackrabbit.core.integration.daily.DailyIntegrationTest which includes all tests that should be run on a daily basis. > - Configure our continuous integration system to run the test suite on a daily basis. e.g. mvn -Dtest=DailyIntegrationTest package > With this approach we don't need to introduce maven profiles or any other pom magic, yet it's easy for a developer to run the daily tests when needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.