node/test/async-hooks
Darkripper214 e46c680bf2 test: improve clarity of ALS-enable-disable.js
The last als.run() will reactivate the als,
hence the test should test for getting the object,
not undefined

PR-URL: https://github.com/nodejs/node/pull/38008
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2021-04-02 18:37:35 +02:00
..
async-hooks.status
coverage.md doc: adjust table alignment for remark v13 2020-11-02 16:56:31 -08:00
hook-checks.js
init-hooks.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
test-async-await.js
test-async-exec-resource-http-32060.js
test-async-exec-resource-http.js
test-async-exec-resource-match.js
test-async-local-storage-args.js
test-async-local-storage-async-await.js
test-async-local-storage-async-functions.js
test-async-local-storage-enable-disable.js test: improve clarity of ALS-enable-disable.js 2021-04-02 18:37:35 +02:00
test-async-local-storage-enter-with.js
test-async-local-storage-errors.js
test-async-local-storage-gcable.js
test-async-local-storage-http-agent.js async_hooks: don't reuse resource in HttpAgent when queued 2020-07-30 19:26:44 +03:00
test-async-local-storage-http.js
test-async-local-storage-misc-stores.js
test-async-local-storage-nested.js
test-async-local-storage-no-mix-contexts.js
test-async-local-storage-promises.js
test-async-local-storage-run-resource.js async_hooks: avoid unneeded AsyncResource creation 2020-08-06 23:26:13 +02:00
test-async-local-storage-thenable.js test: AsyncLocalStorage works with thenables 2020-06-24 15:44:49 +02:00
test-callback-error.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
test-crypto-pbkdf2.js
test-crypto-randomBytes.js
test-destroy-not-blocked.js async_hooks: execute destroy hooks earlier 2020-08-02 23:13:42 +02:00
test-disable-in-init.js
test-embedder.api.async-resource-no-type.js
test-embedder.api.async-resource.js
test-embedder.api.async-resource.runInAsyncScope.js
test-emit-after-on-destroyed.js
test-emit-before-after.js
test-emit-before-on-destroyed.js
test-emit-init.js
test-enable-disable.js test: adjust comments for upcoming lint rule 2020-10-07 04:36:02 -07:00
test-enable-in-init.js
test-filehandle-no-reuse.js
test-fseventwrap.js test: fix ibmi skip message 2021-03-22 10:56:05 -07:00
test-fsreqcallback-access.js
test-fsreqcallback-readFile.js
test-getaddrinforeqwrap.js
test-getnameinforeqwrap.js
test-graph.fsreq-readFile.js
test-graph.http.js
test-graph.intervals.js
test-graph.pipe.js
test-graph.pipeconnect.js
test-graph.shutdown.js
test-graph.signal.js
test-graph.statwatcher.js
test-graph.tcp.js
test-graph.timeouts.js
test-graph.tls-write-12.js
test-graph.tls-write.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-http-agent-handle-reuse-parallel.js async_hooks: don't reuse resource in HttpAgent when queued 2020-07-30 19:26:44 +03:00
test-http-agent-handle-reuse-serial.js async_hooks: don't reuse resource in HttpAgent when queued 2020-07-30 19:26:44 +03:00
test-httpparser-reuse.js
test-httpparser.request.js
test-httpparser.response.js
test-immediate.js
test-improper-order.js
test-improper-unwind.js
test-late-hook-enable.js src: add callback scope for native immediates 2020-07-20 20:37:08 +02:00
test-net-get-connections.js
test-nexttick-default-trigger.js
test-no-assert-when-disabled.js
test-pipeconnectwrap.js
test-pipewrap.js
test-promise.chain-promise-before-init-hooks.js
test-promise.js
test-promise.promise-before-init-hooks.js
test-querywrap.js
test-queue-microtask.js
test-shutdownwrap.js
test-signalwrap.js
test-statwatcher.js
test-tcpwrap.js
test-timers.setInterval.js
test-timers.setTimeout.js
test-tlswrap.js
test-ttywrap.readstream.js
test-udpsendwrap.js
test-udpwrap.js
test-unhandled-rejection-context.js async_hooks: set unhandledRejection async context 2021-02-13 16:49:21 +02:00
test-writewrap.js
test-zlib.zlib-binding.deflate.js
testcfg.py
verify-graph.js