-
Notifications
You must be signed in to change notification settings - Fork 41
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
Random error capturing snapshot #899
Comments
Hi @esetnik , Can you please check by setting the concurrency to 1 in percy.yml and gradually increasing it? Currently, we're unsure why this is happening, and it's not reproducible on our end. |
I can confirm it is still happening with: discovery:
retry: true
concurrency: 1 |
Also tried @percy/cli@v1.30.6 and able to reproduce with that version as well. |
I found that this is a duplicate of #451 |
Hi @esetnik This type of error comes when resources are fully utilized. |
@esetnik can you create a support ticket on percy. |
Ok, i just did. |
The problem
Every now and then I will get a failure from percy saying "RequestError: Error: write EPIPE". I don't know how to reproduce it or fix it. Only happens in ~1/10 builds.
Environment
@percy/cli
version: 1.30.4Details
If necessary, describe the problem you have been experiencing in more detail.
Debug logs
If you are reporting a bug, always include logs! Give the "Debugging SDKs"
document a quick read for how to gather logs
Please do not trim or edit these logs, often times there are hints in the full
logs that help debug what is going on.
Code to reproduce issue
Given the nature of testing/environment bugs, it’s best to try and isolate the
issue in a reproducible repo. This will make it much easier for us to diagnose
and fix.
The text was updated successfully, but these errors were encountered: