build: add test-with-async-hooks · nodejs/node@81515c7 · GitHub
Skip to content

Commit 81515c7

Browse files
trevnorrisMylesBorins
authored andcommitted
build: add test-with-async-hooks
The new test-with-async-hooks runs all normal tests (except async-hooks) with the environment variable NODE_TEST_WITH_ASYNC_HOOKS set. These extra checks do a minimum check to make sure async_hooks operates normally under all other tests. e.g. if init() or destroy() is called twice for the same id. Also move test "async-hooks" from CI_JS_SUITES into its own CI_ASYNC_HOOKS. Makes it cleaner to add, instead of supplying a massive list of tests that may change in the future. PR-URL: #14208 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 44ea525 commit 81515c7

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

Makefile

Lines changed: 13 additions & 3 deletions

0 commit comments

Comments
 (0)