mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Relates #41557
This commit is contained in:
parent
e1726fff56
commit
be5894ed9c
@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.elasticsearch.xpack.sql.jdbc;
|
package org.elasticsearch.xpack.sql.jdbc;
|
||||||
|
|
||||||
import org.apache.lucene.util.Constants;
|
|
||||||
import org.elasticsearch.SpecialPermission;
|
import org.elasticsearch.SpecialPermission;
|
||||||
import org.elasticsearch.test.ESTestCase;
|
import org.elasticsearch.test.ESTestCase;
|
||||||
import org.elasticsearch.xpack.sql.client.SslConfig;
|
import org.elasticsearch.xpack.sql.client.SslConfig;
|
||||||
@ -258,8 +257,8 @@ public class JdbcConfigurationTests extends ESTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@SuppressForbidden(reason = "JDBC drivers allows logging to Sys.out")
|
@SuppressForbidden(reason = "JDBC drivers allows logging to Sys.out")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41557")
|
||||||
public void testDriverConfigurationWithSSLInURL() {
|
public void testDriverConfigurationWithSSLInURL() {
|
||||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/41557", Constants.WINDOWS);
|
|
||||||
Map<String, String> urlPropMap = sslProperties();
|
Map<String, String> urlPropMap = sslProperties();
|
||||||
String sslUrlProps = urlPropMap.entrySet().stream().map(e -> e.getKey() + "=" + e.getValue()).collect(Collectors.joining("&"));
|
String sslUrlProps = urlPropMap.entrySet().stream().map(e -> e.getKey() + "=" + e.getValue()).collect(Collectors.joining("&"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user