You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/20 12:27:17 UTC

[lucene-solr] branch reference_impl updated: @243 - Assume it.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 5171792  @243 - Assume it.
5171792 is described below

commit 5171792a8e870aeba96ebc89a086327fe793cbcc
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 20 07:27:02 2020 -0500

    @243 - Assume it.
---
 .../apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java b/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
index 22813e4..9f42115 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
@@ -99,7 +99,7 @@ public class UpdateRequestProcessorFactoryTest extends SolrTestCaseJ4 {
     // are for nought.  (see LogUpdateProcessorFactory.getInstance)
     //
     // TODO: maybe create a new mock Processor w/ @RunAlways annot if folks feel requiring INFO is evil.
-    assertTrue("Tests must be run with INFO level logging "+
+    assumeTrue("Tests must be run with INFO level logging "+
                "otherwise LogUpdateProcessor isn't used and can't be tested.", log.isInfoEnabled());
     
     final int EXPECTED_CHAIN_LENGTH = 5;