From 9c0446567bd8c6441e0ced61eeb4b0e5604ac21e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 16 Apr 2024 15:14:59 -0600 Subject: fix(cli): Identify and fix a test deadlock (#23411) If a worker tried to flush large amounts of data right as the test was ending, it could cause the flush sync marker to get lost. --- tests/specs/test/worker_large_output/__test__.jsonc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/specs/test/worker_large_output/__test__.jsonc (limited to 'tests/specs/test/worker_large_output/__test__.jsonc') diff --git a/tests/specs/test/worker_large_output/__test__.jsonc b/tests/specs/test/worker_large_output/__test__.jsonc new file mode 100644 index 000000000..9e6533e8c --- /dev/null +++ b/tests/specs/test/worker_large_output/__test__.jsonc @@ -0,0 +1,4 @@ +{ + "args": "test main.js", + "output": "main.out" +} -- cgit v1.2.3