-
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
Added CIT test for the fail processor. #95261
Added CIT test for the fail processor. #95261
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
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 this test @cuff-links !
I left a comment that I think we should resolve before creating more tests.
...st_pipelines/public/application/components/pipeline_editor/__jest__/processors/fail.test.tsx
Outdated
Show resolved
Hide resolved
#95001 being merged will fix this error. |
… saving. Fixed some titles and nits from the PR feedback.
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.
Nice work @cuff-links! I left a few comments in the code if you don't mind taking a look, but not worth blocking on.
.../application/components/pipeline_editor/__jest__/processors/common_processor_fields.test.tsx
Show resolved
Hide resolved
...st_pipelines/public/application/components/pipeline_editor/__jest__/processors/fail.test.tsx
Show resolved
Hide resolved
...st_pipelines/public/application/components/pipeline_editor/__jest__/processors/fail.test.tsx
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Async chunks
Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code.
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code.
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code.
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code. Co-authored-by: John Dorlus <[email protected]>
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code. Co-authored-by: John Dorlus <[email protected]>
* Added CIT test for the fail processor. * Fixed linter issues. * Used new functions and helpers. * Added common test to ensure that a processor type was selected before saving. Fixed some titles and nits from the PR feedback. * Removed unused var. * Merged in master and updated tests to remove repeat code. Co-authored-by: John Dorlus <[email protected]>
Summary
This PR is to add test coverage for the Ingest Pipelines Fail Processor.
Test cases being covered