-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Reenable EsqlActionTaskIT #99686
Conversation
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
Pinging @elastic/es-ql (Team:QL) |
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
There was a problem hiding this 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) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooof. Got i.
run elasticsearch-ci/part-1 |
1 similar comment
run elasticsearch-ci/part-1 |
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
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
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 #99589
Closes #99582