[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Testsuite changes
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Sep 18 21:54:11 EDT 2006
Added the ability to run single tests with other transports than UDP.
This works differently in Branch_4_0 than HEAD, due to differences in the way JGroups is configured when the multiplexer is used.
Branch 4.0
Same as described above, but use the "one-cluster-test-tcp" target instead of "one-cluster-test". No option to use TCP_NIO.
HEAD
As follows:
build -Dtest=org/jboss/tests/cluster/partition/test/* -Djboss-junit-configuration=tcp one-cluster-test
where the value of jboss-junit-configuration is one of the different stacks available in multiplexer-stacks.xml, i.e.
udp
udp-sync
tcp
tcp-sync
tcp_nio
tcp_nio-sync
If the property isn't set, the default "udp" is used.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972454#3972454
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972454
More information about the jboss-dev-forums
mailing list