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/16 01:53:45 UTC

[lucene-solr] branch reference_impl updated: @191 - Pull this test method to Nightly for now.

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 21794eb  @191 - Pull this test method to Nightly for now.
21794eb is described below

commit 21794eb25979dc6bde99f1b37d40f3441e5735bb
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Jul 15 20:53:26 2020 -0500

    @191 - Pull this test method to Nightly for now.
---
 solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java b/solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java
index 68c7811..811a59a 100644
--- a/solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java
+++ b/solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java
@@ -746,6 +746,7 @@ public class TestBulkSchemaAPI extends RestTestBase {
     assertTrue("'bleh_s' copyField rule exists in the schema", l.isEmpty());
   }
 
+  @Nightly // TODO: sometimes this can be very slow it looks
   public void testDeleteAndReplace() throws Exception {
     RestTestHarness harness = restTestHarness;