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 23:05:06 UTC

[lucene-solr] branch reference_impl_dev updated: @621 Try bringing this test back in now.

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 143e222  @621 Try bringing this test back in now.
143e222 is described below

commit 143e222979888630ac19f2f6b5463e1bc004ac21
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Fri Aug 28 18:04:50 2020 -0500

    @621 Try bringing this test back in now.
---
 .../request/json/DirectJsonQueryRequestFacetingIntegrationTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/request/json/DirectJsonQueryRequestFacetingIntegrationTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/request/json/DirectJsonQueryRequestFacetingIntegrationTest.java
index e4d467d..42e49f2 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/request/json/DirectJsonQueryRequestFacetingIntegrationTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/request/json/DirectJsonQueryRequestFacetingIntegrationTest.java
@@ -35,8 +35,6 @@ import org.junit.BeforeClass;
 import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore // nocommit - somehow this test can hit zk session expiration issues that prevent the cores in the collection from being created
-// in cluster setup - which is strange ...
 public class DirectJsonQueryRequestFacetingIntegrationTest extends SolrCloudTestCase {
 
   private static final String COLLECTION_NAME = "techproducts";