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/17 23:11:44 UTC

[lucene-solr] 14/49: @528 Nightly 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

commit d1f47cdf64f7ea5ca873453abd076114c520b0a0
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());