[jboss-jira] [JBoss JIRA] (AS7-3947) Verify testsuite process when is used -Dtest command line option

Pavel Janousek (JIRA) jira-events at lists.jboss.org
Tue Feb 28 09:59:39 EST 2012


Pavel Janousek created AS7-3947:
-----------------------------------

             Summary: Verify testsuite process when is used -Dtest command line option
                 Key: AS7-3947
                 URL: https://issues.jboss.org/browse/AS7-3947
             Project: Application Server 7
          Issue Type: Sub-task
            Reporter: Pavel Janousek
            Assignee: Ondrej Zizka


It seems like some regression.

When I've tried run like:
{code}
mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
{code}
I got this result:
{code}
[pjanouse at pjanouse testsuite]$ mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
/usr/java/jdk1.6.0_27/
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JBoss Application Server Test Suite: Aggregator
[INFO] JBoss Application Server Test Suite: Integration
[INFO] JBoss Application Server Test Suite: Integration - Smoke
[INFO] JBoss Application Server Test Suite: Integration - Basic
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Aggregator 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-testsuite ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438739164
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.active-profiles.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-pom.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-settings.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.system.txt
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (banner) @ jboss-as-testsuite ---
[INFO] Executing tasks

main:
     [echo] ****************************************************************************************************
     [echo] 
     [echo]    JBoss Application Server Testsuite
     [echo] 
     [echo]    Usage:
     [echo] 
     [echo]      mvn [clean] install [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
     [echo] 
     [echo]      integration-tests.sh [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
     [echo] 
     [echo]    Where:
     [echo] 
     [echo]          <group>  = one of smoke, basic, clust, iiop.
     [echo] 
     [echo]          <params> = parameters changing the configuration like database, IP stack, etc.
     [echo] 
     [echo]    Params:
     [echo]      -Dds.db=<database>          Configures the AS to use given database.
     [echo]                                  Additional properties to be provided:
     [echo]                                  -Dds.jdbc.url, -Dds.jdbc.user, -Dds.jdbc.user
     [echo] 
     [echo]      -Dipv6                      Configures the testsuite to run with IPv6.
     [echo] 
     [echo]      -Dtest=<test classes mask>  Runs matching tests.
     [echo]                                  The group needs to be specified to let it prepare proper AS config.
     [echo] ****************************************************************************************************
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438743632
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.active-profiles.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-pom.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-settings.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.system.txt
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/../../shared/src/main/resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Smoke 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-smoke ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-smoke ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-smoke ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-smoke ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-smoke ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438744965
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-smoke ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.active-profiles.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-pom.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-settings.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-smoke ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.system.txt
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-smoke ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-smoke ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/smoke/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 9 resources
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-smoke ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-smoke ---
[INFO] Compiling 143 source files to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (smoke-full.surefire) @ jboss-as-ts-integ-smoke ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.smoke.jaxrs.JaxrsTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.689 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Basic 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-basic ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/basic/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-basic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-basic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-basic ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-basic ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438764809
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-basic ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.active-profiles.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-basic ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-pom.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-basic ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-settings.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-basic ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.system.txt
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-basic ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-basic ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 182 resources
[INFO] Copying 173 resources
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-basic ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (prepare-jars-basic-integration.server) @ jboss-as-ts-integ-basic ---
[INFO] Executing tasks

main:

build-basic-integration:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-basic ---
[INFO] Compiling 1647 source files to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/test-classes
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[26,20] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,12] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remote/client/api/EJBClientAPIUsageTestCase.java:[190,52] [deprecation] StatefulEJBLocator(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.jboss.ejb.client.SessionID,org.jboss.ejb.client.Affinity) in org.jboss.ejb.client.StatefulEJBLocator has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/timerservice/schedule/descriptor/DescriptorScheduleTestCase.java:[62,28] [deprecation] Date(int,int,int,int,int,int) in java.util.Date has been deprecated
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (basic-integration-default-full.surefire) @ jboss-as-ts-integ-basic ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.099 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [8.460s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [1.417s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke  SUCCESS [19.191s]
[INFO] JBoss Application Server Test Suite: Integration - Basic  SUCCESS [34.292s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:04.333s
[INFO] Finished at: Tue Feb 28 15:19:57 CET 2012
[INFO] Final Memory: 74M/431M
[INFO] ------------------------------------------------------------------------
[pjanouse at pjanouse testsuite]$ {code}

So you can see - Integration basic is invoked, but only TestCases org.jboss.as.test.smoke.jaxrs.JaxrsTestCase and org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCas were run although there are plenty of other TestCases fulfilled mask *\*.jaxrs.\** - many of them are localted in testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/ + sub=dirs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list