[jboss-jira] [JBoss JIRA] Commented: (JBAS-4374) failing org.jboss.test.cluster.test.StateTransferTestCase
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Tue May 1 11:34:34 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4374?page=comments#action_12361015 ]
Dimitris Andreadis commented on JBAS-4374:
------------------------------------------
I'm seeing the same error, so this is caused most probably by the following setting in the jboss web deployer.
<attribute name="UseJBossWebLoader">true</attribute>
Which configuration is used by those particular clustering tests?
>From the log file I'm seeing:
modify-cluster-stack:
[echo] Modifying the node0 and node1 Tomcat configuration for FIELD
[echo] Configuring the Tomcat instance under /qa/services/cruisecontrol/work/checkout/jboss-4.2-testsuite-sun-1.5/build/output/jboss-4.2.0.GA/server/cluster-field-UDP-0 for FIELD granularity
[echo] Configuring the Tomcat instance under /qa/services/cruisecontrol/work/checkout/jboss-4.2-testsuite-sun-1.5/build/output/jboss-4.2.0.GA/server/cluster-field-UDP-1 for FIELD granularity
[server:start] Starting server "cluster-field-UDP-0" with command:
[server:start] /qa/tools/opt/jdk1.5.0_10/bin/java -cp /qa/services/cruisecontrol/work/checkout/jboss-4.2-testsuite-sun-1.5/build/output/jboss-4.2.0.GA/bin/run.jar:/opt/jdk1.5.0_10/lib/tools.jar -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 org.jboss.Main -c cluster-field-UDP-0 -b 10.16.68.127
[server:start] Starting server "cluster-field-UDP-1" with command:
[server:start] /qa/tools/opt/jdk1.5.0_10/bin/java -cp /qa/services/cruisecontrol/work/checkout/jboss-4.2-testsuite-sun-1.5/build/output/jboss-4.2.0.GA/bin/run.jar:/opt/jdk1.5.0_10/lib/tools.jar -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 org.jboss.Main -c cluster-field-UDP-1 -b 10.16.68.128
tests-clustering-unit:
[junit] Running org.jboss.test.cluster.test.DeprecAnnocFieldBasedTestCase
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 27.982 sec
[junit] Running org.jboss.test.cluster.test.FieldBasedTestCase
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 22.678 sec
[junit] Running org.jboss.test.cluster.test.ScopedFieldBasedTestCase
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 22.564 sec
[junit] Running org.jboss.test.cluster.test.StateTransferTestCase
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 4.049 sec
[junit] Test org.jboss.test.cluster.test.StateTransferTestCase FAILED
[junit] Running org.jboss.test.cluster.test.UndeployFieldTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.279 sec
[server:stop] Shutting down server: cluster-field-UDP-0
[server:stop] Shutting down server: cluster-field-UDP-1
[echo] Going to call target tests-clustering-unit again with new configuration (SYNC, no BR)
> failing org.jboss.test.cluster.test.StateTransferTestCase
> ---------------------------------------------------------
>
> Key: JBAS-4374
> URL: http://jira.jboss.com/jira/browse/JBAS-4374
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: JBossAS-4.2.0.CR2
> Reporter: Dimitris Andreadis
> Assigned To: Brian Stansberry
> Fix For: JBossAS-4.2.0.GA
>
>
> We have 6 more testcase failures (essentially one) after the fix in JBAS-4373.
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(BuddyReplEnabled-TCP)
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(BuddyReplEnabled-UDP)
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(Default-TCP)
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(Default-UDP)
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(SyncModeNUseJvm-TCP)
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(SyncModeNUseJvm-UDP)
> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.2-testsuite-sun-1.5?log=log20070426085000
> Brian can you look at it?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list