Re: Solr test framework not able to upload configuration to zk and fails with KeeperException

2019-06-06 Thread Pratik Patel
Thanks guys, I found that the issue I had was because of some binary files (NLP models) in my configuration. Once I fixed that, I was able to set up a cluster. These exceptions are still logged but they are logged as INFO and were not the real issue. Thanks Again Pratik On Tue, Jun 4, 2019 at 4:1

Re: Solr test framework not able to upload configuration to zk and fails with KeeperException

2019-06-04 Thread Angie Rabelero
For what I know the configuration files need to be already in the test/resource directory before runnin. I copy them to the directory using a maven maven-antrun-plugin in the generate-test-sources phase. And the framework can "create a collection” without the configfiles, but it will obviously f

Re: Solr test framework not able to upload configuration to zk and fails with KeeperException

2019-06-04 Thread Erick Erickson
On the surface, this znode already exists: /solr/configs/collection2 So it looks like somehow you're > On Jun 4, 2019, at 12:29 PM, Pratik Patel wrote: > > /solr/configs/collection2

Re: SOLR test framework- ERROR: SolrIndexSearcher opens=1 closes=0

2013-05-16 Thread bbarani
Thanks a lot for your response. I figured out that I am not closing the LocalSolrQueryRequest after handling the response..The error got resolved after closing the request object. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-test-framework-ERROR-SolrIndexSearcher-op

Re: SOLR test framework- ERROR: SolrIndexSearcher opens=1 closes=0

2013-05-16 Thread Shawn Heisey
On 5/16/2013 10:46 AM, bbarani wrote: I am using SOLR 4.3.0, I have created multiple custom components. I am getting the below error when I run tests (using SOLR 4.3 test framework) against one of the custom componentAll the tests pass but I still get the below error once test gets completed

Re: Solr Test Framework

2011-11-10 Thread Mark Miller
What's the version of the source you are using? Can you send a minimum full test class demonstrating the issue instead? Makes it easier to give it a try. - Mark Miller lucidimagination.com On Nov 7, 2011, at 5:35 AM, Ronak Patel wrote: > > > Hi, > > > I am trying to write JUnit Test Code