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/08/12 12:26:58 UTC

[lucene-solr] branch reference_impl_dev updated: @528 Nightly it.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 97ffce2  @528 Nightly it.
97ffce2 is described below

commit 97ffce2e90003363c8fc63723884bd68a79f055b
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Aug 12 07:17:37 2020 -0500

    @528 Nightly it.
---
 .../apache/solr/handler/dataimport/TestSolrEntityProcessorEndToEnd.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/TestSolrEntityProcessorEndToEnd.java b/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/TestSolrEntityProcessorEndToEnd.java
index b991589..de281ad 100644
--- a/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/TestSolrEntityProcessorEndToEnd.java
+++ b/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/TestSolrEntityProcessorEndToEnd.java
@@ -31,6 +31,7 @@ import java.util.Properties;
 
 import org.apache.commons.io.FileUtils;
 import org.apache.lucene.util.IOUtils;
+import org.apache.lucene.util.LuceneTestCase;
 import org.apache.solr.client.solrj.SolrServerException;
 import org.apache.solr.client.solrj.embedded.JettySolrRunner;
 import org.apache.solr.client.solrj.impl.Http2SolrClient;
@@ -46,6 +47,7 @@ import org.slf4j.LoggerFactory;
 /**
  * End-to-end test of SolrEntityProcessor. "Real" test using embedded Solr
  */
+@LuceneTestCase.Nightly
 public class TestSolrEntityProcessorEndToEnd extends AbstractDataImportHandlerTestCase {
   
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());