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

EQL: Fix async EQL Rest test #59556

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Jul 14, 2020

Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes #59416

Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes elastic#59416
@imotov imotov added >test Issues or PRs that are addressing/adding tests :Analytics/EQL EQL querying labels Jul 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/EQL)

@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label Jul 14, 2020
@imotov
Copy link
Contributor Author

imotov commented Jul 14, 2020

@elasticmachine run elasticsearch-ci/packaging-sample-windows

@imotov
Copy link
Contributor Author

imotov commented Jul 14, 2020

@elasticmachine update branch

Copy link
Member

@costin costin left a comment

Choose a reason for hiding this comment

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

LGTM

@imotov imotov merged commit f420018 into elastic:master Jul 15, 2020
imotov added a commit to imotov/elasticsearch that referenced this pull request Jul 15, 2020
Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes elastic#59416
imotov added a commit that referenced this pull request Jul 15, 2020
Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes #59416
imotov added a commit to imotov/elasticsearch that referenced this pull request Jul 15, 2020
Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes elastic#59416
imotov added a commit that referenced this pull request Jul 15, 2020
Unfortunately, we cannot guarantee that the execution will be truly
async even with 0ms timeout since we cannot block the execution. So, we need
to modify the test to work in both async and non-async mode.

Closes #59416
@imotov imotov deleted the issue-59416-fix-async-eql-rest-test branch July 17, 2020 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/EQL EQL querying Team:QL (Deprecated) Meta label for query languages team >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Async execution in EqlRestIT fails in CI
3 participants