Skip to content

tests: test-debugger-util-regression failure "program should not terminate" #6201

Closed
@jhamhader

Description

@jhamhader
  • Version: latest (commit fb5f66a)
  • Platform: Linux 4.4.5-1-ARCH x86_64 GNU/Linux
  • Subsystem: tests

Running make test (regardless of the number of jobs) produces the following failure:

=== release test-debugger-util-regression ===
Path: parallel/test-debugger-util-regression
assert.js:90
  throw new assert.AssertionError({
  ^
AssertionError: the program should not terminate
    at Object.exports.fail (/home/<username>/src/node/test/common.js:462:10)
    at Socket.proc.stdout.on (/home/<username>/src/node/test/parallel/test-debugger-util-regression.js:49:12)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at readableAddChunk (_stream_readable.js:153:18)
    at Socket.Readable.push (_stream_readable.js:111:10)
    at Pipe.onread (net.js:529:20)
Command: out/Release/node /home/<username>/src/node/test/parallel/test-debugger-util-regression.js

and somtimes:

=== release test-debugger-repeat-last ===                                      
Path: parallel/test-debugger-repeat-last
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:893:11)
    at Pipe.onread (net.js:550:26)
Command: out/Release/node /home/<username>/src/node/test/parallel/test-debugger-repeat-last.js

Seems like commit 1df84f4 introduces the issue.

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