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] SearchTimeoutIT.testSimpleTimeout() #29221

Closed
martijnvg opened this issue Mar 23, 2018 · 2 comments
Closed

[CI] SearchTimeoutIT.testSimpleTimeout() #29221

martijnvg opened this issue Mar 23, 2018 · 2 comments
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI

Comments

@martijnvg
Copy link
Member

martijnvg commented Mar 23, 2018

Timing issue, search time expected but never happened:

FAILURE 2.45s J2 | SearchTimeoutIT.testSimpleTimeout <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: 
   > Expected: <true>
   >      but: was <false>
   > 	at __randomizedtesting.SeedInfo.seed([C7A511D27D1BD747:84FFF8844B6B8044]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.search.SearchTimeoutIT.testSimpleTimeout(SearchTimeoutIT.java:67)
   > 	at java.lang.Thread.run(Thread.java:748)

Maybe we should lower the time out argument? (currently it is 10ms)

consoleText.txt

Build url: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-windows-compatibility/835/consoleText

@martijnvg martijnvg added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI labels Mar 23, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

@jpountz
Copy link
Contributor

jpountz commented Mar 26, 2018

I suspect we should also index more documents. Currently it only indexes one document, so if document collection starts before the timeout, there is no reason for Elasticsearch to consider that the search timed out?

martijnvg added a commit that referenced this issue Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants