diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-04-16 15:14:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 15:14:59 -0600 |
| commit | 9c0446567bd8c6441e0ced61eeb4b0e5604ac21e (patch) | |
| tree | 65354977f0ca301dcdaaa53b9d892c91112ea93a /tests/specs/test/worker_large_output/__test__.jsonc | |
| parent | d01e4c43c814f42fc1c16037bc050bf697dcf60e (diff) | |
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.
Diffstat (limited to 'tests/specs/test/worker_large_output/__test__.jsonc')
| -rw-r--r-- | tests/specs/test/worker_large_output/__test__.jsonc | 4 |
1 files changed, 4 insertions, 0 deletions
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" +} |
