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] CrossClusterAsyncSearchIT testCancelViaAsyncSearchDelete failing #99519

Closed
DaveCTurner opened this issue Sep 13, 2023 · 2 comments · Fixed by #100087 or #100821
Closed

[CI] CrossClusterAsyncSearchIT testCancelViaAsyncSearchDelete failing #99519

DaveCTurner opened this issue Sep 13, 2023 · 2 comments · Fixed by #100087 or #100821
Assignees
Labels
medium-risk An open issue or test failure that is a medium risk to future releases :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team >test-failure Triaged test failures from CI

Comments

@DaveCTurner
Copy link
Contributor

Build scan:
https://gradle-enterprise.elastic.co/s/dpndfunqwdkgi/tests/:x-pack:plugin:async-search:internalClusterTest/org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT/testCancelViaAsyncSearchDelete

Reproduction line:

./gradlew ':x-pack:plugin:async-search:internalClusterTest' --tests "org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete" -Dtests.seed=C9F9364FCAA9D709 -Dtests.locale=he -Dtests.timezone=Australia/NSW -Druntime.java=17

Applicable branches:
main

Reproduces locally?:
Didn't try

Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT&tests.test=testCancelViaAsyncSearchDelete

Failure excerpt:

java.lang.AssertionError: 
Expected: <0>
     but: was <3>

  at __randomizedtesting.SeedInfo.seed([C9F9364FCAA9D709:5752125F8141518D]: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.search.CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete(CrossClusterAsyncSearchIT.java:1189)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:568)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
  at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
  at java.lang.Thread.run(Thread.java:833)

@DaveCTurner DaveCTurner added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI labels Sep 13, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticsearchmachine elasticsearchmachine added the Team:Search Meta label for search team label Sep 13, 2023
quux00 added a commit to quux00/elasticsearch that referenced this issue Sep 29, 2023
… searches.

Also remove the @AwaitsFix annotation from CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete
since the waitForSearchTasksToFinish method added in a previous commit should fix it.
Closes elastic#99519
quux00 added a commit that referenced this issue Oct 2, 2023
… searches. (#100087)

Also remove the @AwaitsFix annotation from CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete
since the waitForSearchTasksToFinish method added in a previous commit should fix it.
Closes #99519
jakelandis pushed a commit to jakelandis/elasticsearch that referenced this issue Oct 2, 2023
… searches. (elastic#100087)

Also remove the @AwaitsFix annotation from CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete
since the waitForSearchTasksToFinish method added in a previous commit should fix it.
Closes elastic#99519
@danielmitterdorfer
Copy link
Member

This failed again in https://gradle-enterprise.elastic.co/s/pgbfobgv5a6yq/tests/task/:x-pack:plugin:async-search:internalClusterTest/details/org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT/testCancelViaAsyncSearchDelete?top-execution=1

java.lang.AssertionError: 	
Expected: <0>	
     but: was <1>	
	at __randomizedtesting.SeedInfo.seed([84300F7FA05F0636:1A9B2B6FEBB780B2]:0)	
		•••
	at org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete(CrossClusterAsyncSearchIT.java:1336)	

Reproduction line: REPRODUCE WITH: ./gradlew ':x-pack:plugin:async-search:internalClusterTest' --tests "org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT.testCancelViaAsyncSearchDelete" -Dtests.seed=84300F7FA05F0636 -Dtests.locale=be -Dtests.timezone=Asia/Aqtau -Druntime.java=21

But it did not reproduce locally.

danielmitterdorfer added a commit to danielmitterdorfer/elasticsearch that referenced this issue Oct 6, 2023
With this commit we mute `CrossClusterAsyncSearchIT#testCancelViaAsyncSearchDelete`.

Relates elastic#99519
elasticsearchmachine pushed a commit that referenced this issue Oct 6, 2023
With this commit we mute
`CrossClusterAsyncSearchIT#testCancelViaAsyncSearchDelete`.

Relates #99519
danielmitterdorfer added a commit to danielmitterdorfer/elasticsearch that referenced this issue Oct 6, 2023
With this commit we mute
`CrossClusterAsyncSearchIT#testCancelViaAsyncSearchDelete`.

Relates elastic#99519
elasticsearchmachine pushed a commit that referenced this issue Oct 6, 2023
With this commit we mute
`CrossClusterAsyncSearchIT#testCancelViaAsyncSearchDelete`.

Relates #99519
@benwtrent benwtrent added the medium-risk An open issue or test failure that is a medium risk to future releases label Oct 10, 2023
@piergm piergm self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium-risk An open issue or test failure that is a medium risk to future releases :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team >test-failure Triaged test failures from CI
Projects
None yet
5 participants