are you providing example values?
# protobufs
t
are you providing example values?
s
The two interactions above are real pact generated by consumer test. Check out the
_id
and
key
values which are different.
t
can you share your consumer test, please
s
Also am not sure if these two fields can cause pact content to be changed causing webhook to be triggered
u
_id
is generated by the Pact broker, I think it may just be a random key, but it could maybe be generated on the contents.
key
is a unique key for the interaction, and will be generated from the contents of the interaction if not provided. Because
key
is changing, it means your interaction contents are different.
s
Interesting as i compared the two pacts which are identical but yet pact broker thinks they are different
The only difference i see is the 'key' and '_id'
m
s
Ah yes this could be it
m
Just looking into that now Sathish
I suspect the
_id
changing is not relevant to the problem, but the
key
would definitely trigger a “change”
s
yeah looks like it, we never set this value for rest or kafka interactions where it works fine
👍 1
m
FYI updated the issue above - looks like I’ve reproduced it in Go
Now to see if I can do the same in the core
thankyou 2