[jboss-dev-forums] [Design of POJO Server] - Re: profile service, farming
bstansberry@jboss.com
do-not-reply at jboss.com
Wed May 28 11:14:02 EDT 2008
anonymous wrote : So I think we need to look at a FarmServiceUnitTestCase that uses the profile service DeploymentManager to validate the various types of things that can happen with a two node deployment say, and figure out what will/won't work for the initial release.
I've added infrastructure for clustered profile service tests (i.e. start two AS instances configured for clustering and the full profile service, execute set of tests).
./build.sh tests-clustered-profileservice
Currently this target isn't part of the overall testsuite run, as right now there's no real point.
Only test right now is o.j.t.cluster.defaultcfg.profileservice.test.ClusteredDeployUnitTestCase. Right now this is 98% just a copy of your DeployUnitTestCase that uses DeploymentPhase.APPLICATION_CLUSTERED with a couple extra assertions thrown in (i.e.. any DeploymentProgress.getDeploymentTargets() returns a list with 2 targets.) As we go along I'll fill this out.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153992#4153992
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153992
More information about the jboss-dev-forums
mailing list