-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing Results Using URI Sources Fails (Link/Resource was not found) #417
Comments
Yeah the code looks fine to me, so this is most likely a bug in the FFI library. Tagging in @uglyog and @mefellows |
Ok, I'll have a look and see if I can spot what is going on |
That is getting a If you set logging to DEBUG (or TRACE which will be very verbose), you should see the requests being made to the broker. |
Hello, Hopefully this is enough detail
The URLs all look fine to me, except it perhaps adding
|
Thanks for the logs, let me try replicate it. It should be using the links to make the request, so maybe there is a bug with how it handles that. |
Confirmed. It is a bug when trying to publish the provider branch before the actual verification results. |
Thanks Ron! We seem to have a similar report for Pact JS: https://pact-foundation.slack.com/archives/C9VBGLUM9/p1662460775969709. I'll let them know. |
I've released Pact FFI Library 0.3.11 with a fix for this |
Thanks Ron - releasing a new version of the core now for Pact JS. |
Fixed in #418 |
Following on from Issue #392 (Support Publishing Results Using URI Sources). I'm still not getting publishing working on PactUrl set by the Pact Broker webhook.
When the contract verification fails I see the following log
When the contract verification passes I don't see the logs the same way.
Trying that I get:
My code:
The text was updated successfully, but these errors were encountered: