On 3/23/11 2:39 PM, david marion wrote: > > Bela, > > Is there a way to start up the JGroups stack on every node without using > Infinispan?
You could use ViewDemo [1] or Draw. Or write your own small test program; if you take a look at ViewDemo's src, you'll see that it's onyl a page of code. > Is there some functional test that I can run or something? I know I can't > remove the FLUSH from Infinispan until 5.0.0 and I don't know if I can > upgrade the underlying >JGroups jar. I suggest test with the latest JGroups (2.12.0) and +FLUSH and -FLUSH. The +FLUSH config should be less painful now, with the introduction of view bundling: we need to run flush fewer times than before. [1] http://community.jboss.org/wiki/TestingJBoss -- Bela Ban Lead JGroups / Clustering Team JBoss _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
