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

CircleCI throwing Socket hang up errors when running tests #637

Closed
utkarshsaxena93 opened this issue Sep 12, 2017 · 4 comments
Closed

CircleCI throwing Socket hang up errors when running tests #637

utkarshsaxena93 opened this issue Sep 12, 2017 · 4 comments
Labels
CI General issues involving running in a CI provider type: bug

Comments

@utkarshsaxena93
Copy link

Is this a Feature or Bug?

Bug

Current behavior:

When running a test on CircleCI, it throws socket hangup error. This error disappears randomly when it is rerun (only when I push new changes which lead to a new CircleCI run, not when I rebuild/rerun the same pipeline)

Desired behavior:

It should run the test.

How to reproduce:

Attempt to run a test on circle CI

Test code:

cy.visit('https://admin4.myshopify.com') // This is a production URL you can go to from any browser

Additional Info (images, stack traces, etc)

screen shot 2017-09-12 at 11 19 32 am

@brian-mann
Copy link
Member

brian-mann commented Sep 12, 2017

Possibly a bug in node core. Will investigate.

Refs:
nodejs/node#9845

request/request#2047

@utkarshsaxena93
Copy link
Author

Thanks @brian-mann Let me know if I can help you with this in any way (testing it out, etc)

@vladholubiev
Copy link

Updating node from 8.10.0 to 8.11.1 seems to solve this issue for me

@kuceb
Copy link
Contributor

kuceb commented Aug 21, 2018

thanks @vladgolubev , I'm going to close this for now

@kuceb kuceb closed this as completed Aug 21, 2018
@jennifer-shehane jennifer-shehane added CI General issues involving running in a CI provider and removed CI: circle labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI General issues involving running in a CI provider type: bug
Projects
None yet
Development

No branches or pull requests

5 participants