Could someone explain how the `key` of an interact...
# pact-jvm
r
Could someone explain how the
key
of an interaction is determined? We're having an issue where running the same test twice creates another interaction with the same JSON except the key is different.
I've narrowed it down to only happening when we have multiple parameters passed to the providerStates section. Seems eerily similar to this bug
m
Could be. Perhaps related to non-deterministic ordering of such data structures?
r
Yeah could this be a Pact-GRPC plugin bug or in the JVM?
m
good question. Probably in JVM, but can’t be sure
I’d say JVM given it’s in the provider states though. Mind raising an issue please on the Pact JVM repo?
r
Yep, will do! Thanks
thankyou 1