I got one problem with pact plugins: When I verif...
# libpact_ffi-users
t
I got one problem with pact plugins: When I verify provider's pacts that required plugins (csv, protobuf), on Linux and Mac, it work fine, but on Windows it hang. It happen on this line https://github.com/tienvx/pact-php/blob/rust-ffi-plugins-downloads/src/PhpPact/Standalone/ProviderVerifier/Verifier.php#L163 As you can see here https://github.com/tienvx/pact-php/actions/runs/3099040342 , all tests passed on Linux and Mac. On Windows it hang for hours. I have to cancel it manually. Version: • pact-ffi: 0.3.11 • pact-csv-plugin: 0.0.3 • pact-protobuf-plugin: 0.1.13 Pacts: https://github.com/tienvx/pact-php/tree/rust-ffi-plugins-downloads/example/pacts I test again on my Windows machine and the same behavior:
u
I have this same problem, and I haven't found the answer to the issue. Can you raise an issue for this?
t
Sure. I will report to pact-plugins repo