Hello,
I think you can check TestDistributedSearch or other descendants of
BaseDistributedSearchTestCase (I don't think you need to look at *Zk*
tests).
On Wed, Jul 23, 2014 at 5:03 PM, Matteo Grolla
wrote:
> Hi,
> I developed a new SolResponseWriter but I'm not happy with how I
> wrot
Hi,
I developed a new SolResponseWriter but I'm not happy with how I wrote
tests.
My problem is that I need to test it either with local request and with
distributed request since the solr response object (input to the response
writer) are different.
a) I tested the local request case