[infinispan-commits] Infinispan SVN: r415 - trunk.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri Jun 5 07:43:23 EDT 2009


Author: vblagojevic at jboss.com
Date: 2009-06-05 07:43:23 -0400 (Fri, 05 Jun 2009)
New Revision: 415

Modified:
   trunk/README-Maven.txt
Log:
update test config part

Modified: trunk/README-Maven.txt
===================================================================
--- trunk/README-Maven.txt	2009-06-04 15:52:55 UTC (rev 414)
+++ trunk/README-Maven.txt	2009-06-05 11:43:23 UTC (rev 415)
@@ -176,14 +176,13 @@
 Again, this is just a shortcut for local use. It SHOULD NEVER BE USED when releasing. Also, make sure "exec" is included
 in the property, if not the tests will not be built, which will prevent a test jar being produced.
 
-2.6. Permutations
+2.6. Test permutations
 -----------------
-We use the term permutation to describe a group execution against a particular config. This allows us to test a variety
-of environments and configurations without rewriting the same basic test over and over again. For example, the jgroups-tcp
-permutation executes the jgroups group using the TCP config. Each permutation requires a maven profile which defines the
-various options, environmental variables, etc. The command to run the jgroups-tcp permutatin is:
+We use the term permutation to describe a test suite execution against a particular config. This allows us to test a variety
+of environments and configurations without rewriting the same basic test over and over again. For example, if we pass 
+JVM parameter -Dprotocol.stack=udp test suite is executed using UDP config. 
 
-   $ mvn -Pjgroups-tcp surefire-report:report
+   $ mvn -Dprotocol.stack=udp surefire-report:report
 
 Each permutation uses its own report directory, and its own html output file name. This allows you to execute multiple
 permutations without wiping the results from the previous run. Note that due to the way maven  operates, only one




More information about the infinispan-commits mailing list