more logging to get which server failed

This commit is contained in:
Noble Paul 2016-04-18 19:44:07 +05:30
parent 9a1880aee8
commit 079221db2d
1 changed files with 1 additions and 1 deletions

View File

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