Open
Description
testDriverConfigurationWithSSLInURL
starts failing on CI after 0ca375e.
2> java.lang.AssertionError: Driver registration should have been successful. Error: java.sql.SQLException: No suitable driver
at __randomizedtesting.SeedInfo.seed([D912BBBA5B9BCB6B:A9E1C8ACED9F587D]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.elasticsearch.xpack.sql.jdbc.JdbcConfigurationTests.testDriverConfigurationWithSSLInURL(JdbcConfigurationTests.java:265)
I can't reproduce this locally.
./gradlew :x-pack:plugin:sql:jdbc:test --tests "org.elasticsearch.xpack.sql.jdbc.JdbcConfigurationTests.testDriverConfigurationWithSSLInURL" \
-Dtests.seed=D912BBBA5B9BCB6B \
-Dtests.security.manager=true \
-Dtests.locale=mg-MG \
-Dtests.timezone=America/Dawson_Creek \
-Dcompiler.java=12 \
-Druntime.java=11
Relates #41283