You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2016/04/27 20:22:30 UTC

[46/50] [abbrv] lucene-solr:solr-5750: SOLR-5750: replace nocommit with TODO for testing custom properites

SOLR-5750: replace nocommit with TODO for testing custom properites


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

Branch: refs/heads/solr-5750
Commit: 6a9cc1adf69aab6c51a97b48aabc74cd2567e954
Parents: 66b56e6
Author: David Smiley <ds...@apache.org>
Authored: Wed Apr 27 11:13:54 2016 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Wed Apr 27 11:13:54 2016 -0400

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/TestCloudBackupRestore.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6a9cc1ad/solr/core/src/test/org/apache/solr/cloud/TestCloudBackupRestore.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/TestCloudBackupRestore.java b/solr/core/src/test/org/apache/solr/cloud/TestCloudBackupRestore.java
index 9354040..2f362d1 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestCloudBackupRestore.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestCloudBackupRestore.java
@@ -199,7 +199,8 @@ public class TestCloudBackupRestore extends SolrCloudTestCase {
         cluster.getSolrClient().getZkStateReader().readConfigName(restoreCollectionName));
 
     // assert added core properties:
-    // nocommit how?
+    // DWS: did via manual inspection.
+    // TODO Find the applicable core.properties on the file system but how?
   }
 
   private Map<String, Integer> getShardToDocCountMap(CloudSolrClient client, DocCollection docCollection) throws SolrServerException, IOException {