Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Flaky test - CacheStatsAPIIndicesRequestCacheIT.testNullLevels() #13458

Closed
peteralfonsi opened this issue Apr 30, 2024 · 0 comments · Fixed by #13457
Closed

[BUG] Flaky test - CacheStatsAPIIndicesRequestCacheIT.testNullLevels() #13458

peteralfonsi opened this issue Apr 30, 2024 · 0 comments · Fixed by #13457
Labels

Comments

@peteralfonsi
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant