on that?
Issue created: https://issues.apache.org/jira/browse/SOLR-8018
-Original message-
> From:Chris Hostetter
> Sent: Saturday 5th September 2015 2:23
> To: solr-user@lucene.apache.org
> Subject: RE: Trouble making tests with BaseDistributedSearchTestCase
>
> : S
: Strange enough, the following code gives different errors:
:
: assertQ(
I'm not sure what exactly assertQ will do in a distributed test like this
... probably nothing good. you'll almost certainly want to stick with
the distributed indexDoc() and query* methods and avoid assertU and
as
Strange enough, the following code gives different errors:
assertQ(
req("q", "*:*", "debug", "true", "indent", "true"),
"//result/doc[1]/str[@name='id'][.='1']",
"//result/doc[2]/str[@name='id'][.='2']",
"//result/doc[3]/str[@name='id'][.='3']",