diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-03-15 20:38:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 21:38:16 +0100 |
commit | c342cd36ba1af12d005167369d3a2f508496ef5d (patch) | |
tree | f875512a283166eae46dfddf5ca26f29c482499e /tests/integration/worker_tests.rs | |
parent | e40f9a5c14c51b6d05812e48fa072148fe79c74d (diff) |
fix(ext/node): worker_threads doesn't exit if there are message listeners (#22944)
Closes https://github.com/denoland/deno/issues/22934
Diffstat (limited to 'tests/integration/worker_tests.rs')
-rw-r--r-- | tests/integration/worker_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/worker_tests.rs b/tests/integration/worker_tests.rs index 8fdef8b2b..dd0c2d409 100644 --- a/tests/integration/worker_tests.rs +++ b/tests/integration/worker_tests.rs @@ -119,6 +119,7 @@ itest!(worker_ids_are_sequential { }); // Test for https://github.com/denoland/deno/issues/22629 +// Test for https://github.com/denoland/deno/issues/22934 itest!(node_worker_auto_exits { args: "run --quiet --allow-read workers/node_worker_auto_exits.mjs", output: "workers/node_worker_auto_exits.mjs.out", |