I've been trying to write a unit test using the new SolrCloudTestCase class, but I've discovered something surprising: It seems that when I create 2 collections, they sometimes wind up in the same CoreContainer, and sometimes in two separate CoreContainer objects... I had previously imagined that CoreContainer was one per java process (per Node). Was I wrong? Could this be a bug? (and of course then the question is if it's a bug in the SolrCloudTestCase, or in the base solr classes.
-Gus
