[jboss-jira] [JBoss JIRA] (AS7-3819) AS testsuite hangs when set to IPv6

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Thu Feb 23 18:58:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670622#comment-12670622 ] 

Richard Achmatowicz edited comment on AS7-3819 at 2/23/12 6:57 PM:
-------------------------------------------------------------------

Aside from a few test cases in which there are hard coded 127.0.0.1 IP address literals, the smoke tests have only the following failures:

{noformat}
[nrla at lenovo jboss-as-git-repo]$ ./integration-tests.sh clean install -Dnode0=::1 -Dnode1=::1 -DudpGroup=ff0e::1 -Dipv6 
/home/nrla/projects/jboss-as-git-repo/tools/maven/bin/mvn -s ../tools/maven/conf/settings.xml clean install   -Dnode0=::1 -Dnode1=::1 -DudpGroup=ff0e::1 -Dipv6 -Dts.smoke
[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

...

Results :

Failed tests:   testDistributeWebApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>
  testDistributeEjbApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>
  testDistributeEARApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>

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

{noformat}
 
                
      was (Author: rachmato):
    Aside from a few test cases in which there are hard coded 127.0.0.1 IP address literals, the smoke tests have only the following failures:

{noformat}
[nrla at lenovo jboss-as-git-repo]$ ./integration-tests.sh clean install -Dnode0=::1 -Dnode1=::1 -DudpGroup=ff0e::1 -Dipv6 
/home/nrla/projects/jboss-as-git-repo/tools/maven/bin/mvn -s ../tools/maven/conf/settings.xml clean install   -Dnode0=::1 -Dnode1=::1 -DudpGroup=ff0e::1 -Dipv6 -Dts.smoke
[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

...

Results :

Failed tests:   testDistributeWebApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>
  testDistributeEjbApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>
  testDistributeEARApp(org.jboss.as.test.smoke.jsr88.EnterpriseDeploymentTestCase): expected:<Completed> but was:<Failed>

Tests in error: 
  testDeploymentStreamApi(org.jboss.as.test.smoke.surefire.servermodule.ServerInModuleDeploymentTestCase): Operation failed with status WAITING
  testDeploymentFileApi(org.jboss.as.test.smoke.surefire.servermodule.ServerInModuleDeploymentTestCase): Operation failed with status WAITING
  testFilesystemDeployment_Marker(org.jboss.as.test.smoke.surefire.servermodule.ServerInModuleDeploymentTestCase): Operation failed with status WAITING
  testFilesystemDeployment_Auto(org.jboss.as.test.smoke.surefire.servermodule.ServerInModuleDeploymentTestCase): Operation failed with status WAITING
  testExplodedFilesystemDeployment(org.jboss.as.test.smoke.surefire.servermodule.ServerInModuleDeploymentTestCase): Operation failed with status WAITING

Tests run: 122, Failures: 3, Errors: 5, Skipped: 4

{noformat}
 
                  
> AS testsuite hangs when set to IPv6
> -----------------------------------
>
>                 Key: AS7-3819
>                 URL: https://issues.jboss.org/browse/AS7-3819
>             Project: Application Server 7
>          Issue Type: Bug
>    Affects Versions: 7.1.0.Final
>         Environment: Linux 32 bit
>            Reporter: Ondrej Zizka
>         Attachments: testLog.txt
>
>
> STR:
> 1) Check out the latest https://github.com/OndraZizka/jboss-as/TS-refactor
> 2) Rebuild
> 3) Run the testsuite with 
> {code}
>      ./integration-tests.sh clean install -Dipv6 -Dnode0=[::1] -Ddebug 
> {code}
> 4) Attach a debugger to 8787
> You might want to use -DtestLogToFile=false to see the output in terminal/IDE.

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