Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E837DA38 for ; Tue, 28 Aug 2012 09:03:08 +0000 (UTC) Received: (qmail 48594 invoked by uid 500); 28 Aug 2012 09:03:07 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 48427 invoked by uid 500); 28 Aug 2012 09:03:06 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 48396 invoked by uid 99); 28 Aug 2012 09:03:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 09:03:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 09:03:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6B42123888FE for ; Tue, 28 Aug 2012 09:02:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378027 - in /directory/apacheds/branches/apacheds-txns/server-annotations: ./ src/test/java/org/apache/directory/server/factory/ Date: Tue, 28 Aug 2012 09:02:18 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120828090218.6B42123888FE@eris.apache.org> Author: akarasulu Date: Tue Aug 28 09:02:17 2012 New Revision: 1378027 URL: http://svn.apache.org/viewvc?rev=1378027&view=rev Log: making long running integration test require the use of the -Dintegration switch Added: directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java Removed: directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java Modified: directory/apacheds/branches/apacheds-txns/server-annotations/pom.xml Modified: directory/apacheds/branches/apacheds-txns/server-annotations/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/server-annotations/pom.xml?rev=1378027&r1=1378026&r2=1378027&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/server-annotations/pom.xml (original) +++ directory/apacheds/branches/apacheds-txns/server-annotations/pom.xml Tue Aug 28 09:02:17 2012 @@ -145,4 +145,140 @@ + + + + integration + + integration + + + + + maven-surefire-plugin + + + **/*IT.java + **/*Test.java + + + **/*PerfIT.java + **/*PerfTest.java + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-test-resources + + copy + + + + + org.apache.directory.shared + shared-ldap-extras-codec + ${org.apache.directory.shared.version} + ${codec.plugin.directory} + + + + + + + + + + + + quicktest + + true + + + + + maven-surefire-plugin + + + **/*PerfIT.java + **/*PerfTest.java + **/*ITest.java + **/*IT.java + + + org.apache.directory.server.core.factory.LdifPartitionFactory + + ${project.build.directory} + + + false + + + onFirstInit + + + ${project.build.directory}/osgi-cache + + + + + + + maven-antrun-plugin + + + validate + + + +================================================================= + Q U I C K T E S T S + --------------------- + +WARNING: Long running integration tests have been disabled! +================================================================= + + + + + run + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-test-resources + + copy + + + + + org.apache.directory.shared + shared-ldap-extras-codec + ${org.apache.directory.shared.version} + ${codec.plugin.directory} + + + + + + + + + + + Copied: directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationIT.java?p2=directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationIT.java&p1=directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java&r1=1377773&r2=1378027&rev=1378027&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationTest.java (original) +++ directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/CreateKdcServerAnnotationIT.java Tue Aug 28 09:02:17 2012 @@ -47,7 +47,7 @@ import org.junit.Test; @CreateTransport(protocol = "TCP"), @CreateTransport(protocol = "UDP") }) -public class CreateKdcServerAnnotationTest +public class CreateKdcServerAnnotationIT { @Test public void testCreateKdcServer() throws Exception Copied: directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationIT.java?p2=directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationIT.java&p1=directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java&r1=1377773&r2=1378027&rev=1378027&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java (original) +++ directory/apacheds/branches/apacheds-txns/server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationIT.java Tue Aug 28 09:02:17 2012 @@ -59,7 +59,7 @@ import org.junit.Test; * @author Apache Directory Project */ @CreateDS( name = "classDS" ) -public class DirectoryServiceAnnotationTest +public class DirectoryServiceAnnotationIT { /** * Creates a JNDI LdapContext with a connection over the wire using the