From c342cd36ba1af12d005167369d3a2f508496ef5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 15 Mar 2024 20:38:16 +0000 Subject: fix(ext/node): worker_threads doesn't exit if there are message listeners (#22944) Closes https://github.com/denoland/deno/issues/22934 --- tests/integration/worker_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration') 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", -- cgit v1.2.3