-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
This socket has been ended by the other party #17288
Comments
Co-authored-by: Chris Suszyński <ksuszyns@redhat.com>
Does anyone perhaps have any more colour on this? I'm experiencing similar issue with similar looking stack trace on 8.2.0. |
As far as I know, this still isn't fixed yet. There's an open PR that should fix it cypress-io/node-http-proxy#1, but that needs some work. Meanwhile, we are running this work around: openshift-knative/serverless-operator#1101 so you could do similar in your project. |
This workaround no longer works in Cypress v10. It throws with the following error:
|
Able to solve this by updating below reference in apply-patches.js - from Cy 10 onwards.
|
Noting here for visibility, that I was experiencing this issue all the time and after manually applying the patch provided in cypress-io/node-http-proxy#1 (comment) (from July 2021 👀 ) it fixed this issue completely for my team. Cypress now reliably runs every time in CI. |
Current behavior
We are experiencing the following error:
This stack trace is from Cypress 7.5.0, but updating it to latest 7.7.0 doesn't solve the issue.
The following link captures recent CI builds that are affected: search.ci.openshift.org ws-incoming.js:115:16 in serverless-operator
This bug report is almost identical #5787 and #6458 which both were "addressed" in #6945 and released in Cypress 4.4.0.
I think that solution isn't the proper one.
Desired behavior
I'm convinced that the solution that was applied in cypress-io/node-http-proxy@9322b4b doesn't cover all possible cases.
I did try using the @caosm solution from this comment http-party/node-http-proxy#1342 (comment), and it helped (caosm/node-http-proxy@46d02be). After applying this patch, I don't see
EPIPE
errors anymore.Test code to reproduce
This problem is flaky. I can't provide other evidence than our CI search engine, here: search.ci.openshift.org ws-incoming.js:115:16 in serverless-operator
I could provide instructions to run our test suite - the following error should emerge after a couple of runs (especially on small VMs, maybe not connected?!?)
Cypress Version
7.7.0
Other
No response
The text was updated successfully, but these errors were encountered: