-
Notifications
You must be signed in to change notification settings - Fork 46
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
WARNING: Pact file has no interactions #359
Comments
Hmm, this is odd. Let me check the commit history to see what could be causing this. |
I think This query syntax |
But that should never result in the interaction being ignored and an empty Pact returned. It should either ignore just that matching rule and load the result or return an error for the whole process. I think it is something else going wrong. I'm debugging it now. |
Ok, got it failing correctly now (it was ignoring any error when loading the interaction).
|
Now to fix that issue |
0.4.13 works for me |
It works for me too. But I got another issue. Probably it's not related, so I will close this issue and create another issue for it. EDITED: Here is the issue anyway:
|
Created another issue for it #360 Thank you for fixing this one. Closing. |
How to reproduce this issue:
git clone --branch bug-pact-file-no-interactions [email protected]:tienvx/pact-php.git
cd pact-php/example/matchers/consumer
phpunit
cd ../provider
phpunit
This issue only happen with
0.4.12
. It doesn't happen with0.4.11
Here is the commit that can explain what happen:
The text was updated successfully, but these errors were encountered: