Skip to content
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

Support messages in rust verifier for specification v3.0 #73

Closed
dallagi opened this issue Sep 7, 2020 · 2 comments
Closed

Support messages in rust verifier for specification v3.0 #73

dallagi opened this issue Sep 7, 2020 · 2 comments

Comments

@dallagi
Copy link
Contributor

dallagi commented Sep 7, 2020

The version 3.0 of the pact specification introduces support for messages, as documented here.

However, the reference implementation of the verifier for the v3.0 specification does not appear to support messages.
When run against a v3 pact, the output is as follows:

Verifying a pact between <consumer> and <provider>
         WARNING: Pact file has no interactions

Looking at the code - even though I'm not really fluent in Rust - it looks like it only supports "standard" interactions.

In case it may be helpful, the example contract I was trying to validate via the cli verifier can be found here

Thank you!

@uglyog
Copy link
Member

uglyog commented Sep 13, 2020

Message support was added with #74

@dallagi
Copy link
Contributor Author

dallagi commented Oct 1, 2020

I just tested this functionality and indeed it works perfectly. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants