Cherry-pick #19405 to 7.x: Add more helpers to pipeline/testing package#19711
Cherry-pick #19405 to 7.x: Add more helpers to pipeline/testing package#19711urso merged 1 commit intoelastic:7.xfrom
Conversation
|
Pinging @elastic/integrations-services (Team:Services) |
|
This pull request doesn't have a |
|
Requires: #19708 Needs a rebase, but required tests already did succeed. |
(cherry picked from commit fac91b3)
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
--------------------- >> end captured stdout << ---------------------- Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #19405 to 7.x branch. Original message:
What does this PR do?
The pipeline/testing package provides some helpers for mocking/faking a
beat.Pipeline or beat.Client. This change adds some more helpers that
can be reused throughout beats.
Why is it important?
I introduced these helpers in the Filebeat v2 input refactoring, to share some common helpers based on the existing ones.
Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues