Skip to content

test-child-process-fork-getconnections intermittently fails #1100

@Fishrock123

Description

@Fishrock123

Sometimes getting this when testing master (fe36076) on OS X 10.10.2

Jeremiahs-MacBook-Pro:io.js Jeremiah$ make test
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C out BUILDTYPE=Release V=1
make[1]: Nothing to be done for `all'.
ln -fs out/Release/iojs iojs
/usr/bin/python tools/test.py --mode=release message parallel sequential -J
=== release test-child-process-fork-getconnections ===                         
Path: sequential/test-child-process-fork-getconnections
/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:18
          throw new Error('[c] closing by accident!');
                ^
Error: [c] closing by accident!
    at Socket.<anonymous> (/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:18:17)
    at emitNone (events.js:72:20)
    at Socket.emit (events.js:163:7)
    at _stream_readable.js:891:16
    at process._tickCallback (node.js:349:13)
/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:36
      throw new Error('child died unexpectedly!');
            ^
Error: child died unexpectedly!
    at ChildProcess.<anonymous> (/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:36:13)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:169:7)
    at Process.ChildProcess._handle.onexit (child_process.js:1044:12)
Command: out/Release/iojs /Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js

cc @bnoordhuis?

Metadata

Metadata

Assignees

No one assigned

    Labels

    testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions