You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/04/18 16:17:09 UTC

lucene-solr:branch_6x: more logging to get which server failed

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 045f2cad6 -> 999537f50


more logging to get which server failed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/999537f5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/999537f5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/999537f5

Branch: refs/heads/branch_6x
Commit: 999537f50e3310f40b8e962d69831f977315b33c
Parents: 045f2ca
Author: Noble Paul <no...@apache.org>
Authored: Mon Apr 18 19:44:07 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Mon Apr 18 19:46:51 2016 +0530

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/999537f5/solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java b/solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java
index 72cadb4..2d4a42a 100644
--- a/solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java
+++ b/solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java
@@ -454,8 +454,8 @@ public class TestSolrConfigHandler extends RestTestBase {
       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;
   }