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/28 13:54:29 UTC

[lucene-solr] branch reference_impl_dev updated: @604 Speed up non nightly run of this test.

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 620ccdf  @604 Speed up non nightly run of this test.
620ccdf is described below

commit 620ccdf8e4cf937ab1912724ccd235999166c15b
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Fri Aug 28 08:53:29 2020 -0500

    @604 Speed up non nightly run of this test.
---
 .../org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
index f389251..d9e4bf1 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java
@@ -3416,6 +3416,7 @@ public class StreamDecoratorTest extends SolrCloudTestCase {
   }
 
   @Test
+  @Nightly // slow
   public void testParallelDaemonCommitStream() throws Exception {
 
     CollectionAdminRequest.createCollection("parallelDestinationCollection1", "conf", 2, 1).process(cluster.getSolrClient());
@@ -3632,6 +3633,7 @@ public class StreamDecoratorTest extends SolrCloudTestCase {
   }
 
   @Test
+  @Nightly // slow
   public void testClassifyStream() throws Exception {
     Assume.assumeTrue(!useAlias);
 
@@ -4291,6 +4293,7 @@ public class StreamDecoratorTest extends SolrCloudTestCase {
     }
   }
 
+  @Nightly // slower
   public void testDeleteStream() throws Exception {
     final String url = cluster.getJettySolrRunners().get(0).getBaseUrl().toString() + "/" + COLLECTIONORALIAS;
     final SolrClient client = cluster.getSolrClient();