-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Ingest Pipelines] add tests for grok processor #130123
[Ingest Pipelines] add tests for grok processor #130123
Conversation
@@ -1,57 +0,0 @@ | |||
/* |
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.
No longer needed due to new tests added above. This appeared to be a one-off test located in the processors
directory. The new tests were moved to the __jests__
directory to align with the other processor tests.
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
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.
Thanks for adding these @alisonelizabeth! changes lgtm
(cherry picked from commit 9e900a1)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
) * [Ingest Pipelines] add tests for grok processor (#130123) (cherry picked from commit 9e900a1) * update test Co-authored-by: Alison Goryachev <[email protected]>
Fixes #129731
This PR adds some basic tests for the Grok processor to prevent regressions like #129731. The underlying issue was fixed via #128489.
Note: I ran this test pre-fix to confirm the test was failing, and is now passing with the fix.