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
peteralfonsi
changed the title
[BUG] CacheStatsAPIIndicesRequestCacheIT.testNullLevels() is flaky
[BUG] Flaky test - CacheStatsAPIIndicesRequestCacheIT.testNullLevels()
Apr 30, 2024
Describe the bug
CacheStatsAPIIndicesRequestCacheIT.testNullLevels() can fail. Example here.
Related component
Search:Performance
To Reproduce
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.indices.CacheStatsAPIIndicesRequestCacheIT" -Dtests.method="testNullLevels {p0={"opensearch.experimental.feature.pluggable.caching.enabled":"true"}}" -Dtests.seed=BEA24735BC98ED42 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-EG -Dtests.timezone=Asia/Shanghai -Druntime.java=21
Expected behavior
The test should pass (the size of the resulting map should be 6, not 7).
Additional Details
No response
The text was updated successfully, but these errors were encountered: