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

[CI] TransformIndexerStateTests.testStopAtCheckpoint #62996

Closed
pugnascotia opened this issue Sep 29, 2020 · 1 comment · Fixed by #63006
Closed

[CI] TransformIndexerStateTests.testStopAtCheckpoint #62996

pugnascotia opened this issue Sep 29, 2020 · 1 comment · Fixed by #63006
Assignees
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI

Comments

@pugnascotia
Copy link
Contributor

Build scan:

https://gradle-enterprise.elastic.co/s/yatg7ybt2srg6

Repro line:

./gradlew ':x-pack:plugin:transform:test' --tests "org.elasticsearch.xpack.transform.transforms.TransformIndexerStateTests.testStopAtCheckpoint" \
  -Dtests.seed=A036379B9D4C4E02 \
  -Dtests.security.manager=true \
  -Dtests.locale=vi \
  -Dtests.timezone=Etc/GMT-12 \
  -Druntime.java=11

Reproduces locally?:

Yes

Applicable branches:

master

Failure history:

Failure excerpt:

org.elasticsearch.xpack.transform.transforms.TransformIndexerStateTests > testStopAtCheckpoint FAILED
    java.lang.AssertionError:
    Expected: a value equal to or greater than <1>
         but: <0> was less than <1>
        at __randomizedtesting.SeedInfo.seed([A036379B9D4C4E02:A6AC16D3A43F3513]: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.transform.transforms.TransformIndexerStateTests.testStopAtCheckpoint(TransformIndexerStateTests.java:439)
@pugnascotia pugnascotia added >test-failure Triaged test failures from CI :ml/Transform Transform labels Sep 29, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml/Transform)

@pugnascotia pugnascotia changed the title TransformIndexerStateTests.testStopAtCheckpoint [CI] TransformIndexerStateTests.testStopAtCheckpoint Sep 29, 2020
@hendrikmuhs hendrikmuhs self-assigned this Sep 29, 2020
hendrikmuhs pushed a commit to hendrikmuhs/elasticsearch that referenced this issue Sep 29, 2020
hendrikmuhs pushed a commit that referenced this issue Sep 30, 2020
…int (#63006)

fix a test issue by improving counting the number of times the deferred listener is called

fixes #62996
hendrikmuhs pushed a commit that referenced this issue Sep 30, 2020
…int (#63006)

fix a test issue by improving counting the number of times the deferred listener is called

fixes #62996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants