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
The can-i-deploy response contains single verification result in the matrix whitch is successful.
The summary claims there is one verification with success and one with unknown status.
The error says "There is no verified pact between the latest version of producer_app with tag production (036b8bcd3a43808f87e2cc22af63ae1e6bb65ab0) and version c1db00bd1a15c014826be2c79ec4fec94cff377b of consumer_app" which is clearly not true (see the matrix in the response)
I have already (please mark the applicable with an x):
Upgraded to the latest Pact Broker OR
Checked the CHANGELOG to see if the issue I am about to raise has been fixed
Created an executable example that demonstrates the issue using either a:
Dockerfile
Git repository with a Travis or Appveyor (or similar) build
Software versions
pact-broker docker version: 2.93.2.0
pact broker client details: pact-ruby-standalone CLI v 1.4.0
Expected behaviour
can-i-deploy check succeeds when there is successfull relevant verification between required versions of participants
Actual behaviour
can-i-deploy claims the consumer version is not deployable with an error even with successfull verification in the matrix
Just having a quick look through the json, I think you have duplicate providers. In the error message, it says "producer_app", but in the links, I see "producer-app".
"There is no verified pact between the latest version of producer_app with tag production (036b8bcd3a43808f87e2cc22af63ae1e6bb65ab0) and version c1db00bd1a15c014826be2c79ec4fec94cff377b of consumer_app"
The can-i-deploy response contains single verification result in the matrix whitch is successful.
The summary claims there is one verification with success and one with unknown status.
The error says "There is no verified pact between the latest version of producer_app with tag production (036b8bcd3a43808f87e2cc22af63ae1e6bb65ab0) and version c1db00bd1a15c014826be2c79ec4fec94cff377b of consumer_app" which is clearly not true (see the matrix in the response)
I have already (please mark the applicable with an
x
):Software versions
Expected behaviour
can-i-deploy check succeeds when there is successfull relevant verification between required versions of participants
Actual behaviour
can-i-deploy claims the consumer version is not deployable with an error even with successfull verification in the matrix
Relevant log files
can-i-reploy-result.txt
The text was updated successfully, but these errors were encountered: