fedify icon indicating copy to clipboard operation
fedify copied to clipboard

`deno task test:bun` failed `InProcessMessageQueue` test.

Open dodok8 opened this issue 4 months ago • 0 comments

Summary

deno task test:bun failed - InProcessMessageQueue test.

Expected Behavior

deno task test:bun should pass all tests like deno task test and deno task test:node

Actual Behavior

InProcessMessageQueue Test failed while deno task test:bun

Environment

OS: WSL Ubuntu 22.04 Runtime: Bun Runtime version: 1.2.18

Logs / Screenshots

│ 1 tests failed:
│ (fail) InProcessMessageQueue [5705.35ms]
│  145 pass
│  5 skip
│  1 fail
│ Ran 151 tests across 35 files. [9.55s]
└─ Failed in 17.4s at /home/dodok8/Development/fedify/packages/fedify
/home/dodok8/Development/fedify/packages/fedify:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @fedify/[email protected] test:bun: `deno task codegen && tsdown && cd dist/ && bun test --timeout 60000`
Exit status 1

Steps to Reproduce

  1. Run deno task test:bun

dodok8 avatar Aug 22 '25 06:08 dodok8