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: failIfNoPactsFound: false
Expected behaviour: no error
Actual result:
Failures:
1) Failed to load pact - No pacts found matching the given consumer version selectors in pact broker '
// {"name":"Error","message":"Verfication failed","stack":"Error: Verfication failed\n at /....
When wrongly using consumerVersionSelectors together the error I see this.
By using branch & latest together with deployedOrReleased, the only way to see the error is from the Rust logs
2023-12-20T12:17:32.559427Z INFO ThreadId(11) pact_verifier::pact_broker: error response for pacts for verification: failed validation - ["consumerVersionSelectors: cannot specify the fields branch/latest with the field deployedOrReleased (at index 0)"]
2023-12-20T12:17:32.561122Z ERROR ThreadId(11) pact_verifier: No pacts found matching the given consumer version selectors in pact broker 'https://skyai.pactflow.io/': failed validation - ["consumerVersionSelectors: cannot specify the fields branch/latest with the field deployedOrReleased (at index 0)"]
2023-12-20T12:17:32.562776Z ERROR ThreadId(11) pact_verifier: Failed to load pact - No pacts found matching the given consumer version selectors in pact broker '<REDACTED>'
2023-12-20T12:17:32.563719Z WARN ThreadId(11) pact_matching::metrics:
By using branch together with deployedOrReleased,
2023-12-20T12:19:00.414088Z INFO ThreadId(11) pact_verifier::pact_broker: error response for pacts for verification: failed validation - ["consumerVersionSelectors: cannot specify the field branch with the field deployedOrReleased (at index 0)"]
2023-12-20T12:19:00.414601Z ERROR ThreadId(11) pact_verifier: No pacts found matching the given consumer version selectors in pact broker '<REDACTED>': failed validation - ["consumerVersionSelectors: cannot specify the field branch with the field deployedOrReleased (at index 0)"]
The text was updated successfully, but these errors were encountered:
When:
failIfNoPactsFound: false
Expected behaviour: no error
Actual result:
When wrongly using consumerVersionSelectors together the error I see this.
By using
branch
&latest
together withdeployedOrReleased
, the only way to see the error is from the Rust logsBy using
branch
together withdeployedOrReleased
,The text was updated successfully, but these errors were encountered: