Replies: 1 comment 4 replies
-
I think you are hitting this issue: #5521 |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi,
I'm trying to write a unit test for an
aggregate
that aggregatescounter
metrics. My assertions are as follows:The first 2 assertions on the tag work correctly, but the third assertion fails with a blatantly contradicting error message (the output payload explicitly shows the value of
.counter.value
being equal to2.0
:This also fails and claims a value of
null
when I tryassert_eq!(.counter, 2)
. It seems like what I'm doing is very similar tovector/tests/behavior/transforms/task_transform.toml
Line 90 in 2448a72
Beta Was this translation helpful? Give feedback.
All reactions