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

parallel/test-https-connect-address-family and parallel/test-tls-connect-address-family failures #7406

Closed
mhdawson opened this issue Jun 24, 2016 · 7 comments
Labels
test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.

Comments

@mhdawson
Copy link
Member

mhdawson commented Jun 24, 2016

  • Version: Master
  • Platform: several linuxes
  • Subsystem: net

parallel/test-https-connect-address-family/parallel/test-tls-connect-address-family

have started failing this morning on ppc le runs, was only running plinux job so not sure yet about other platforms.

https://ci.nodejs.org/job/node-test-commit-plinux/2974/nodes=ppcle-ubuntu1404/console

not ok 570 parallel/test-https-connect-address-family
# events.js:160
#       throw er; // Unhandled 'error' event
#       ^
# 
# Error: getaddrinfo ENOTFOUND localhost localhost:12446
#     at errnoException (dns.js:28:10)
#     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:79:26)
  ---
  duration_ms: 2.413

not ok 951 parallel/test-tls-connect-address-family
# events.js:160
#       throw er; // Unhandled 'error' event
#       ^
# 
# Error: getaddrinfo ENOTFOUND localhost localhost:12646
#     at errnoException (dns.js:28:10)
#     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:79:26)
  ---
  duration_ms: 0.272
@mhdawson mhdawson added the test Issues and PRs related to the tests. label Jun 24, 2016
@mhdawson
Copy link
Member Author

Broader linux run to see if is just linux ppcle or not

https://ci.nodejs.org/job/node-test-commit-linux/3906/

@mhdawson
Copy link
Member Author

mhdawson commented Jun 24, 2016

Possibly related to https://github.com/nodejs/node/search?q=https-connect-address-family&type=Issues&utf8=%E2%9C%93, but not sure why we are seeing failures now.

@mhdawson
Copy link
Member Author

Seems to be failing on other linux variants as well

@mhdawson
Copy link
Member Author

mhdawson commented Jun 24, 2016

Looks like this is still in the parallel.status so not sure what is going on:

# Flaky until https://github.com/nodejs/build/issues/415 is resolved.
# On some of the buildbots, AAAA queries for localhost don't resolve
# to an address and neither do any of the alternatives from the
# localIPv6Hosts list from test/common.js.
test-https-connect-address-family : PASS,FLAKY
test-tls-connect-address-family : PASS,FLAKY

@mhdawson mhdawson changed the title PPCle:parallel/test-https-connect-address-family/parallel/test-tls-connect-address-family failures parallel/test-https-connect-address-family and parallel/test-tls-connect-address-family failures Jun 24, 2016
@mscdex mscdex added the tls Issues and PRs related to the tls subsystem. label Jun 24, 2016
@Trott
Copy link
Member

Trott commented Jun 24, 2016

@nodejs/testing

@gibfahn
Copy link
Member

gibfahn commented Jun 27, 2016

I believe this is the same issue as #7288

@mhdawson
Copy link
Member Author

@gibm that was the link I tried to include in the earlier comment but did not get the link right. What's strange is that the test was actually failing in the community CI even though it was marked as flaky. It seems to be passing again in the community CI runs so I'm closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants