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] testCacheFilesAreClosedAfterUse flaky test failure #6891

Closed
dreamer-89 opened this issue Mar 30, 2023 · 1 comment
Closed

[BUG] testCacheFilesAreClosedAfterUse flaky test failure #6891

dreamer-89 opened this issue Mar 30, 2023 · 1 comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged

Comments

@dreamer-89
Copy link
Member

Gradle check: https://build.ci.opensearch.org/job/gradle-check/13056/
Identified in PR: #6765 (comment)

Failure trace

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.snapshots.SearchableSnapshotIT.testCacheFilesAreClosedAfterUse" -Dtests.seed=11EA2EA92BD684CA -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=be -Dtests.timezone=Zulu -Druntime.java=19

org.opensearch.snapshots.SearchableSnapshotIT > testCacheFilesAreClosedAfterUse FAILED
    java.lang.AssertionError: Cache file path isn't deleted.
        at __randomizedtesting.SeedInfo.seed([11EA2EA92BD684CA:4C1D3F5283A95885]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.opensearch.snapshots.SearchableSnapshotIT.testCacheFilesAreClosedAfterUse(SearchableSnapshotIT.java:564)
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.gradle.api.internal.tasks.testing.worker.TestWorker (file:/home/ubuntu/.gradle/wrapper/dists/gradle-8.0.2-all/25ipb77ce0ypy3f9xdton1ae6/gradle-8.0.2/lib/plugins/gradle-testing-****-8.0.2.jar)
WARNING: Please consider reporting this to the maintainers of org.gradle.api.internal.tasks.testing.worker.TestWorker
WARNING: System::setSecurityManager will be removed in a future release
@dreamer-89 dreamer-89 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Mar 30, 2023
@kotwanikunal
Copy link
Member

Closing in favor of #6888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged
Projects
None yet
Development

No branches or pull requests

2 participants