0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 16:34:05 +01:00
nodejs/test/pummel
Rich Trott 1a3c7473ec test: use Promise.all() in test-hash-seed
We have several tests where a number of asynchronous processes need to
finish before some checks happen. These are done in a number of ways,
including (as here) using our Countdown testing module. I think
Promise.all() may be the idiomatic and ergonomic way to go for a lot of
these tests. Using this one to get feedback on the idea.

PR-URL: https://github.com/nodejs/node/pull/32273
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
2020-03-17 18:29:56 -07:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh-hash.js
test-crypto-dh-keys.js
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js
test-fs-largefile.js
test-fs-readfile-tostring-fail.js
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js
test-fs-watch-system-limit.js
test-hash-seed.js test: use Promise.all() in test-hash-seed 2020-03-17 18:29:56 -07:00
test-heapdump-dns.js
test-heapdump-env.js
test-heapdump-fs-promise.js
test-heapdump-http2.js
test-heapdump-inspector.js
test-heapdump-tls.js
test-heapdump-worker.js
test-heapdump-zlib.js
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js
test-net-connect-econnrefused.js
test-net-many-clients.js
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js
test-net-timeout2.js
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js
test-stream-pipe-multi.js
test-timers.js
test-tls-server-large-request.js
test-tls-throttle.js
test-vm-memleak.js
test-vm-race.js
test-watch-file.js
test-worker-take-heapsnapshot.js
testcfg.py