-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix fields validation in non utf-8 environments #18130
Fix fields validation in non utf-8 environments #18130
Conversation
Pinging @elastic/integrations (Team:Integrations) |
Maybe environments have been always running without utf-8, I can reproduce this failure since #17650, where no change in environments was done. Some character in the new fields added there? 🤔 |
💔 Build FailedExpand to view the summary
Build stats
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
There was a non-ascii character in fields documentation that was making fields validation in some tests to fail. Fix fields validation to don't fail on this case, and replace the non-ascii character. (cherry picked from commit 93b5998)
There was a non-ascii character in fields documentation that was making fields validation in some tests to fail. Fix fields validation to don't fail on this case, and replace the non-ascii character. (cherry picked from commit 93b5998)
Thank you for fixing it!!! I finally realized encoding="utf_8" was the problem in #18112 and then realized you already fixed it 👍 👍 👍 👍 Thanks!! |
There was a non-ascii character in fields documentation that was making
fields validation in some tests to fail.
Fix fields validation to don't fail on this case, and replace the non-ascii character.
This should fix tests failing like this one: