Skip to content

Conversation

@ioanatia
Copy link
Contributor

closes #129228
closes #129210

After we improved the field resolution in #131723, it should be safe to unmute these tests.

The initial failures had to do with the queries returning warning headers that were not accounted for in the test.
Initially a query using FORK would request all fields, so we would generate warnings like this one when date nanos fields were loaded:

1: <unexpected> but was "Line 1:1: java.lang.IllegalArgumentException: milliSeconds [-1457696696640] are before the epoch in 1970 and cannot be converted to nanoseconds"

The field resolution for FORK was improved, we are trying to request only the fields that are used in the query.
Therefore we will no longer load the date nanos fields that were causing these warnings and we can unmute the tests.

@ioanatia ioanatia added >test Issues or PRs that are addressing/adding tests Team:Search - Relevance The Search organization Search Relevance team v9.2.0 :Search Relevance/ES|QL Search functionality in ES|QL labels Aug 21, 2025
issue: https://github.com/elastic/elasticsearch/issues/132733
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
method: test {csv-spec:lookup-join.MvJoinKeyFromRowExpanded}
issue: https://github.com/elastic/elasticsearch/issues/132778
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was already fixed and closed - we just did not unmute the test

@ioanatia ioanatia marked this pull request as ready for review August 21, 2025 14:06
@elasticsearchmachine elasticsearchmachine added Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed Team:Search - Relevance The Search organization Search Relevance team labels Aug 21, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

@ioanatia ioanatia merged commit 6d5099e into elastic:main Aug 21, 2025
34 checks passed
@ioanatia ioanatia deleted the unmute_tests branch August 21, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Search Relevance/ES|QL Search functionality in ES|QL Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch >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] GenerativeForkIT test {lookup-join.EnrichLookupStatsBug ASYNC} failing [CI] GenerativeForkIT class failing

3 participants