Skip to content

Conversation

bpintea
Copy link
Contributor

@bpintea bpintea commented Aug 29, 2025

org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:inlinestats.EvalBeforeDoubleInlinestats1} got run on version preceding the one it was introduced in. The failure only occured if the planning of a query happened on an older version (2e8507f), not containing the fix (2f0010c) the test was testing against. This is why the tests passed. An inlinestats version capability bump should have been introduced along the fix.

Meanwhile the inlinestats capability version got bumped, so this situation can no longer occur.

Fixes #133729

org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test
{csv-spec:inlinestats.EvalBeforeDoubleInlinestats1} got run on version
preceding the one it was introduced in. The failure only occured if the
planning of a query happened on an older version, not containing the fix
the test was testing against. This is why the tests passed. An inline
version capability bump should have been introduced along the fix.

Meanwhile the inlinestats capability version got bumped, so this
situation can no longer occur.
@bpintea bpintea requested a review from astefan August 29, 2025 16:42
@bpintea bpintea added >test Issues or PRs that are addressing/adding tests :Analytics/ES|QL AKA ESQL v9.2.0 labels Aug 29, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 29, 2025
@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Contributor

@astefan astefan left a comment

Choose a reason for hiding this comment

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

LGTM

@bpintea
Copy link
Contributor Author

bpintea commented Aug 29, 2025

Thanks, Andrei!

@bpintea bpintea merged commit a669863 into elastic:main Aug 29, 2025
32 of 33 checks passed
@bpintea bpintea deleted the test/fix_133729 branch August 29, 2025 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] MixedClusterEsqlSpecIT test {csv-spec:inlinestats.EvalBeforeDoubleInlinestats1} failing

3 participants