mirror of https://github.com/apache/lucene.git
more logging to get which server failed
This commit is contained in:
parent
9a1880aee8
commit
079221db2d
|
@ -454,8 +454,8 @@ public class TestSolrConfigHandler extends RestTestBase {
|
||||||
Thread.sleep(100);
|
Thread.sleep(100);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
assertTrue(StrUtils.formatString("Could not get expected value ''{0}'' for path ''{1}'' full output: {2}, from server: {3}", expected, StrUtils.join(jsonPath, '/'), getAsString(m), testServerBaseUrl), success);
|
||||||
|
|
||||||
assertTrue(StrUtils.formatString("Could not get expected value ''{0}'' for path ''{1}'' full output: {2}", expected, StrUtils.join(jsonPath, '/'), getAsString(m)), success);
|
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue