You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: found jar hell in test classpath
at org.opensearch.bootstrap.BootstrapForTesting.<clinit>(BootstrapForTesting.java:119)
at org.opensearch.test.OpenSearchTestCase.<clinit>(OpenSearchTestCase.java:268)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:623)
Caused by: java.lang.IllegalStateException: jar hell!
class: META-INF.versions.11.com.fasterxml.jackson.core.io.doubleparser.BigSignificand
jar1: /home/andriy.redko/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
jar2: /home/andriy.redko/.gradle/caches/modules-2/files-2.1/software.amazon.awssdk/third-party-jackson-core/2.20.141/2313458411e137a60cadb423e2c9e7ebee4071b8/third-party-jackson-core-2.20.141.jar
at org.opensearch.bootstrap.JarHell.checkClass(JarHell.java:316)
at org.opensearch.bootstrap.JarHell.checkJarHell(JarHell.java:215)
at org.opensearch.bootstrap.JarHell.checkJarHell(JarHell.java:102)
at org.opensearch.bootstrap.BootstrapForTesting.<clinit>(BootstrapForTesting.java:117)
... 4 more
What is the bug?
How can one reproduce the bug?
What is the expected behavior?
The tests should run
What is your host/environment?
Any
Do you have any screenshots?
N/A
Do you have any additional context?
#614
The text was updated successfully, but these errors were encountered: