RE: Distributed unit tests and SSL doesn't have a valid keystore

2015-01-13 Thread Markus Jelsma
Thanks, we will supress it for now! M. -Original message- From:Mark Miller markrmil...@gmail.com Sent: Monday 12th January 2015 19:25 To: solr-user@lucene.apache.org Subject: Re: Distributed unit tests and SSL doesn't have a valid keystore I'd have to do some digging. Hossman

Distributed unit tests and SSL doesn't have a valid keystore

2015-01-12 Thread Markus Jelsma
Hi - in a small Maven project depending on Solr 4.10.3, running unit tests that extend BaseDistributedSearchTestCase randomly fail with SSL doesn't have a valid keystore, and a lot of zombie threads. We have a solrtest.keystore file laying around, but where to put it? Thanks, Markus

Re: Distributed unit tests and SSL doesn't have a valid keystore

2015-01-12 Thread Mark Miller
I'd have to do some digging. Hossman might know offhand. You might just want to use @SupressSSL on the tests :) - Mark On Mon Jan 12 2015 at 8:45:11 AM Markus Jelsma markus.jel...@openindex.io wrote: Hi - in a small Maven project depending on Solr 4.10.3, running unit tests that extend