-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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] Constant keyword tests failing reproducibly #53131
Labels
:Search/Search
Search-related issues that do not fall into other categories
>test-failure
Triaged test failures from CI
Comments
mark-vieira
added
:Search/Search
Search-related issues that do not fall into other categories
>test-failure
Triaged test failures from CI
labels
Mar 4, 2020
Pinging @elastic/es-search (:Search/Search) |
Since this reproduced for me I've muted these tests in Interestingly enough, these tests have not yet failed in |
Thanks @mark-vieira, I'm assigning myself. |
jpountz
added a commit
to jpountz/elasticsearch
that referenced
this issue
Mar 5, 2020
This test failed because YAML tests randomly install an index template that updates the default number of shards to 2. Closes elastic#53131
jpountz
added a commit
that referenced
this issue
Mar 5, 2020
This test failed because YAML tests randomly install an index template that updates the default number of shards to 2. Closes #53131
jpountz
added a commit
that referenced
this issue
Mar 5, 2020
This test failed because YAML tests randomly install an index template that updates the default number of shards to 2. Closes #53131
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
The introduction of a constant keyword field in #49713 added some additional tests which have failed a few times now in CI. The same four tests seem to reliably fail with this error:
Here are some examples of build failures:
https://gradle-enterprise.elastic.co/s/lvbzfzye7qatw/tests/failed
https://gradle-enterprise.elastic.co/s/q56aekioba46m/tests/failed
https://gradle-enterprise.elastic.co/s/5qomgr7ai3c7e/tests/failed
I was able to locally reproduce these failures with the following:
@jpountz since you added these tests do you mind taking a look?
The text was updated successfully, but these errors were encountered: