1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 10:07:54 -05:00
denoland-deno/cli/tests
Yoshiya Hinosawa 6d03a55934 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-31 11:43:20 -06:00
..
integration chore: fix flaky pty_internal_repl (#18486) 2023-03-31 11:43:19 -06:00
node_compat chore(ext/node): run node compat parallel tests in core number concurrency (#18505) 2023-03-31 11:43:20 -06:00
testdata chore: restore pty tests and make them run on the Linux CI (#18424) 2023-03-31 11:43:19 -06:00
unit chore(ext/kv): add limits (#18415) 2023-03-31 11:43:18 -06:00
unit_node test(ext/node): add timers_tests.ts from std/node (#18472) 2023-03-31 11:43:19 -06:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00