[jboss-jira] [JBoss JIRA] (AS7-4006) TS clustering: failures when testing with IPv6

Radoslav Husar (JIRA) jira-events at lists.jboss.org
Tue Mar 6 08:58:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-4006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated AS7-4006:
--------------------------------

       Issue Type: Task  (was: Bug)
    Fix Version/s: 7.1.1.Final
                       (was: 7.1.2.Final)


The tests are running fine (with rev cc7bd73d4c16acfcb225e1161fbfa3fc8272556a) however:

# node0 and node1 must be the same ip address (to be fixed by AS7-4051)
# using ipv6 global address (since there are problems with multicast on local ::1)
# using any multicast, but ff01:XYZ is enough

{noformat}
[rhusar at rhusar testsuite]$ time mvn clean install -Dts.noSmoke -Dts.clust -Dipv6 -Dnode0=1:222:68ff:fe0b::1 -Dnode1=1:222:68ff:fe0b::1 -DudpGroup=ff01::1
[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 - Clustering
[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/rhusar/git/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/rhusar/git/jboss-as/testsuite && git show
[INFO] Working directory: /home/rhusar/git/jboss-as/testsuite
[INFO] Storing buildNumber: cc7bd73d4c16acfcb225e1161fbfa3fc8272556a at timestamp: 1331041067133
[INFO] Executing: /bin/sh -c cd /home/rhusar/git/jboss-as/testsuite && git show
[INFO] Working directory: /home/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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 149 resources
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite ---
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transformed 4 file(s).
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.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/rhusar/git/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/rhusar/git/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/rhusar/git/jboss-as/testsuite/integration
[INFO] Storing buildNumber: cc7bd73d4c16acfcb225e1161fbfa3fc8272556a at timestamp: 1331041072612
[INFO] Executing: /bin/sh -c cd /home/rhusar/git/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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/rhusar/git/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 149 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/rhusar/git/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/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transformed 5 file(s).
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (ts.fix-logs.ARQ-775) @ jboss-as-ts-integ ---
[INFO] Replacement run on 0 file.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Clustering 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-clust ---
[INFO] Deleting /home/rhusar/git/jboss-as/testsuite/integration/clust/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-clust ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-clust ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-clust ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-clust ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/rhusar/git/jboss-as/testsuite/integration/clust && git show
[INFO] Working directory: /home/rhusar/git/jboss-as/testsuite/integration/clust
[INFO] Storing buildNumber: cc7bd73d4c16acfcb225e1161fbfa3fc8272556a at timestamp: 1331041075407
[INFO] Executing: /bin/sh -c cd /home/rhusar/git/jboss-as/testsuite/integration/clust && git show
[INFO] Working directory: /home/rhusar/git/jboss-as/testsuite/integration/clust
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-clust ---
[INFO] Active profile report written to: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/help.active-profiles.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-clust ---
[INFO] Effective-POM written to: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/help.effective-pom.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-clust ---
[INFO] Effective-settings written to: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/help.effective-settings.txt
[INFO] 
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-clust ---
[INFO] System report written to: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/help.system.txt
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-clust ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-clust ---
[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/rhusar/git/jboss-as/testsuite/integration/clust/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-clust ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-clust ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 149 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-clust ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-clust ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 7 resources
[INFO] 
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-clust ---
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transformed 5 file(s).
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (build-clustering.server) @ jboss-as-ts-integ-clust ---
[INFO] Executing tasks

main:
     [echo] In Maven: node0: 1:222:68ff:fe0b::1
     [echo] In Maven: node1: 1:222:68ff:fe0b::1

build-clustering-udp:
     [echo] Building config clustering-udp-0
     [echo] clustering-udp-0 node0: 1:222:68ff:fe0b::1
     [echo] clustering-udp-0 node1: 1:222:68ff:fe0b::1
     [copy] Copying 151 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0
     [echo] Changing IP addresses for config jbossas-clustering-udp-0
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/changeIPAddresses.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration
     [echo] Adding port offset for config jbossas-clustering-udp-0
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/addPortOffset.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration
     [echo] Building config clustering-udp-1
     [echo] clustering-udp-1 node0: 1:222:68ff:fe0b::1
     [echo] clustering-udp-1 node1: 1:222:68ff:fe0b::1
     [copy] Copying 151 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1
     [echo] Changing IP addresses for config jbossas-clustering-udp-1
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/changeIPAddresses.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration
     [echo] Adding port offset for config jbossas-clustering-udp-1
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/addPortOffset.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (build-clustering.server.jdbc.store.enabled) @ jboss-as-ts-integ-clust ---
[INFO] Executing tasks

main:
     [echo] In Maven: node0: 1:222:68ff:fe0b::1

build-clustering-udp-jdbc-store:
     [echo] Building config clustering-udp-0-jdbc-store
     [echo] clustering-udp-0-jdbc-store node0: 1:222:68ff:fe0b::1
     [copy] Copying 151 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store
     [echo] Adding a cache container to Infinispan subsystem for config jbossas-clustering-udp-0-jdbc-store
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/addCacheContainer.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration
     [echo] Changing IP addresses for config jbossas-clustering-udp-0-jdbc-store
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/changeIPAddresses.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration
     [echo] Adding port offset for config jbossas-clustering-udp-0-jdbc-store
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-full.xml.mod
     [xslt] Loading stylesheet /home/rhusar/git/jboss-as/testsuite/integration/src/test/xslt/addPortOffset.xsl
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone-ha.xml.mod
     [xslt] Processing /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration/standalone.xml.mod
     [move] Moving 3 files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0-jdbc-store/standalone/configuration
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-clust ---
[INFO] Compiling 65 source files to /home/rhusar/git/jboss-as/testsuite/integration/clust/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (tests-clustering-multi-node-unmanaged.surefire) @ jboss-as-ts-integ-clust ---
[INFO] Surefire report directory: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.604 sec
Running org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.15 sec
Running org.jboss.as.test.clustering.cluster.ejb3.deployment.ClusteredBeanDeploymentTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.641 sec
Running org.jboss.as.test.clustering.cluster.ejb3.StatefulTimeoutTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.302 sec
Running org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.249 sec
Running org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.954 sec
Running org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.949 sec
Running org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.141 sec
Running org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.971 sec
Running org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.639 sec
Running org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.796 sec
Running org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.961 sec

Results :

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

[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (tests-clustering-single-node.surefire) @ jboss-as-ts-integ-clust ---
[INFO] Surefire report directory: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.clustering.single.web.SimpleWebTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.984 sec
Running org.jboss.as.test.clustering.single.ejb.ClusteredBeanDeploymentTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 sec

Results :

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

[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (tests-clustering-single-node-jdbc-store.surefire) @ jboss-as-ts-integ-clust ---
[INFO] Surefire report directory: /home/rhusar/git/jboss-as/testsuite/integration/clust/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.clustering.single.jdbcstore.TransactionalJdbcStoreTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 12.517 sec

Results :

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

[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (ts.fix-logs.ARQ-775) @ jboss-as-ts-integ-clust ---
[INFO] Replacement run on 30 files.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [11.103s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [2.809s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering  SUCCESS [10:16.138s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:31.399s
[INFO] Finished at: Tue Mar 06 14:48:10 CET 2012
[INFO] Final Memory: 65M/689M
[INFO] ------------------------------------------------------------------------

real	10m32.708s
user	9m17.419s
sys	0m32.968s

{noformat}
                
> TS clustering: failures when testing with IPv6
> ----------------------------------------------
>
>                 Key: AS7-4006
>                 URL: https://issues.jboss.org/browse/AS7-4006
>             Project: Application Server 7
>          Issue Type: Task
>          Components: Clustering, Test Suite
>    Affects Versions: 7.1.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>            Priority: Critical
>             Fix For: 7.1.1.Final
>
>         Attachments: TEST-org.jboss.as.test.clustering.cluster.ejb3.deployment.ClusteredBeanDeploymentTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.StatefulTimeoutTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase.xml, TEST-org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase.xml, udp-0-server.log, udp-1-server.log
>
>
> {noformat}
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.847 sec
> Running org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.332 sec <<< FAILURE!
> Running org.jboss.as.test.clustering.cluster.ejb3.deployment.ClusteredBeanDeploymentTestCase
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.028 sec
> Running org.jboss.as.test.clustering.cluster.ejb3.StatefulTimeoutTestCase
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.318 sec
> Running org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.459 sec
> Running org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase
> Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 70.141 sec <<< FAILURE!
> Running org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.873 sec
> Running org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.836 sec
> Running org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase
> Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 29.568 sec <<< FAILURE!
> Running org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase
> Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 29.228 sec <<< FAILURE!
> Running org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 26.916 sec <<< FAILURE!
> Running org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.597 sec
> Results :
> Failed tests:   testBasicXPC(org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase): 3. stopped deployment on node1, xpc should failover to node2, node2 should be able to read entity from xpc(didn't get http success code)  expected:<200> but was:<500>
>   testRestart(org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase): expected:<20050505> but was:<20010101>
>   testRedeploy(org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase): expected:<20050505> but was:<20010101>
>   testGracefulSimpleFailover(org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
>   testGracefulUndeployFailover(org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
>   testGracefulSimpleFailover(org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
>   testGracefulUndeployFailover(org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
>   testSessionReplication(org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase): expected:<3> but was:<1>
> Tests run: 38, Failures: 8, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [10.593s]
> [INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [2.129s]
> [INFO] JBoss Application Server Test Suite: Integration - Clustering  FAILURE [8:02.830s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8:16.709s
> [INFO] Finished at: Fri Mar 02 13:38:16 CET 2012
> [INFO] Final Memory: 67M/713M
> [INFO] ------------------------------------------------------------------------
> {noformat}

--
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