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

ESQL: Skip lookup csv tests on release builds #110166

Merged
merged 7 commits into from
Jul 2, 2024

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Jun 25, 2024

LOOKUP isn't supported in release builds yet and it'll fail with a helpful error message if you try it there. But some of the csv-spec tests didn't realize that. Lots did, but these particular ones didn't.

Closes #109170
Closes #110302

LOOKUP isn't supported in release builds yet and it'll fail with a
helpful error message if you try it there. But some of the csv-spec
tests didn't realize that. Lots did, but these particular ones didn't.

Close elastic#109170
@nik9000 nik9000 added >test Issues or PRs that are addressing/adding tests test-release Trigger CI checks against release build :Analytics/ES|QL AKA ESQL v8.15.0 labels Jun 25, 2024
@nik9000 nik9000 requested a review from alex-spies June 25, 2024 21:09
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jun 25, 2024
@elasticsearchmachine
Copy link
Collaborator

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

} else {
assumeFalse(
"lookup is not supported in non-snapshot releases",
testCase.requiredCapabilities.contains(EsqlCapabilities.Cap.LOOKUP_V3.capabilityName())
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: We could extend this skip to all caps that are snapshot-only.

@alex-spies
Copy link
Contributor

Thanks Nik! I already wondered why the non snapshot case seems to work; turns out it didn't in all cases.

@nik9000
Copy link
Member Author

nik9000 commented Jun 29, 2024

run elasticsearch-ci/release-tests

Copy link
Contributor

@alex-spies alex-spies left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Nik!

@alex-spies
Copy link
Contributor

@elasticsearchmachine update branch

@nik9000
Copy link
Member Author

nik9000 commented Jul 1, 2024

There's a few more release build failures. Working.

@nik9000 nik9000 merged commit 0680d7e into elastic:main Jul 2, 2024
16 checks passed
@nik9000
Copy link
Member Author

nik9000 commented Jul 2, 2024

Pocket Princesses

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 test-release Trigger CI checks against release build v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Various LOOKUP tests failing in release-tests [CI] AnalyzerTests testLookup failing
3 participants