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: parallel/test-http-curl-chunk-problem fails frequently on iojs-centos5-64 #809

Closed
bnoordhuis opened this issue Feb 11, 2015 · 1 comment
Labels
test Issues and PRs related to the tests.

Comments

@bnoordhuis
Copy link
Member

This test fails with some regularity on the iojs-centos5-64 buildbot:

=== release test-http-curl-chunk-problem ===
Path: parallel/test-http-curl-chunk-problem
dd command:  dd if=/dev/zero of="/home/iojs/build/workspace/iojs+any-pr+multi/nodes/iojs-centos5-64/test/tmp.0/big" bs=1024 count=10240
Server running at http://localhost:8080
making curl request
events.js:141
      throw er; // Unhandled 'error' event
            ^
Error: write after end
    at ServerResponse.OutgoingMessage.write (_http_outgoing.js:392:15)
    at Socket.<anonymous> (/home/iojs/build/workspace/iojs+any-pr+multi/nodes/iojs-centos5-64/test/parallel/test-http-curl-chunk-problem.js:48:9)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:166:7)
    at readableAddChunk (_stream_readable.js:146:16)
    at Socket.Readable.push (_stream_readable.js:109:10)
    at Pipe.onread (net.js:510:20)
Command: out/Release/iojs /home/iojs/build/workspace/iojs+any-pr+multi/nodes/iojs-centos5-64/test/parallel/test-http-curl-chunk-problem.js

Here is an example run: https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/165/nodes=iojs-centos5-64/console (link may expire.)

@bnoordhuis bnoordhuis added the test Issues and PRs related to the tests. label Feb 11, 2015
@bnoordhuis
Copy link
Member Author

Oops, duplicate of #790.

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.
Projects
None yet
Development

No branches or pull requests

1 participant