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/31 14:03:12 UTC

[lucene-solr] branch reference_impl_dev updated: @645 Move test to Nightly.

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 73b82e4  @645 Move test to Nightly.
73b82e4 is described below

commit 73b82e47a0a636f5c64524914ef635aa84fc59dc
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Aug 31 09:02:52 2020 -0500

    @645 Move test to Nightly.
---
 solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphTest.java
index 7d59c08..0392500 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphTest.java
@@ -45,6 +45,7 @@ import org.junit.Test;
 
 @LuceneTestCase.Slow
 @LuceneTestCase.SuppressCodecs({"Lucene3x", "Lucene40","Lucene41","Lucene42","Lucene45"})
+@LuceneTestCase.Nightly // kind of odd given the 2 node cluster, but this test can be pretty slow
 public class GraphTest extends SolrCloudTestCase {
 
   private static final String COLLECTION = "collection1";