-
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
[CI] HeapAttackIT testGroupOnManyLongs failing #100640
Comments
Pinging @elastic/es-ql (Team:QL) |
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
This is not a blocker. Removing the blocker label. |
I'll look at muting this test on Windows or otherwise increasing the timeout. |
More Windows failures. But why Windows??? elasticsearch / periodic / platform-support / main / windows-2022 / checkPart2 / platform-support-windows elasticsearch / periodic / platform-support / 8.11 / windows-2016 / checkPart2 / platform-support-windows |
Fwiw there are more failures of this still on 8.11, at least one of them doesn't seem to be on Windows: https://gradle-enterprise.elastic.co/s/bqpmzfcaomiq4 I'll check if the mute from above is already present on the 8.11 branch since I don't understand why this is still failing. |
I muted this on 8.11 as well with #101580 |
This commit addresses the issue of missing memory tracking for the BitSet in TopN.Row. Instead of introducing BreakingBitSet, we replace the BitSet with a smaller array of offsets in this PR. Nik suggested to remove that BitSet, but I haven't looked into that option yet. Closes #100640 Closes #102683 Closes #102790 Closes #102784
This commit addresses the issue of missing memory tracking for the BitSet in TopN.Row. Instead of introducing BreakingBitSet, we replace the BitSet with a smaller array of offsets in this PR. Nik suggested to remove that BitSet, but I haven't looked into that option yet. Closes elastic#100640 Closes elastic#102683 Closes elastic#102790 Closes elastic#102784
This commit addresses the issue of missing memory tracking for the BitSet in TopN.Row. Instead of introducing BreakingBitSet, we replace the BitSet with a smaller array of offsets in this PR. Nik suggested to remove that BitSet, but I haven't looked into that option yet. Closes #100640 Closes #102683 Closes #102790 Closes #102784
This is also failing in 8.11, shall we port the fix or the mute? |
If there is a fix, it should be backported. |
We've made some improvements in memory tracking in ESQL, but due to their complexity, we intentionally chose not to backport them to 8.11. Without these enhancements, some HeapAttack tests are not ready for 8.11. I think we should remove the AwaitsFix tests and focus on 8.13 instead. Closes #100640
We have removed these tests in 8.11 in #103154. |
Looks to be consistently failing on Windows.
Build scan:
https://gradle-enterprise.elastic.co/s/5tdfiyv7dtveq/tests/:x-pack:plugin:esql:qa:server:single-node:javaRestTest/org.elasticsearch.xpack.esql.qa.single_node.HeapAttackIT/testGroupOnManyLongs
Reproduction line:
Applicable branches:
main
Reproduces locally?:
Didn't try
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.esql.qa.single_node.HeapAttackIT&tests.test=testGroupOnManyLongs
Failure excerpt:
The text was updated successfully, but these errors were encountered: