-
Notifications
You must be signed in to change notification settings - Fork 40
Error: write EPIPE #130
Comments
Is this causing CI to fail when shutting down? The remote end is likely terminating while we're trying to write but we should be catching the error. |
Yes, it causes CI failures. |
Any idea where this should be handled? I'm seeing this maybe 1 job in 10, and considering each build has 18 jobs that means I see it pretty often. |
Bumping this to a P0 and looking into it as it's currently a huge pain in CI |
Based on the added code it looks like the error is coming from the This may not be an issue with TCP itself but application/library code not catching errors when calling |
@achingbrain I added a patch in [email protected] that should help catch errors like this. Can you let me know if you continue to see this in CI after upgrading? |
Seeing the same issue recurrently in Lodestar CI and local tests |
I haven't seen this for at least a year so I'm going to close this. @dapplion please shout if this is still causing problems. |
This sometimes happens during CI for js-IPFS, usually after a test has passed and it's tearing down the nodes in an
after
orafterEach
block.This is with
[email protected]
.The text was updated successfully, but these errors were encountered: