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

ES|QL: Fix funciton Telemetry tests #116470

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

luigidellaquila
Copy link
Contributor

@luigidellaquila luigidellaquila commented Nov 8, 2024

Wrong update of the number of snapshot functions from #115792

Fixes: #115231
Fixes: #116448
Fixes: #116462
Fixes: #116463
Fixes: #116464
Fixes: #116465

@luigidellaquila luigidellaquila added >test Issues or PRs that are addressing/adding tests auto-backport Automatically create backport pull requests when merged :Analytics/ES|QL AKA ESQL v8.17.0 labels Nov 8, 2024
@elasticsearchmachine elasticsearchmachine added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v10.0.0 labels Nov 8, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

Copy link
Contributor

@ivancea ivancea left a comment

Choose a reason for hiding this comment

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

LGTM! How did this pass the CI, or why is this failing now?

@luigidellaquila
Copy link
Contributor Author

It only fails on release tests (ie. non-snapshot), the test is excluded in normal builds.
The final reason is that we see a different number of functions in Snapshot vs. non-Snapshot, so we need two tests that only run in specific configurations.
To see the failure on a PR, you have to label it test-release

@luigidellaquila luigidellaquila enabled auto-merge (squash) November 8, 2024 12:05
@luigidellaquila
Copy link
Contributor Author

KqlQueryBuilderTests failing, completely unrelated

@luigidellaquila
Copy link
Contributor Author

@elasticmachine update branch

@luigidellaquila
Copy link
Contributor Author

@elasticmachine update branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment