feat: use native Request / Response interface
#7703
test-ci.yml
on: pull_request
Matrix: Build & Test
Docs build
5m 33s
Lint
1m 13s
Release @next
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
|