Skip to content

feat: implement batch operator #32

feat: implement batch operator

feat: implement batch operator #32

Re-run triggered July 5, 2024 01:00
Status Failure
Total duration 30s
Artifacts

test-prs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unhandled error: test/transforms.test.ts#L260
Error: Timed out in waitFor! ❯ test/transforms.test.ts:260:16 This error originated in "test/transforms.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 "with timeout". 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.
test/transforms.test.ts > stream transforms > batch > with timeout: test/transforms.test.ts#L375
AssertionError: expected "spy" to be called 1 times, but got 2 times ❯ test/transforms.test.ts:375:28
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/