opensearch-project / opensearch-sdk-java

OpenSearch SDK to build and run extensions
Apache License 2.0
28 stars 58 forks source link

[BUG] TestHelloWorldIT.testInitializeExtension is broken #981

Closed peternied closed 8 months ago

peternied commented 8 months ago

What is the bug?

PR Check named Gradle Build / check fails on unrelated changes due to

Tests with failures:
 - org.opensearch.sdk.sample.helloworld.rest.TestHelloWorldIT.testInitializeExtension

How can one reproduce the bug?

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.sdk.sample.helloworld.rest.TestHelloWorldIT.testInitializeExtension" -Dtests.seed=689457C2E7F1AFCF -Dtests.security.manager=false -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es -Dtests.timezone=America/Detroit -Druntime.java=11

What is the expected behavior?

CI should pass

Do you have any additional context?