-
Notifications
You must be signed in to change notification settings - Fork 25.3k
test: check ES|QL SAMPLE capability before running analyzer/parser tests #127382
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
test: check ES|QL SAMPLE capability before running analyzer/parser tests #127382
Conversation
Pinging @elastic/kibana-esql (ES|QL-ui) |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
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.
🙏
EDIT: seems that we return the telemetry for these features, just that they are |
@@ -220,7 +221,7 @@ setup: | |||
- gt: {esql.functions.to_long: $functions_to_long} | |||
- match: {esql.functions.coalesce: $functions_coalesce} | |||
- gt: {esql.functions.categorize: $functions_categorize} | |||
- length: {esql.functions: 131} # check the "sister" test above for a likely update to the same esql.functions length check | |||
- length: {esql.functions: 132} # check the "sister" test above for a likely update to the same esql.functions length check |
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.
this is needed for last_over_time
, which bumped the sister test but not this one.
@ChrisHegarty thank you for the ping! What are you looking for from our side? |
…sts (elastic#127382) This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests.
…sts (elastic#127382) This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests.
…sts (elastic#127382) This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests.
…sts (elastic#127382) This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests.
* ES|QL random sampling (#125570) * test: check ES|QL SAMPLE capability before running analyzer/parser tests (#127382) This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests. * Fix ES|QL sample csv tests (#127838) * Remove optional seed from ES|QL SAMPLE (#128887) * Remove optional seed from ES|QL SAMPLE * make it clear that seed is for testing * rename ES|QL sample capability (#129193) * remove stats correction from ES|QL sample (#129319) * remove stats correction from ES|QL sample * [CI] Auto commit changes from spotless --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co> * Allow parameter for ES|QL SAMPLE (#129392) * Allow parameter for ES|QL SAMPLE * fix test to work around issue #120272 * remove unused postAnalysisVerification * docs * [CI] Auto commit changes from spotless * fix usage * Move ES|QL sample command from snapshot to tech preview (#129540) * Move ES|QL sample command from snapshot to tech preview * dev_sample -> sample * fix test * fix grammar --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
This commit resolves release test failures by checking the ES|QL SAMPLE capability before running the tests.
relates #125570