Replies: 1 comment
-
Mmm, that looks like a gap in the unit testing framework. I believe it sends, flushes, and tests each output event. I think this would make sense as an enhancement request if you want to open one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to unit test my reduce config by sending multiple events and then check that I get one combined event out. How can I do that?
I tried with multiple input events but that seems to pass only one event at the time:
I also tried with vrl source to pass an array:
Beta Was this translation helpful? Give feedback.
All reactions