RE: Trouble making tests with BaseDistributedSearchTestCase

2015-09-08 Thread Markus Jelsma
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

RE: Trouble making tests with BaseDistributedSearchTestCase

2015-09-04 Thread Chris Hostetter
: 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

RE: Trouble making tests with BaseDistributedSearchTestCase

2015-09-04 Thread Markus Jelsma
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']",