Open opensearch-ci-bot opened 2 years ago
gradle_check_3469.log gradle_check_3469_reports.zip
REPRODUCE WITH: ./gradlew ':qa:full-cluster-restart:v1.3.0#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testEmptyShard" -Dtests.seed=2BC3114D056661 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=sq -Dtests.timezone=Mexico/BajaSur -Druntime.java=11
org.opensearch.client.WarningFailureException: method [PUT], host [http://[::1]:40953], URI [/test_empty_shard], status line [HTTP/1.1 200 OK]
{"acknowledged":true,"shards_acknowledged":true,"index":"test_empty_shard"}
at __randomizedtesting.SeedInfo.seed([2BC3114D056661:4C5014C9B13C49F4]:0)
at org.opensearch.client.RestClient.convertResponse(RestClient.java:340)
at org.opensearch.client.RestClient.performRequest(RestClient.java:314)
at org.opensearch.client.RestClient.performRequest(RestClient.java:289)
at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:978)
at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:958)
at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:954)
at org.opensearch.upgrades.FullClusterRestartIT.testEmptyShard(FullClusterRestartIT.java:716)
It's said in issue https://github.com/opensearch-project/OpenSearch/issues/2359 that this failure is fixed in main branch, but this issue and issue #2445 show the faliure also occurs in 1.x branch.
@opensearch-project/opensearch-core team, please take a look at Build 3469 in gradle_check log for more information.