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

[TEST] Embed msearch samples in MultiSearchRequestTests #43482

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

javanna
Copy link
Member

@javanna javanna commented Jun 21, 2019

Depending on git configuration, line feed on checked out files may be
platform dependent, which causes problems to some msearch tests as the
line separator must always be /n. With this change we move two files
to the test code so that we control exactly what line separator is used,
given that the corresponding tests fail on windows.

Closes #43464

Depending on git configuration, line feed on checked out files may be
platform dependent, which causes problems to some msearch tests as the
line separator must always be `/n`. With this change we move two files
to the test code so that we control exactly what line separator is used,
given that the corresponding tests fail on windows.

Closes elastic#43464
@javanna javanna added >test Issues or PRs that are addressing/adding tests :Search/Search Search-related issues that do not fall into other categories v7.3.0 labels Jun 21, 2019
@javanna javanna requested a review from astefan June 21, 2019 13:20
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@javanna javanna added the v7.2.1 label Jun 21, 2019
Copy link
Contributor

@astefan astefan left a comment

Choose a reason for hiding this comment

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

LGTM. Tested and everything passes. I like the idea of not using the json files anymore.

@javanna javanna merged commit 186c312 into elastic:7.x Jun 21, 2019
javanna added a commit that referenced this pull request Jun 21, 2019
Depending on git configuration, line feed on checked out files may be
platform dependent, which causes problems to some msearch tests as the
line separator must always be `/n`. With this change we move two files
to the test code so that we control exactly what line separator is used,
given that the corresponding tests fail on windows.

Closes #43464
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 Issues or PRs that are addressing/adding tests v7.2.1 v7.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants