Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

AIX version fails with assertion on zombie cluster workers after master dies #21

@gireeshpunathil

Description

@gireeshpunathil

Two test cases fail with similar errors:

test-cluster-master-error.js

bash-4.2$ ./node test/simple/test-cluster-master-error.js

assert.js:92
throw new assert.AssertionError({
^
AssertionError: The workers did not die after an error in the master
at process. (/home/gireesh/aix/node/test/simple/test-cluster-master-error.js:137:12)
at process.g (events.js:180:16)
at process.EventEmitter.emit (events.js:117:20)

test-cluster-master-kill.js:

bash-4.2$ ./node test/simple/test-cluster-master-kill.js

assert.js:92
throw new assert.AssertionError({
^
AssertionError: worker was alive after master died
at process. (/home/gireesh/aix/node/test/simple/test-cluster-master-kill.js:95:12)
at process.g (events.js:180:16)
at process.EventEmitter.emit (events.js:117:20)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions