[jboss-cvs] JBossAS SVN: r109410 - tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/main/org/jboss/test/ann/clustered/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Nov 22 13:11:10 EST 2010
Author: pskopek at redhat.com
Date: 2010-11-22 13:11:10 -0500 (Mon, 22 Nov 2010)
New Revision: 109410
Modified:
tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/main/org/jboss/test/ann/clustered/test/Ejb3ClusteredAnnTestCase.java
Log:
Changed test description, no code changes.
Modified: tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/main/org/jboss/test/ann/clustered/test/Ejb3ClusteredAnnTestCase.java
===================================================================
--- tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/main/org/jboss/test/ann/clustered/test/Ejb3ClusteredAnnTestCase.java 2010-11-22 17:17:24 UTC (rev 109409)
+++ tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/main/org/jboss/test/ann/clustered/test/Ejb3ClusteredAnnTestCase.java 2010-11-22 18:11:10 UTC (rev 109410)
@@ -33,6 +33,7 @@
import org.jboss.test.ann.clustered.SimpleCounter;
/**
+ * Tests if bean marked with @Clustered annotation is able to failover to different node in clustered environment.
* @author <a href="mailto:pskopekf at redhat.com">Peter Skopek</a>
* @version $Revision: $
*/
@@ -50,6 +51,10 @@
super(name);
}
+ /**
+ * Tests whether app is setup and deployed correctly.
+ * @throws Exception
+ */
public void testAppSetup() throws Exception {
String[] urls = getNamingURLs();
@@ -72,6 +77,11 @@
}
+ /**
+ * Tests if counting half of cycles on one node and the other half on node which has left after
+ * one node undeploy returns expected number of increments.
+ * @throws Exception
+ */
public void testOneNodeFail() throws Exception {
MBeanServerConnection[] adaptors = getAdaptors();
More information about the jboss-cvs-commits
mailing list