You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/08 12:06:50 UTC

[18/33] lucene-solr:jira/solr-8668: SOLR-9530: addressing test failures with seed 9F9128B8E3E8FAA7

SOLR-9530: addressing test failures with seed 9F9128B8E3E8FAA7


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

Branch: refs/heads/jira/solr-8668
Commit: 58837104abf9efda84a2969557046dc02e7fffb1
Parents: 468d479
Author: Noble Paul <no...@apache.org>
Authored: Sat May 6 07:54:22 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Sat May 6 07:54:22 2017 +0930

----------------------------------------------------------------------
 .../solr/update/processor/AtomicUpdateProcessorFactoryTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/58837104/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java b/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
index 780e2ba..f3f833d 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/AtomicUpdateProcessorFactoryTest.java
@@ -37,6 +37,7 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
 
   @BeforeClass
   public static void beforeClass() throws Exception {
+    System.setProperty("enable.update.log","true");
     initCore("solrconfig.xml", "schema.xml");
   }
 
@@ -277,4 +278,4 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
     return sb.toString();
   }
 
-}
\ No newline at end of file
+}