Did you try using the MiniSolrCloudCluster helper class?
On Thu, Dec 10, 2015 at 11:27 AM, Sathyakumar Seshachalam
wrote:
> Am giving up on this, and resorting to my own test framework using
> JettySolrRunner Before a Suite runs.
>
> Facing quite a few hurdles -
> 1. When I run tests from IDE I g
Am giving up on this, and resorting to my own test framework using
JettySolrRunner Before a Suite runs.
Facing quite a few hurdles -
1. When I run tests from IDE I get, java.lang.AssertionError: fix your
classpath to have tests-framework.jar before lucene-core.jar
2. Gradle "test" works Ok, But ge