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

AsyncTwoPhaseIndexerTests.testFiveRuns failure #44813

Closed
dimitris-athanasiou opened this issue Jul 24, 2019 · 2 comments · Fixed by #44854
Closed

AsyncTwoPhaseIndexerTests.testFiveRuns failure #44813

dimitris-athanasiou opened this issue Jul 24, 2019 · 2 comments · Fixed by #44854
Assignees
Labels
:ml/Transform Transform :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data >test-failure Triaged test failures from CI

Comments

@dimitris-athanasiou
Copy link
Contributor

Build link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+EAR/59/console

Reproduce:

./gradlew :x-pack:plugin:core:test --tests "org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.testFiveRuns" -Dtests.seed=127ACB67FDFE77CC -Dtests.security.manager=true -Dtests.locale=yue-Hant-HK -Dtests.timezone=Pacific/Gambier -Dcompiler.java=12 -Druntime.java=11

Failure:

org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests > testFiveRuns FAILED
    java.lang.AssertionError: 
    Expected: <INDEXING>
         but: was <STARTED>
        at __randomizedtesting.SeedInfo.seed([127ACB67FDFE77CC:946DDD99B9859D60]: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.xpack.core.indexing.AsyncTwoPhaseIndexerTests.testFiveRuns(AsyncTwoPhaseIndexerTests.java:396)

Could not reproduce locally

@dimitris-athanasiou dimitris-athanasiou added >test-failure Triaged test failures from CI :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data :ml/Transform Transform labels Jul 24, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo

@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@hendrikmuhs hendrikmuhs self-assigned this Jul 25, 2019
hendrikmuhs pushed a commit that referenced this issue Jul 25, 2019
remove the unreliable check for the state change

fixes #44813
hendrikmuhs pushed a commit that referenced this issue Jul 25, 2019
remove the unreliable check for the state change

fixes #44813
jkakavas pushed a commit that referenced this issue Jul 31, 2019
remove the unreliable check for the state change

fixes #44813
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants