Skip to content

Conversation

@ivancea
Copy link
Contributor

@ivancea ivancea commented Nov 26, 2025

Fixes #138617

The amount of cases on DateDiffTests (Similar to DateTruncTests) sometimes lead to a timeout. The suite takes around 10 minutes in (my) local tests, 20.000 tests, which will sometimes surpass the 20 min limit in CI

@ivancea ivancea added >test Issues or PRs that are addressing/adding tests Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL v9.3.0 labels Nov 26, 2025
@elasticsearchmachine
Copy link
Collaborator

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

@ivancea
Copy link
Contributor Author

ivancea commented Nov 26, 2025

For context, I evaluated moving the date/timezone combination tests somewhere faster (The function tests execute multiple tests per case). But different combinations (offset timezones, DST timezones, Z timezone, millis, nanos...) lead to different code paths, and I believe it's worth it having them running the full suite

@ivancea ivancea merged commit 404d61c into elastic:main Nov 26, 2025
29 of 34 checks passed
@ivancea ivancea deleted the fix-datediff-tests branch November 26, 2025 12:02
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.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] DateDiffTests class failing

3 participants