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/07/20 14:02:17 UTC

[lucene-solr] branch reference_impl updated: @249 - Nightly this test.

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


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 6d90bb6  @249 - Nightly this test.
6d90bb6 is described below

commit 6d90bb6d35081b905c3042a375e606171209bc6d
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Mon Jul 20 09:01:06 2020 -0500

    @249 - Nightly this test.
---
 solr/core/src/test/org/apache/solr/schema/TestBulkSchemaConcurrent.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/schema/TestBulkSchemaConcurrent.java b/solr/core/src/test/org/apache/solr/schema/TestBulkSchemaConcurrent.java
index cab8556..51ed4f3 100644
--- a/solr/core/src/test/org/apache/solr/schema/TestBulkSchemaConcurrent.java
+++ b/solr/core/src/test/org/apache/solr/schema/TestBulkSchemaConcurrent.java
@@ -41,6 +41,7 @@ import org.slf4j.LoggerFactory;
 import static org.apache.solr.rest.schema.TestBulkSchemaAPI.getObj;
 import static org.apache.solr.rest.schema.TestBulkSchemaAPI.getSourceCopyFields;
 
+@LuceneTestCase.Nightly // nocommit - this test is still too expensive
 public class TestBulkSchemaConcurrent extends SolrCloudBridgeTestCase {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());