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

Fix sporadic failures in QueryStringQueryTests#testToQueryFuzzyQueryAutoFuziness #43322

Merged
merged 2 commits into from
Jun 18, 2019

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Jun 18, 2019

This commit ensures that the test does not use reserved keyword (OR, AND, NOT)
when generating the random query strings.

Closes #43318

…utoFuziness

This commit ensures that the test does not use reserved keyword (OR, AND, NOT)
when generating the random query strings.

Closes elastic#43318
@jimczi jimczi added >non-issue :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI v8.0.0 v7.3.0 labels Jun 18, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

Copy link
Contributor

@pgomulka pgomulka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jimczi
Copy link
Contributor Author

jimczi commented Jun 18, 2019

@elasticmachine run elasticsearch-ci/bwc

@jimczi
Copy link
Contributor Author

jimczi commented Jun 18, 2019

@elasticmachine update branch

@jimczi jimczi merged commit c171f9a into elastic:master Jun 18, 2019
@jimczi jimczi deleted the test-failure/query_string_auto_fuz branch June 18, 2019 18:17
jimczi added a commit that referenced this pull request Jun 18, 2019
…utoFuziness (#43322)

This commit ensures that the test does not use reserved keyword (OR, AND, NOT)
when generating the random query strings.

Closes #43318
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this pull request Jan 28, 2020
…utoFuziness (elastic#43322)

This commit ensures that the test does not use reserved keyword (OR, AND, NOT)
when generating the random query strings.

Closes elastic#43318
cbuescher pushed a commit that referenced this pull request Jan 28, 2020
…utoFuziness (#43322) (#51531)

This commit ensures that the test does not use reserved keyword (OR, AND, NOT)
when generating the random query strings.

Backport of #43322

Co-authored-by: Jim Ferenczi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI v7.3.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QueryStringQueryBuilderTests testToQueryFuzzyQueryAutoFuziness falilure
4 participants