0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/async-hooks
Andreas Madsen de762b71f2
async_hooks: rename currentId and triggerId
currentId is renamed to executionAsyncId
triggerId is renamed to triggerAsyncId
AsyncResource.triggerId is renamed to AsyncResource.triggerAsyncId
AsyncHooksGetCurrentId is renamed to AsyncHooksGetExecutionAsyncId
AsyncHooksGetTriggerId is renamed to AsyncHooksGetTriggerAsyncId

PR-URL: https://github.com/nodejs/node/pull/13490
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2017-06-14 12:39:53 +02:00
..
coverage.md
hook-checks.js
init-hooks.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-callback-error.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-connection.ssl.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-crypto-pbkdf2.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-crypto-randomBytes.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-embedder.api.async-resource.after-on-destroyed.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-embedder.api.async-resource.before-on-destroyed.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-embedder.api.async-resource.improper-order.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-embedder.api.async-resource.improper-unwind.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-embedder.api.async-resource.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-emit-before-after.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-emit-init.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-enable-disable.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-fseventwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-fsreqwrap-access.js test: improve async hooks test error messages 2017-06-03 23:08:24 +02:00
test-fsreqwrap-readFile.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-getaddrinforeqwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-getnameinforeqwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.connection.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.fsreq-readFile.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.intervals.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.pipe.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.pipeconnect.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.shutdown.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.signal.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.statwatcher.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.tcp.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.timeouts.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-graph.tls-write.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-httpparser.request.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-httpparser.response.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-immediate.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-pipeconnectwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-pipewrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-promise.chain-promise-before-init-hooks.js async_hooks: use parent promise as triggerId 2017-06-03 22:42:33 +02:00
test-promise.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-promise.promise-before-init-hooks.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-querywrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-shutdownwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-signalwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-statwatcher.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-tcpwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-timerwrap.setInterval.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-timerwrap.setTimeout.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-tlswrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-ttywrap.readstream.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-ttywrap.writestream.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-udpsendwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-udpwrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-writewrap.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
test-zlib.zlib-binding.deflate.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
testcfg.py
tick.js
verify-graph.js async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00