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

fix: set process.stdout._handle.setBlocking(true) on ffi init #510

Merged
merged 1 commit into from
May 29, 2024

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented May 28, 2024

fixes pact-foundation/pact-js#1216

Large number of pact verifications fail when run in parallel

fixes pact-foundation/pact-js#1216

Large number of pact verifications fail when run in parallel
@mefellows mefellows merged commit af76abd into pact-foundation:master May 29, 2024
19 checks passed
@mefellows
Copy link
Member

The only additional comment I would make is, do we need to consider undoing that operation when pact shuts down? Probably unnecessary.

@YOU54F
Copy link
Member Author

YOU54F commented May 29, 2024

I've assumed it's killed with the node process for the sake of simplicity of getting a fix out. Certainly happy to go for a belt and braces approach (being set at a test lifecycle start and end, rather than when the ffi init is called )

@YOU54F YOU54F deleted the fix/pact_js_issue_1216 branch June 26, 2024 01:02
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

Successfully merging this pull request may close these issues.

Message provider verification error: "Caught panic with error: failed printing to stdout"
2 participants