You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/12/12 09:26:12 UTC

lucene-solr:jira/http2: SuppressSSL in Http2SolrClientCompatibilityTest

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/http2 9def8c11a -> 5a2e92344


SuppressSSL in Http2SolrClientCompatibilityTest


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5a2e9234
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5a2e9234
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5a2e9234

Branch: refs/heads/jira/http2
Commit: 5a2e92344fe3050809fbdee008bde854e4583ab6
Parents: 9def8c1
Author: Cao Manh Dat <da...@apache.org>
Authored: Wed Dec 12 09:26:04 2018 +0000
Committer: Cao Manh Dat <da...@apache.org>
Committed: Wed Dec 12 09:26:04 2018 +0000

----------------------------------------------------------------------
 .../solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5a2e9234/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java
index e9220de..81f64b6 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientCompatibilityTest.java
@@ -19,6 +19,7 @@ package org.apache.solr.client.solrj.impl;
 
 import org.apache.http.ParseException;
 import org.apache.solr.SolrJettyTestBase;
+import org.apache.solr.SolrTestCaseJ4;
 import org.apache.solr.client.solrj.SolrQuery;
 import org.apache.solr.client.solrj.SolrRequest;
 import org.apache.solr.client.solrj.SolrServerException;
@@ -29,6 +30,7 @@ import org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2;
 import org.eclipse.jetty.servlet.ServletHolder;
 
 @LogLevel("org.eclipse.jetty.client=DEBUG;org.eclipse.jetty.util=DEBUG")
+@SolrTestCaseJ4.SuppressSSL
 public class Http2SolrClientCompatibilityTest extends SolrJettyTestBase {
 
   public void testSystemPropertyFlag() {