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

PeerRecoveryTargetServiceTests#testPrepareIndexForPeerRecovery failed in CI #48532

Closed
DaveCTurner opened this issue Oct 25, 2019 · 2 comments · Fixed by #48559
Closed

PeerRecoveryTargetServiceTests#testPrepareIndexForPeerRecovery failed in CI #48532

DaveCTurner opened this issue Oct 25, 2019 · 2 comments · Fixed by #48559
Assignees
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI

Comments

@DaveCTurner
Copy link
Contributor

This build fails: https://gradle-enterprise.elastic.co/s/a2blc36l3tb4k/console-log?task=:server:test

org.elasticsearch.indices.recovery.PeerRecoveryTargetServiceTests > testPrepareIndexForPeerRecovery FAILED
    java.lang.AssertionError: 
    Expected: <48>
         but: was <47>
        at __randomizedtesting.SeedInfo.seed([C3F8AA3D7B611EE8:18764B67EA0E4848]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:956)
        at org.junit.Assert.assertThat(Assert.java:923)
        at org.elasticsearch.indices.recovery.PeerRecoveryTargetServiceTests.testPrepareIndexForPeerRecovery(PeerRecoveryTargetServiceTests.java:197)
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.indices.recovery.PeerRecoveryTargetServiceTests.testPrepareIndexForPeerRecovery" -Dtests.seed=C3F8AA3D7B611EE8 -Dtests.security.manager=true -Dtests.locale=ar-OM -Dtests.timezone=MST7MDT -Dcompiler.java=12 -Druntime.java=8
@DaveCTurner DaveCTurner added >test-failure Triaged test failures from CI :Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. labels Oct 25, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Recovery)

@dnhatn
Copy link
Member

dnhatn commented Oct 28, 2019

I opened #48559.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants