Skip to content

test/parallel/test-sync-io-option.js seems to be failing occasionally #1837

Closed
@evanlucas

Description

@evanlucas

These are the two assertions I am getting:

assert.js:88
  throw new assert.AssertionError({
        ^
AssertionError: 1 == 2
    at ChildProcess.<anonymous> (/Users/evan/dev/code/forks/io.js/test/parallel/test-sync-io-option.js:33:16)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at Process.ChildProcess._handle.onexit (child_process.js:1009:12)
assert.js:88
  throw new assert.AssertionError({
        ^
AssertionError: 0 == 2
    at ChildProcess.<anonymous> (/Users/evan/dev/code/forks/io.js/test/parallel/test-sync-io-option.js:33:16)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at Process.ChildProcess._handle.onexit (child_process.js:1009:12)

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