You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When verifying a provider with multiple pacts, the ProviderVerifierResponse array should contain an entry for each pact verification with the correct results.
Actual behaviour
All ProviderVerifierResponse objects contain the data of the last verification result, thus we get an inconsistent result.
The response array contains two entries, but unfortunately the example entries in the first result (verifierResponses[0].Examples) are overwritten by the second result.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'll aim to take a look next week.
FYI in case you're up for it, we have a beta of the next major release out (see https://github.com/pact-foundation/pact-go/tree/2.x.x/). It's getting close to API stable, and I plan to release it as the next major version in the next month or 2.
Software versions
Expected behaviour
When verifying a provider with multiple pacts, the ProviderVerifierResponse array should contain an entry for each pact verification with the correct results.
Actual behaviour
All ProviderVerifierResponse objects contain the data of the last verification result, thus we get an inconsistent result.
Steps to reproduce
Call verify provider with two pact files:
The response array contains two entries, but unfortunately the example entries in the first result (
verifierResponses[0].Examples
) are overwritten by the second result.The text was updated successfully, but these errors were encountered: