[seam-commits] Seam SVN: r11938 - branches/community/Seam_2_2.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 8 06:44:44 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-08 06:44:44 -0500 (Fri, 08 Jan 2010)
New Revision: 11938

Modified:
   branches/community/Seam_2_2/release-process.txt
Log:
JBSEAM-3776 added steps for testing seam with cluster

Modified: branches/community/Seam_2_2/release-process.txt
===================================================================
--- branches/community/Seam_2_2/release-process.txt	2010-01-08 09:17:32 UTC (rev 11937)
+++ branches/community/Seam_2_2/release-process.txt	2010-01-08 11:44:44 UTC (rev 11938)
@@ -249,6 +249,26 @@
   - jpa
   - hibernate
   
+Testing of Cluster
+------------------  
+Currently testing of cluster environment is done through one automated test of booking example.
+The main goal of this test is to simulate recovery from breakdown. 
+This test should be executed autonomously (not as a part of test bundle).
+To run the test follow these steps:
+1) Specify jboss5.home property in src/test/ftest/ftest.properties to point to your JBoss server folder
+2) Create second "all" configuration of your JBossAS instance (name it for instance "all2")
+3) Start first (master) instance of JBossAS: 
+	JBOSS_HOME/bin/run.sh -c all -g DocsPartition -u 239.255.101.101 -b localhost -Djboss.messaging.ServerPeerID=1 
+	-Djboss.service.binding.set=ports-default
+4) Start second (slave) instance of JBossAS:
+	JBOSS_HOME/bin/run.sh -c all2 -g DocsPartition -u 239.255.101.101 -b localhost -Djboss.messaging.ServerPeerID=2
+	-Djboss.service.binding.set=ports-01
+5) Go to src/test/ftest directory and run:
+	ant test -Dtest=booking -Dcluster=true
+
+** A booking example is configured to run in cluster only on JBoss server. **
+
+  
 JBDS and seam-gen verification
 ------------------------------
 These tests use a stable version of MySQL and the latest release of JBDS.  Be sure



More information about the seam-commits mailing list