Sorabh
Sorabh
### Describe the bug AD plugin exposes a top anomalies api which internally create a painless script based composite aggregation query. When concurrent search is enabled on a cluster, then...
### Describe the bug The test is flaky: `org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException` Stack Trace: Test seems to be timing out ``` junit.framework.AssertionFailedError: Unexpected exception type, expected NoSuchFileException but got reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not...
[BUG] org.opensearch.cluster.MinimumClusterManagerNodesIT.testThreeNodesNoClusterManagerBlock flaky
**Describe the bug** Test `org.opensearch.cluster.MinimumClusterManagerNodesIT.testThreeNodesNoClusterManagerBlock` is flaky **To Reproduce** ``` سبت 11, 2023 1:44:23 م com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException WARNING: Uncaught exception in thread: Thread[#339,opensearch[node_t2][clusterApplierService#updateTask][T#1],5,TGRP-MinimumClusterManagerNodesIT] java.lang.AssertionError: a started primary with non-pending operation...
**Describe the bug** The org.opensearch.index.shard.RemoteIndexShardTests.testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit is flaky. It was unmuted as part of https://github.com/opensearch-project/OpenSearch/pull/8931: org.opensearch.index.shard.RemoteIndexShardTests.testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitRefresh ``` java.lang.AssertionError: expected: but was: at __randomizedtesting.SeedInfo.seed([EA36272CF1AD08E7:82B0311AC996231A]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633)...
**Describe the bug** I am running an OSB test run and is using the option `--telemetry=node-stats` without any external Metrics store. Was expecting the benchmark to add the stats like...
**Is your feature request related to a problem?** From OS 1.0 onwards, a new request query parameter `cancel_after_time_interval` was introduced both for SearchRequest and MSearchRequest to provide cancellation of backend...