Skip to content

Improve HttpRequests #3152

Improve HttpRequests

Improve HttpRequests #3152

Triggered via pull request October 10, 2024 09:50
Status Failure
Total duration 2m 43s
Artifacts

tests.yml

on: pull_request
style-check
26s
style-check
types-check
46s
types-check
Matrix: integration_tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors
style-check: src/clients/client.ts#L228
'config' is defined but never used. Allowed unused args must match /^_/u
style-check: src/indexes.ts#L103
'config' is defined but never used. Allowed unused args must match /^_/u
style-check: src/indexes.ts#L125
'config' is defined but never used. Allowed unused args must match /^_/u
style-check: src/indexes.ts#L165
'config' is defined but never used. Allowed unused args must match /^_/u
style-check
Process completed with exit code 1.
tests/search.test.ts > Test on abortable search > Master key: search should be aborted when reaching timeout: tests/search.test.ts#L1272
AssertionError: expected 'invalid_argument' to deeply equal 'request timed out after 1ms' Expected: "request timed out after 1ms" Received: "invalid_argument" ❯ tests/search.test.ts:1272:31
tests/search.test.ts > Test on abortable search > Admin key: search should be aborted when reaching timeout: tests/search.test.ts#L1272
AssertionError: expected 'invalid_argument' to deeply equal 'request timed out after 1ms' Expected: "request timed out after 1ms" Received: "invalid_argument" ❯ tests/search.test.ts:1272:31
tests/search.test.ts > Test on abortable search > Search key: search should be aborted when reaching timeout: tests/search.test.ts#L1272
AssertionError: expected 'invalid_argument' to deeply equal 'request timed out after 1ms' Expected: "request timed out after 1ms" Received: "invalid_argument" ❯ tests/search.test.ts:1272:31
integration-tests (Node.js 18)
Process completed with exit code 1.