-
Notifications
You must be signed in to change notification settings - Fork 676
Error: This socket has been ended by the other party #6558
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
Comments
I wasn't able to find the cause of the socket error because most of my debug runs contained no errors due to instability. Could you please ask your developer team to make some isolated minimal example that can be build/run/host locally on our side? |
@Farfurix Thanks for your response. We are confused on your statements that you weren't able to replicate due to no errors...due to instability. In the project I sent, you can see the test results file with all the errors and I provided the CLI command to replicate. I get similar results every run when I kick off the project. Something else you can do is run the suite and as soon as it's done, run it again immediately after. That will make most/all the tests fail with 'Uncaught Exception' and EPIPE errors. There has to be something with headless and concurrency causing this issue. The question is: is it on our side, Chrome's side, or TestCafe's side OR a combination of all three. I asked our manager if there was a way to isolate something locally, but unfortunately, we don't have the time or resources to do so. Our workaround is to run the suite serially, which isn't scalable and will cause our deployments to take a long time. More time than what the team is willing to accept as a standard. Any insight would be greatly appreciated. Thanks, |
We are now trying to find the cause of this socket issue with your website, but I cannot give you any estimates. |
I see there may have been a fix merged above. Do we have an ETA on a prod release? |
Hello, Unfortunately, right now I cannot say when exactly the new version will be released. |
fixed |
What is your Test Scenario?
What is the Current behavior?
In many cases, the test will fail with the "Uncaught exception" error.
What is the Expected behavior?
The test always succeeds.
What is your web application and your TestCafe test code?
Your website URL (or attach your complete example):
https://reborncf.com/users/sign_in
Your complete test code (or attach your test files):
Your complete test report:
Steps to Reproduce:
Run this test:
Your Environment details:
testcafe chrome test.js
The text was updated successfully, but these errors were encountered: