Possible to test dedupe transform? #22385
Unanswered
davidcpell
asked this question in
Q&A
Replies: 2 comments 1 reply
-
This full example should help you:
Note we cannot assert on the number of expected events. This is very useful enhancement tracked by #20278. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. As I understand it, this will ensure that "message 2" appears once but not only once. It also does not validate that "message 1" is also emitted? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to test a dedupe transform? Say I have something like this:
Do these inputs work? What would the output conditions look like?
Beta Was this translation helpful? Give feedback.
All reactions