Closed
Description
- Version:
master
- Platform: linux
- Subsystem: async_hooks
https://ci.nodejs.org/job/node-test-commit-linux/11523/nodes=centos5-64
not ok 26 async-hooks/test-graph.signal
---
duration_ms: 0.155
severity: fail
stack: |-
Mismatched onsigusr2 function calls. Expected exactly 2, actual 0.
at Object.exports.mustCall (/home/iojs/build/workspace/node-test-commit-linux/nodes/centos5-64/test/common/index.js:475:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/centos5-64/test/async-hooks/test-graph.signal.js:16:30)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)
at Function.Module.runMain (module.js:609:10)
at startup (bootstrap_node.js:158:16)
...
code
...
hooks.enable();
process.on('SIGUSR2', common.mustCall(onsigusr2, 2));
let count = 0;
exec(`kill -USR2 ${process.pid}`);
...
/cc @nodejs/async_hooks @Fishrock123 @thlorenz