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

test: fix flaky test-otlp-metrics.mjs #143

Merged

Conversation

santigimeno
Copy link
Member

Avoid calling child.send('exit') multiple times as it might trigger an EPIPE error.

@santigimeno santigimeno self-assigned this Jun 17, 2024
@santigimeno santigimeno marked this pull request as ready for review June 17, 2024 18:31
Avoid calling `child.send('exit')` multiple times as it might trigger an
`EPIPE` error.

PR-URL: #143
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
@santigimeno santigimeno force-pushed the santi/fix_flaky_grpc_metrics_test branch from a3ee043 to a184544 Compare June 17, 2024 18:33
@santigimeno santigimeno merged commit a184544 into node-v20.x-nsolid-v5.x Jun 17, 2024
2 checks passed
@santigimeno santigimeno deleted the santi/fix_flaky_grpc_metrics_test branch June 17, 2024 18:33
santigimeno added a commit that referenced this pull request Jun 17, 2024
Avoid calling `child.send('exit')` multiple times as it might trigger an
`EPIPE` error.

PR-URL: #143
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
santigimeno added a commit that referenced this pull request Jun 20, 2024
Avoid calling `child.send('exit')` multiple times as it might trigger an
`EPIPE` error.

PR-URL: #143
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
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.

2 participants