opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
8.83k stars 1.62k forks source link

[BUG] `org.opensearch.indices.IndicesRequestCacheIT.testCacheCleanupOnEqualStalenessAndThreshold` is flaky - test suite was timed out #13503

Open shiv0408 opened 2 weeks ago

shiv0408 commented 2 weeks ago

Describe the bug

org.opensearch.indices.IndicesRequestCacheIT.testCacheCleanupOnEqualStalenessAndThreshold {p0={"opensearch.experimental.feature.pluggable.caching.enabled":"false"}} test is flaky.

Stacktrace

java.lang.Exception: Test abandoned because suite timeout was reached.
    at __randomizedtesting.SeedInfo.seed([4BA01905000444F7]:0)

Related component

Other

To Reproduce

CI - https://build.ci.opensearch.org/job/gradle-check/38189/testReport/junit/org.opensearch.indices/IndicesRequestCacheIT/testCacheCleanupOnEqualStalenessAndThreshold__p0___opensearch_experimental_feature_pluggable_caching_enabled___false___/

Expected behavior

Test should always pass

Additional Details

No response