mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
This (not particularly elegant) native addon tests the effect of UV_THREADPOOL_SIZE on node-api. The test fails if Node.js allows more than UV_THREADPOOL_SIZE async tasks to run concurrently, or if it limits the number of concurrent async tasks to anything less than UV_THREADPOOL_SIZE. PR-URL: https://github.com/nodejs/node/pull/49165 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com> |
||
|---|---|---|
| .. | ||
| 1_hello_world | ||
| test_async | ||
| test_async_cleanup_hook | ||
| test_async_context | ||
| test_buffer | ||
| test_callback_scope | ||
| test_cleanup_hook | ||
| test_env_teardown_gc | ||
| test_exception | ||
| test_fatal | ||
| test_fatal_exception | ||
| test_general | ||
| test_init_order | ||
| test_instance_data | ||
| test_make_callback | ||
| test_make_callback_recurse | ||
| test_null_init | ||
| test_policy | ||
| test_reference_by_node_api_version | ||
| test_threadsafe_function | ||
| test_uv_loop | ||
| test_uv_threadpool_size | ||
| test_worker_buffer_callback | ||
| test_worker_terminate | ||
| test_worker_terminate_finalization | ||
| .gitignore | ||
| node-api.status | ||
| testcfg.py | ||