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:
Shalin Shekhar Mangar 2014-07-05 21:58:20 +00:00
parent b207188421
commit b30059948e
1 changed files with 1 additions and 1 deletions

View File

@ -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