You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/01/09 21:53:23 UTC

[2/2] lucene-solr:jira/solr-5944: SOLR-5944: remove stale nocommit comment

SOLR-5944: remove stale nocommit comment

(this was left over from prior concerns about special code paths for dynamic fields, was overlooked in previous cleanup commits)


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

Branch: refs/heads/jira/solr-5944
Commit: a5b2d0960cf0586de53ea4137400cd9badee5714
Parents: 5d6f444
Author: Chris Hostetter <ho...@apache.org>
Authored: Mon Jan 9 14:53:13 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Mon Jan 9 14:53:13 2017 -0700

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/update/UpdateLogTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a5b2d096/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java b/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
index 458097e..b533627 100644
--- a/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
+++ b/solr/core/src/test/org/apache/solr/update/UpdateLogTest.java
@@ -43,8 +43,6 @@ public class UpdateLogTest extends SolrTestCaseJ4 {
   @BeforeClass
   public static void beforeClass() throws Exception {
 
-    // nocommit: does this test need to randomize between diff schema/fields used?
-    
     initCore("solrconfig-tlog.xml", "schema-inplace-updates.xml");
 
     try (SolrQueryRequest req = req()) {