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

test-http-server-consumed-timeout failure on AIX #6333

Closed
mhdawson opened this issue Apr 21, 2016 · 7 comments
Closed

test-http-server-consumed-timeout failure on AIX #6333

mhdawson opened this issue Apr 21, 2016 · 7 comments
Assignees
Labels
http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests.

Comments

@mhdawson
Copy link
Member

mhdawson commented Apr 21, 2016

  • Version: master
  • Platform: AIX
  • Subsystem: http

Failure in latest AIX nightly run:

https://ci.nodejs.org/job/node-test-commit-aix/134/nodes=aix61-ppc64/console

not ok 488 test-http-server-consumed-timeout.js
# 
# assert.js:90
#   throw new assert.AssertionError({
#   ^
# AssertionError: Should not happen
#     at IncomingMessage.req.setTimeout (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/parallel/test-http-server-consumed-timeout.js:14:5)
#     at emitOne (events.js:96:13)
#     at IncomingMessage.emit (events.js:188:7)
#     at Socket. (_http_server.js:307:50)
#     at emitNone (events.js:86:13)
#     at Socket.emit (events.js:185:7)
#     at Socket._onTimeout (net.js:333:8)
#     at tryOnTimeout (timers.js:224:11)
#     at Timer.listOnTimeout (timers.js:198:5)
@mhdawson
Copy link
Member Author

Found no existing open issue with that test.

CI run to see if it is persistent or possibly a flaky test: https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix61-ppc64/134/

@mscdex mscdex added http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. labels Apr 21, 2016
@mhdawson
Copy link
Member Author

Ok 2 failures in a so seems consistent.

Don't see test in previous runs, so possibly a new test.

@mhdawson
Copy link
Member Author

Yup brand new test from:

ec2822a#diff-e44bba068894509e1b499a5239b19e69

FYI @indutny

@indutny
Copy link
Member

indutny commented Apr 21, 2016

What can I say. Timeouts are hard! Sorry...

@mhdawson
Copy link
Member Author

I've confirmed it is a timeout issue. I've been resisting upping the timeout on AIX but I think I just have to accept that its the right thing to do.

I'll submit a PR for that which will resolve this failure.

@mhdawson
Copy link
Member Author

PR #6342

@mhdawson
Copy link
Member Author

Closed by #6342

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

No branches or pull requests

3 participants