0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/test/async-hooks
Rich Trott 457ceebabf test: fix unreliable async-hooks/test-signalwrap
Use an interval to keep the event loop open so the test does not exit
before receiving all signals fom asynchronous `exec()` calls.

PR-URL: https://github.com/nodejs/node/pull/17827
Fixes: https://github.com/nodejs/node/issues/14070
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-12-25 12:16:45 -08:00
..
coverage.md
hook-checks.js
init-hooks.js
test-callback-error.js async_hooks: deprecate undocumented API 2017-11-20 12:03:06 +01:00
test-connection.ssl.js
test-crypto-pbkdf2.js
test-crypto-randomBytes.js
test-disable-in-init.js
test-embedder.api.async-resource-no-type.js
test-embedder.api.async-resource.after-on-destroyed.js
test-embedder.api.async-resource.before-on-destroyed.js
test-embedder.api.async-resource.improper-order.js
test-embedder.api.async-resource.improper-unwind.js
test-embedder.api.async-resource.js test: replace assert.throws w/ common.expectsError 2017-12-11 18:21:58 -05:00
test-emit-before-after.js async_hooks: deprecate undocumented API 2017-11-20 12:03:06 +01:00
test-emit-init.js async_hooks: deprecate undocumented API 2017-11-20 12:03:06 +01:00
test-enable-disable.js
test-enable-in-init.js
test-fseventwrap.js
test-fsreqwrap-access.js
test-fsreqwrap-readFile.js
test-getaddrinforeqwrap.js
test-getnameinforeqwrap.js
test-graph.connection.js
test-graph.fsreq-readFile.js
test-graph.intervals.js
test-graph.pipe.js
test-graph.pipeconnect.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-graph.shutdown.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-graph.signal.js test: fix flaky async-hooks/test-graph.signal 2017-12-08 11:34:42 -08:00
test-graph.statwatcher.js
test-graph.tcp.js test: remove common.PORT from parallel tests 2017-12-05 00:07:27 -08:00
test-graph.timeouts.js
test-graph.tls-write.js test: remove common.PORT from parallel tests 2017-12-05 00:07:27 -08:00
test-httpparser.request.js
test-httpparser.response.js
test-immediate.js
test-internal-nexttick-default-trigger.js
test-net-get-connections.js
test-no-assert-when-disabled.js async_hooks: remove deprecated API 2017-11-22 11:25:03 +01:00
test-pipeconnectwrap.js async_wrap: add provider types for net server 2017-11-28 02:50:54 +01:00
test-pipewrap.js
test-promise.chain-promise-before-init-hooks.js test: use common.crashOnUnhandledRejection 2017-11-22 12:07:33 -08:00
test-promise.js test: use common.crashOnUnhandledRejection 2017-11-22 15:57:31 -08:00
test-promise.promise-before-init-hooks.js
test-querywrap.js
test-shutdownwrap.js
test-signalwrap.js test: fix unreliable async-hooks/test-signalwrap 2017-12-25 12:16:45 -08:00
test-statwatcher.js
test-tcpwrap.js test: remove common.PORT from parallel tests 2017-12-05 00:07:27 -08:00
test-timerwrap.setInterval.js
test-timerwrap.setTimeout.js
test-tlswrap.js
test-ttywrap.readstream.js
test-ttywrap.writestream.js
test-udpsendwrap.js
test-udpwrap.js
test-writewrap.js test: remove common.PORT from parallel tests 2017-12-05 00:07:27 -08:00
test-zlib.zlib-binding.deflate.js
testcfg.py
tick.js
verify-graph.js