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: rolling upgrade CCRIT.testAutoFollowing fails #37689

Closed
alpar-t opened this issue Jan 22, 2019 · 5 comments
Closed

CI: rolling upgrade CCRIT.testAutoFollowing fails #37689

alpar-t opened this issue Jan 22, 2019 · 5 comments
Assignees
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features >test-failure Triaged test failures from CI

Comments

@alpar-t
Copy link
Contributor

alpar-t commented Jan 22, 2019

Example build failure

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+release-tests/384/
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1390/

Reproduction line

does not reproduce locally

./gradlew :x-pack:qa:rolling-upgrade:with-system-key:v6.7.0#twoThirdsUpgradedTestRunner -Dtests.seed=45813FEF3A0677C -Dtests.class=org.elasticsearch.upgrades.CCRIT -Dtests.method="testAutoFollowing" -Dtests.security.manager=true -Dtests.locale=hu-HU -Dtests.timezone=Asia/Nicosia -Dcompiler.java=11 -Druntime.java=8

Example relevant log:

12:37:16 FAILURE 10.7s | CCRIT.testAutoFollowing <<< FAILURES!
12:37:16    > Throwable #1: java.lang.AssertionError: 
12:37:16    > Expected: <0>
12:37:16    >      but: was <-1>
12:37:16    > 	at __randomizedtesting.SeedInfo.seed([45813FEF3A0677C:ABB635FEF709CC51]:0)
12:37:16    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
12:37:16    > 	at org.elasticsearch.upgrades.CCRIT.assertFollowerGlobalCheckpoint(CCRIT.java:275)
12:37:16    > 	at org.elasticsearch.upgrades.CCRIT.lambda$testAutoFollowing$9(CCRIT.java:159)
12:37:16    > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:847)
12:37:16    > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:821)
12:37:16    > 	at org.elasticsearch.upgrades.CCRIT.testAutoFollowing(CCRIT.java:156)
12:37:16    > 	at java.lang.Thread.run(Thread.java:748)
12:37:16    > 	Suppressed: java.lang.AssertionError: 
12:37:16    > Expected: <3>
12:37:16    >      but: was <2>
12:37:16    > 		at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
12:37:16    > 		at org.elasticsearch.upgrades.CCRIT.lambda$testAutoFollowing$9(CCRIT.java:158)
12:37:16    > 		at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:835)
12:37:16    > 		... 39 more
12:37:16    > 	Suppressed: java.lang.AssertionError: 

Frequency

14 / last 24 hours

cc @martijnvg maybe similar to #37231 ?

@martijnvg
Copy link
Member

@atorok I will check. I'm surprised to see it fail so often now. If I can't figure it out then I will mute this test.

@martijnvg martijnvg self-assigned this Jan 22, 2019
@martijnvg
Copy link
Member

Both of these build didn't run with this commit that I pushed yesterday:
a3180fd

I like to see and wait if this test still fails after this commit.

@colings86 colings86 added >test-failure Triaged test failures from CI :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features labels Jan 22, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@alpar-t
Copy link
Contributor Author

alpar-t commented Jan 22, 2019

@martijnvg the frequency includes PRs fro which we can't know if your change was incorporated or not.

@martijnvg
Copy link
Member

This test hasn't failed since the above commit was pushed.

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

4 participants