-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Ignore CSV tests that require field caps change #119940
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for looking into it quickly!
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
tests are not muted on 8.x - but I still need to backport the CsvTests change 🤦♀️ EDIT: actually #119792 needs to be backported first |
This change was backported in #119962 |
#119918
semantic_text
fields are now reported astext
by the field caps which results in failures for CSV tests for non snapshot builds.This is a quirk of CSV tests that I will need to fix, single-node and multi-node tests should still run the semantic text tests.
From what I tested locally the single and multi node tests should be succesful.
Since this seems to be more of a test problem and not an indicative of a prod bug, the goal is to enable the CSV test suite for now.