Skip to content

feat: use native Request / Response interface #7703

feat: use native Request / Response interface

feat: use native Request / Response interface #7703

Triggered via pull request November 25, 2025 17:10
Status Failure
Total duration 6m 44s
Artifacts

test-ci.yml

on: pull_request
Matrix: Build & Test
Release @next
Release @next
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build & Test (ubuntu-22.04, 24)
Process completed with exit code 1.
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L100
AssertionError: expected Uint8Array[ 66, 0, 78, 55, 49, 0, …(1025) ] to deeply equal Buffer[ 66, 0, 78, 55, 49, 0, 0, …(945) ] - Expected + Received @@ -1,7 +1,6 @@ - { - "data": [ + Uint8Array [ 66, 0, 78, 55, 49, @@ -1022,8 +1021,6 @@ 66, 49, 0, 102, 0, - ], - "type": "Buffer", - } + ] ❯ test/core/crawlers/file_download.test.ts:100:24
Build & Test (ubuntu-22.04, 22)
Process completed with exit code 1.
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L98
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ test/core/crawlers/file_download.test.ts:98:21
test/core/crawlers/file_download.test.ts > requestHandler - reading bytes synchronously: test/core/crawlers/file_download.test.ts#L100
AssertionError: expected Uint8Array[ 66, 0, 78, 55, 49, 0, …(1025) ] to deeply equal Buffer[ 66, 0, 78, 55, 49, 0, 0, …(945) ] - Expected + Received @@ -1,7 +1,6 @@ - { - "data": [ + Uint8Array [ 66, 0, 78, 55, 49, @@ -1022,8 +1021,6 @@ 66, 49, 0, 102, 0, - ], - "type": "Buffer", - } + ] ❯ test/core/crawlers/file_download.test.ts:100:24