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

Reenable EsqlActionTaskIT #99686

Merged
merged 4 commits into from
Sep 29, 2023

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Sep 19, 2023

This test was failing every few runs. After these changes I ran it for hours in a while loop and it hasn't failed. Yay.

This makes a small change to how we report the status of our LuceneSourceOperators to line them up better with how they currently work.

Closes #99589
Closes #99582

This test was failing every few runs. After these changes I ran it for
hours in a `while` loop and it hasn't failed. Yay.

This makes a small change to how we report the status of our
`LuceneSourceOperator`s to line them up better with how they currently
work.

Closes elastic#99589
Closes elastic#99582
@nik9000 nik9000 added >test Issues or PRs that are addressing/adding tests :Analytics/ES|QL AKA ESQL v8.11.0 labels Sep 19, 2023
@nik9000 nik9000 requested a review from dnhatn September 19, 2023 23:46
@elasticsearchmachine elasticsearchmachine added the Team:QL (Deprecated) Meta label for query languages team label Sep 19, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL)

Copy link
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks, Nik!

assertThat(oStatus.sliceIndex(), lessThanOrEqualTo(oStatus.totalSlices()));
assertThat(oStatus.sliceMin(), greaterThanOrEqualTo(0));
assertThat(oStatus.sliceMax(), greaterThanOrEqualTo(oStatus.sliceMin()));
if (oStatus.sliceMin() != 0 && oStatus.sliceMin() != 0) {
Copy link
Member

Choose a reason for hiding this comment

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

nit: sliceMin -> sliceMax for the second clause.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ooof. Got i.

@nik9000 nik9000 added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Sep 20, 2023
@nik9000
Copy link
Member Author

nik9000 commented Sep 29, 2023

run elasticsearch-ci/part-1

1 similar comment
@nik9000
Copy link
Member Author

nik9000 commented Sep 29, 2023

run elasticsearch-ci/part-1

@elasticsearchmachine elasticsearchmachine merged commit 3d870dc into elastic:main Sep 29, 2023
@nik9000 nik9000 deleted the esql_action_it_again branch September 29, 2023 13:49
piergm pushed a commit to piergm/elasticsearch that referenced this pull request Oct 2, 2023
This test was failing every few runs. After these changes I ran it for
hours in a `while` loop and it hasn't failed. Yay.

This makes a small change to how we report the status of our
`LuceneSourceOperator`s to line them up better with how they currently
work.

Closes elastic#99589 Closes elastic#99582
jakelandis pushed a commit to jakelandis/elasticsearch that referenced this pull request Oct 2, 2023
This test was failing every few runs. After these changes I ran it for
hours in a `while` loop and it hasn't failed. Yay.

This makes a small change to how we report the status of our
`LuceneSourceOperator`s to line them up better with how they currently
work.

Closes elastic#99589 Closes elastic#99582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) Team:QL (Deprecated) Meta label for query languages team >test Issues or PRs that are addressing/adding tests v8.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] EsqlActionTaskIT testTaskContents failing EsqlActionTaskIT.testCancelRead failure
3 participants