You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/10/08 00:31:39 UTC

[lucene-solr] 02/02: use Http1 client

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit ef78472d64928722b80145e5fd8102c2ce933090
Author: noblepaul <no...@gmail.com>
AuthorDate: Thu Oct 8 11:31:11 2020 +1100

    use Http1 client
---
 solr/core/src/test/org/apache/solr/pkg/TestPackages.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/pkg/TestPackages.java b/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
index 692d621..812df54 100644
--- a/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
+++ b/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
@@ -78,7 +78,7 @@ import static org.hamcrest.CoreMatchers.containsString;
 
 @LogLevel("org.apache.solr.pkg.PackageLoader=DEBUG;org.apache.solr.pkg.PackageAPI=DEBUG")
 //@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13822") // leaks files
-//@LuceneTestCase.Nightly // nocommit debug - can be slow
+@LuceneTestCase.Nightly // nocommit debug - can be slow
 public class TestPackages extends SolrCloudTestCase {
 
   @Before