-
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
ESQL: Skip retrofitted tests #111019
ESQL: Skip retrofitted tests #111019
Conversation
0418c1b
to
ad22c98
Compare
Pinging @elastic/es-analytical-engine (Team:Analytics) |
I ran the mixed cluster tests for 8.12.2, 8.13.4 and 8.14.2 multiple times to ensure nothing was missed - and derived the skips from this exercise. |
@@ -1947,8 +1947,7 @@ MIN(i):integer | a:keyword | b:integer | |||
// end::multi-mv-group-result[] | |||
; | |||
|
|||
statsByConstant | |||
required_capability: stats_by_constant | |||
statsByConstant#[skip:-8.14.1,reason:implemented in 8.14] |
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.
@fang-xing-esql instead of skipping based on the new capability we added, I thought we'll get better coverage if we skip based on the version from which this was first possible.
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 548aea5) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Fix #110895
Fix #110950
Fix #110978
Some of our csv tests are failing on 8.11; they test functionality that was present back then, but was improved and fixed after 8.11.