1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/node_compat
Yoshiya Hinosawa 3deade4b14
chore(ext/node): run node compat parallel tests in core number concurrency (#18505)
We currently run the all test cases in `parallel` category at the same
time, which invokes hundreds process at the same time, and that seems
causing some flakiness in CI. (maybe related to #18487)

This PR limits the concurrency to the number of cpu cores. This is more
aligned to how Node.js run their `parallel` test in their repository.
42c4a35952/Makefile (L356)
2023-03-30 16:35:45 +02:00
..
test test: fix test_check_origin_not_supported (#18504) 2023-03-30 19:17:39 +05:30
common.ts chore(tools): restore node compat test setup script (#18290) 2023-03-21 22:38:07 +09:00
config.json test: fix test_check_origin_not_supported (#18504) 2023-03-30 19:17:39 +05:30
import_map.json test: add node compat tests (#17805) 2023-02-17 23:58:52 +09:00
runner.ts test: add node compat tests (#17805) 2023-02-17 23:58:52 +09:00
test.ts chore(ext/node): run node compat parallel tests in core number concurrency (#18505) 2023-03-30 16:35:45 +02:00