poll for TIOCINQ and TIOCOUTQ instead of POLLIN, bump repeats #280
Annotations
3 errors
tests/index.test.ts#L351
AssertionError: expected 20479 to be 20480 // Object.is equality
- Expected
+ Received
- 20480
+ 20479
❯ onExit tests/index.test.ts:351:48
❯ ReadStream.handleEnd wrapper.ts:104:7
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "doesnt miss large output from fast commands". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/index.test.ts#L351
AssertionError: expected 19262 to be 20480 // Object.is equality
- Expected
+ Received
- 20480
+ 19262
❯ onExit tests/index.test.ts:351:48
❯ ReadStream.handleEnd wrapper.ts:104:7
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "doesnt miss large output from fast commands". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
This job failed
Loading