Skip to content

ESQL: Skip missing test checker on release builds#144141

Merged
elasticsearchmachine merged 1 commit intoelastic:mainfrom
nik9000:expected_function_tests_release
Mar 12, 2026
Merged

ESQL: Skip missing test checker on release builds#144141
elasticsearchmachine merged 1 commit intoelastic:mainfrom
nik9000:expected_function_tests_release

Conversation

@nik9000
Copy link
Copy Markdown
Member

@nik9000 nik9000 commented Mar 12, 2026

On release builds we get a smaller list of functions which makes the "missing test" checker angry. Some functions look fixed. But they aren't fixed. We could ignore this sort of failure in a complex way, but it isn't worth it. We just skip the test on release builds. It still does it's job - telling us about missing tests.

Closes #144076
Relates #144086

On release builds we get a smaller list of functions which makes the
"missing test" checker angry. Some functions look fixed. But they aren't
fixed. We could ignore this sort of failure in a complex way, but it
isn't worth it. We just skip the test on release builds. It still does
it's job - telling us about missing tests.

Closes elastic#144076
Relates elastic#144086
@nik9000 nik9000 added >test Issues or PRs that are addressing/adding tests :Analytics/ES|QL AKA ESQL v9.4.0 auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Mar 12, 2026
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Mar 12, 2026
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

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

@elasticsearchmachine elasticsearchmachine merged commit 612476a into elastic:main Mar 12, 2026
36 checks passed
michalborek pushed a commit to michalborek/elasticsearch that referenced this pull request Mar 23, 2026
On release builds we get a smaller list of functions which makes the
"missing test" checker angry. Some functions look fixed. But they aren't
fixed. We could ignore this sort of failure in a complex way, but it
isn't worth it. We just skip the test on release builds. It still does
it's job - telling us about missing tests.

Closes elastic#144076 Relates elastic#144086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] EsqlFunctionRegistryTests testRegisteredFunctionHaveTests failing

2 participants