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

Randomized test org.opensearch.index.engine.NRTReplicationEngineTests failure #4346

Closed
adnapibar opened this issue Aug 30, 2022 · 0 comments · Fixed by #4352
Closed

Randomized test org.opensearch.index.engine.NRTReplicationEngineTests failure #4346

adnapibar opened this issue Aug 30, 2022 · 0 comments · Fixed by #4352
Labels
bug Something isn't working distributed framework flaky-test Random test failure that succeeds on second run

Comments

@adnapibar
Copy link
Contributor

Describe the bug

Detected as part of #4343 CI build

To Reproduce

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.engine.NRTReplicationEngineTests.testUpdateSegments" -Dtests.seed=1500B57512B5879D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=tr-TR -Dtests.timezone=Asia/Pyongyang -Druntime.java=17

org.opensearch.index.engine.NRTReplicationEngineTests > testUpdateSegments FAILED
    java.util.NoSuchElementException: No value present
        at __randomizedtesting.SeedInfo.seed([1500B57512B5879D:75475BBFBDAAFE74]:0)
        at java.base/java.util.Optional.get(Optional.java:143)
        at org.opensearch.index.engine.NRTReplicationEngineTests.testUpdateSegments(NRTReplicationEngineTests.java:131)

Expected behavior
Test should pass

@adnapibar adnapibar added bug Something isn't working untriaged distributed framework flaky-test Random test failure that succeeds on second run and removed untriaged labels Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework flaky-test Random test failure that succeeds on second run
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant