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/09/02 17:30:59 UTC

[lucene-solr] 01/03: @710 Problem 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

commit e75ff0dc674de2078e4eefeb62bf47d7138373ad
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Sep 2 12:26:15 2020 -0500

    @710 Problem test to Nightly.
---
 .../test/org/apache/solr/client/solrj/io/graph/GraphExpressionTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphExpressionTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphExpressionTest.java
index 7e96e43..472a7c9 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphExpressionTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/graph/GraphExpressionTest.java
@@ -74,6 +74,7 @@ import org.junit.Test;
 
 @Slow
 @LuceneTestCase.SuppressCodecs({"Lucene3x", "Lucene40","Lucene41","Lucene42","Lucene45"})
+@LuceneTestCase.Nightly // something rare can happen to this test where it even breaks a long socket timeout waiting for stream responses
 public class GraphExpressionTest extends SolrCloudTestCase {
 
   private static final String COLLECTION = "collection1";