Hi, I have 2 cores CoreA and CoreB, when updating content on CoreB, I use solrj and EmbeddedSolrServer to query CoreA for information, however when I do this with my junit tests (which also use EmbeddedSolrServer to query) I get this error
SEVERE: Previous SolrRequestInfo was not closed! junit.framework.AssertionFailedError [junit] at org.apache.solr.request.SolrRequestInfo.setRequestInfo(SolrRequestInfo.java:45) How should I write the junit tests to test a multi-core, with EmbeddedSolrServer used in a component during querying? Cheers, Dan