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

AutoFollowIT.testAutoFollowParameterAreDelegated failure #59952

Closed
cbuescher opened this issue Jul 21, 2020 · 2 comments · Fixed by #60004
Closed

AutoFollowIT.testAutoFollowParameterAreDelegated failure #59952

cbuescher opened this issue Jul 21, 2020 · 2 comments · Fixed by #60004
Assignees
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@cbuescher
Copy link
Member

Build scan:

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

Repro line:

./gradlew ':x-pack:plugin:ccr:internalClusterTest' --tests "org.elasticsearch.xpack.ccr.AutoFollowIT.testAutoFollowParameterAreDelegated"
-Dtests.seed=B9F4B0CE61B09DE3
-Dtests.security.manager=true
-Dtests.locale=ar-JO
-Dtests.timezone=America/Dawson
-Druntime.java=11

Reproduces locally?:

No

Applicable branches:

master

Failure history:

occasional similar looking failures

Failure excerpt:

java.lang.AssertionError: 
Expected: <1L>
     but: was <0L>
	at __randomizedtesting.SeedInfo.seed([22FE3E639FD78A7:9DDD5B0F7B8AE948]: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.AutoFollowIT.lambda$testAutoFollowSoftDeletesDisabled$12(AutoFollowIT.java:395)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:951)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:924)
	at org.elasticsearch.xpack.ccr.AutoFollowIT.testAutoFollowSoftDeletesDisabled(AutoFollowIT.java:393)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at 

This looks related to #56891 and a timeout issue supposedly fixed by #56910, maybe this needs another increase or another look.

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

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

@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Jul 21, 2020
@cbuescher
Copy link
Member Author

And another one earlier today: https://gradle-enterprise.elastic.co/s/mupt6hgagq5zw

@dnhatn dnhatn self-assigned this Jul 21, 2020
dnhatn added a commit that referenced this issue Jul 22, 2020
It can take more than 10 seconds to auto-follow and create a follow-task 
on a slow CI. This commit increases timeout in AutoFollowIT by replacing
assertBusy with assertLongBusy.

Closes #59952
dnhatn added a commit that referenced this issue Jul 23, 2020
It can take more than 10 seconds to auto-follow and create a follow-task
on a slow CI. This commit increases timeout in AutoFollowIT by replacing
assertBusy with assertLongBusy.

Closes #59952
dnhatn added a commit that referenced this issue Jul 23, 2020
It can take more than 10 seconds to auto-follow and create a follow-task
on a slow CI. This commit increases timeout in AutoFollowIT by replacing
assertBusy with assertLongBusy.

Closes #59952
dnhatn added a commit that referenced this issue Jul 27, 2020
It can take more than 10 seconds to auto-follow and create a follow-task
on a slow CI. This commit increases timeout in AutoFollowIT by replacing
assertBusy with assertLongBusy.

Closes #59952
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 Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants