mirror of https://github.com/apache/lucene.git
SOLR-6225: Add the url of the node on which commitWithin failed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b207188421
commit
b30059948e
|
@ -344,7 +344,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
|
|||
}
|
||||
|
||||
for (SolrServer client : clients) {
|
||||
assertEquals("commitWithin did not work", before + 1, client.query(new SolrQuery("*:*")).getResults().getNumFound());
|
||||
assertEquals("commitWithin did not work on node: " + ((HttpSolrServer)client).getBaseURL(), before + 1, client.query(new SolrQuery("*:*")).getResults().getNumFound());
|
||||
}
|
||||
|
||||
// TODO: This test currently fails because debug info is obtained only
|
||||
|
|
Loading…
Reference in New Issue