-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
gRPC example project is failing on GitHub Windows agent #295
Comments
Hmm, interesting, thanks. I test on Windows here too and the gRPC tests are passing. I wonder if it's a C lib dependency or something going on, or version of Go. |
Yeah, I think it's the use of
But the implementation uses an unsigned long, which is a different type (but obviously matches the types on current targets).
|
fix: remove relative numeric size for message contents c interface. Fixes #295.
👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-1075). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps. |
@rholshausen released v2.0.0-beta.22 - mind seeing if the latest fixes it? I think they're the only two locations in the code that have |
Lots of example projects are failing across different OSs for different reasons on GitHub. Something must have been changed on the agents. |
🤦 Maybe you've been opted into an experiment :P |
It is now failing with
But only on Windows. |
Ah, I think this is a build problem: https://github.com/pact-foundation/pact-plugins/blob/main/.github/workflows/examples.yml#L227 |
Green build! |
ah! I noticed the I'll create a tracking issue to follow it up now. |
Software versions
Example project https://github.com/pact-foundation/pact-plugins/tree/main/examples/gRPC/area_calculator/consumer-go was upgraded to the latest Pact-Go using the following commands:
See commit pact-foundation/pact-plugins@5f293ae
The CI build is now failing on Windows (https://github.com/pact-foundation/pact-plugins/actions/runs/5206582349/jobs/9393298774) with the following error:
The text was updated successfully, but these errors were encountered: