Improve HttpRequests
#3152
tests.yml
on: pull_request
style-check
26s
types-check
46s
Matrix: integration_tests
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.
|