Skip to content

[CI] IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings fails #54204

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

Closed
tlrx opened this issue Mar 25, 2020 · 1 comment
Closed

[CI] IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings fails #54204

tlrx opened this issue Mar 25, 2020 · 1 comment
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features >test-failure Triaged test failures from CI

Comments

@tlrx
Copy link
Member

tlrx commented Mar 25, 2020

The test IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings failed on CI today.

The error is:

org.elasticsearch.xpack.ccr.IndexFollowingIT > testUpdateAnalysisLeaderIndexSettings FAILED
    java.lang.AssertionError: 
    Expected: <86L>
         but: was <61L>
        at __randomizedtesting.SeedInfo.seed([29FFCDBD78040107:222B0C9F5FE8E60F]: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.ccr.IndexFollowingIT.lambda$testUpdateAnalysisLeaderIndexSettings$41(IndexFollowingIT.java:1057)
        at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:892)
        at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:865)
        at org.elasticsearch.xpack.ccr.IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings(IndexFollowingIT.java:1038)

and it does not reproduce with:

./gradlew ':x-pack:plugin:ccr:internalClusterTest' --tests "org.elasticsearch.xpack.ccr.IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings" \
  -Dtests.seed=29FFCDBD78040107 \
  -Dtests.security.manager=true \
  -Dtests.jvm.argline="-XX:-UseConcMarkSweepGC -XX:-UseSerialGC -XX:+UseG1GC" \
  -Dtests.locale=es-PY \
  -Dtests.timezone=Africa/El_Aaiun \
  -Dcompiler.java=13

Build scan: https://gradle-enterprise.elastic.co/s/5attlyvmraoym

Looking at the build stats this test failed 2 more times in the last 30 days:

@tlrx tlrx added >test-failure Triaged test failures from CI :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features labels Mar 25, 2020
@elasticmachine
Copy link
Collaborator

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

@tlrx tlrx changed the title [CI] IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings fails on CI [CI] IndexFollowingIT.testUpdateAnalysisLeaderIndexSettings fails Mar 25, 2020
tlrx added a commit to tlrx/elasticsearch that referenced this issue Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants