diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-03-14 01:22:53 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 19:52:53 +0000 |
| commit | bbc211906dcd5043af549250343cd7b42fb45043 (patch) | |
| tree | 49868b4b758290dcec6668f95495ce9d79ad6a86 /tests/integration/worker_tests.rs | |
| parent | 0fd8f549e2194223eca2d4b17f4e96cd5a0f5fd5 (diff) | |
fix(ext/node): make worker ids sequential (#22884)
Diffstat (limited to 'tests/integration/worker_tests.rs')
| -rw-r--r-- | tests/integration/worker_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/worker_tests.rs b/tests/integration/worker_tests.rs index 492a06e36..8fdef8b2b 100644 --- a/tests/integration/worker_tests.rs +++ b/tests/integration/worker_tests.rs @@ -112,6 +112,12 @@ itest!(worker_doest_stall_event_loop { exit_code: 0, }); +itest!(worker_ids_are_sequential { + args: "run --quiet -A workers/worker_ids_are_sequential.ts", + output: "workers/worker_ids_are_sequential.ts.out", + exit_code: 0, +}); + // Test for https://github.com/denoland/deno/issues/22629 itest!(node_worker_auto_exits { args: "run --quiet --allow-read workers/node_worker_auto_exits.mjs", |
