Skip to content

chore: prepare release 2024-10-17 [skip-bc] #20948

chore: prepare release 2024-10-17 [skip-bc]

chore: prepare release 2024-10-17 [skip-bc] #20948

Triggered via pull request October 17, 2024 13:28
Status Failure
Total duration 17m 24s
Artifacts 11
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
Matrix: client_gen
client javascript@22.9.0
4m 16s
client javascript@22.9.0
client kotlin@17.0.12 macos
4m 35s
client kotlin@17.0.12 macos
client swift@5.9 macos
4m 6s
client swift@5.9 macos
codegen
0s
codegen
check_green
0s
check_green
push_and_release
0s
push_and_release
Fit to window
Zoom out
Zoom in

Annotations

11 errors
__tests__/algoliasearch.browser.test.ts > sets the ua: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.browser.test.ts#L10
AssertionError: expected { …(2) } to deeply equal { add: Any<Function>, …(1) } - Expected + Received Object { "add": Any<Function>, - "value": StringContaining "Algolia for JavaScript (0.0.1); Search (0.0.1); Browser", + "value": "Algolia for JavaScript (0.0.1); Search (0.0.1); Node.js (22.9.0)", } ❯ __tests__/algoliasearch.browser.test.ts:10:43
__tests__/algoliasearch.common.test.ts > api > provides a `setClientApiKey` method: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L30
AssertionError: expected undefined to deeply equal 'bar' - Expected: "bar" + Received: undefined ❯ __tests__/algoliasearch.common.test.ts:30:74
__tests__/algoliasearch.common.test.ts > api > _ua > keeps `_ua` updated with the transporter algolia agent: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L56
AssertionError: expected 'Algolia for JavaScript (0.0.1); Searc…' to deeply equal StringMatching /.*; Browser$/g ❯ __tests__/algoliasearch.common.test.ts:56:26
__tests__/algoliasearch.common.test.ts > api > exposes the search client transporter for the algoliasearch client: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L66
AssertionError: expected { hostsCache: { …(4) }, …(10) } to deeply equal { algoliaAgent: { …(2) }, …(10) } - Expected + Received Object { "algoliaAgent": Object { "add": Any<Function>, - "value": StringContaining "Algolia for JavaScript (0.0.1); Search (0.0.1); Browser", + "value": "Algolia for JavaScript (0.0.1); Search (0.0.1); Node.js (22.9.0)", }, "baseHeaders": Object { "content-type": "text/plain", - }, - "baseQueryParameters": Object { "x-algolia-api-key": "API_KEY", "x-algolia-application-id": "APP_ID", }, + "baseQueryParameters": Object {}, "hosts": ArrayContaining [ Object { "accept": "read", "protocol": "https", "url": "APP_ID-dsn.algolia.net", }, Object { "accept": "write", "protocol": "https", "url": "APP_ID.algolia.net", }, Object { "accept": "readWrite", "protocol": "https", "url": "APP_ID-3.algolianet.com", }, Object { "accept": "readWrite", "protocol": "https", "url": "APP_ID-1.algolianet.com", }, Object { "accept": "readWrite", "protocol": "https", "url": "APP_ID-2.algolianet.com", }, ], "hostsCache": Object { "clear": Any<Function>, "delete": Any<Function>, "get": Any<Function>, "set": Any<Function>, }, "logger": Object { "debug": Any<Function>, "error": Any<Function>, "info": Any<Function>, }, "request": Any<Function>, "requester": Object { "send": Any<Function>, }, "requestsCache": Object { "clear": Any<Function>, "delete": Any<Function>, "get": Any<Function>, "set": Any<Function>, }, "responsesCache": Object { "clear": Any<Function>, "delete": Any<Function>, "get": Any<Function>, "set": Any<Function>, }, "timeouts": Object { - "connect": 1000, - "read": 2000, + "connect": 2000, + "read": 5000, "write": 30000, }, } ❯ __tests__/algoliasearch.common.test.ts:66:32
__tests__/algoliasearch.common.test.ts > search with legacy signature > allows searching for query: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L293
AssertionError: expected undefined to strictly equal { Object (x-algolia-api-key, x-algolia-application-id) } - Expected: Object { "x-algolia-api-key": "API_KEY", "x-algolia-application-id": "APP_ID", } + Received: undefined ❯ __tests__/algoliasearch.common.test.ts:293:30
__tests__/algoliasearch.common.test.ts > search with legacy signature > allows searching for facet: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L313
AssertionError: expected undefined to strictly equal { Object (x-algolia-api-key, x-algolia-application-id) } - Expected: Object { "x-algolia-api-key": "API_KEY", "x-algolia-application-id": "APP_ID", } + Received: undefined ❯ __tests__/algoliasearch.common.test.ts:313:30
__tests__/algoliasearch.common.test.ts > search with legacy signature > accepts a `params` parameter for `searchParams`: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L334
AssertionError: expected undefined to strictly equal { Object (x-algolia-api-key, x-algolia-application-id) } - Expected: Object { "x-algolia-api-key": "API_KEY", "x-algolia-application-id": "APP_ID", } + Received: undefined ❯ __tests__/algoliasearch.common.test.ts:334:30
__tests__/algoliasearch.common.test.ts > init > defaults to qp: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.common.test.ts#L375
AssertionError: expected undefined to deeply equal { Object (x-algolia-api-key, x-algolia-application-id) } - Expected: Object { "x-algolia-api-key": "API_KEY", "x-algolia-application-id": "APP_ID", } + Received: undefined ❯ __tests__/algoliasearch.common.test.ts:375:30
__tests__/algoliasearch.fetch.test.ts > sets the ua: clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.fetch.test.ts#L9
AssertionError: expected { …(2) } to deeply equal { add: Any<Function>, …(1) } - Expected + Received Object { "add": Any<Function>, - "value": StringContaining "Algolia for JavaScript (0.0.1); Search (0.0.1); Fetch", + "value": "Algolia for JavaScript (0.0.1); Search (0.0.1); Node.js (22.9.0)", } ❯ __tests__/algoliasearch.fetch.test.ts:9:43
client javascript@22.9.0
Process completed with exit code 1.
check_green
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size Digest
clients-csharp Expired
3.83 MB
sha256:dd6f536d24ce9eb53d919f4b586f7f7ecc885c11deb3401c87f3407f3b027c46
clients-dart Expired
884 KB
sha256:435d23072eebe6b5c3b3dd5f1e90d03d0f56d503c4cfd864c408c925f50c1696
clients-go Expired
1020 KB
sha256:e58eeea8cd7e10e63f20b02ceecdb3fc7f05b30c574ba17469db17e7e9af9457
clients-java Expired
832 KB
sha256:1e97ee783ebc73d33a5033ffefe738e252bdc4a9076392b9a8dac9ea910fadb4
clients-kotlin Expired
542 KB
sha256:9b126c76850d75a2ffac984c443c6636a8dbb2ab12b7378275433c61d039b0c2
clients-php Expired
1.04 MB
sha256:fcfe9cae19b9c77039ccbc87d9dc145435d5670c08e357285979322bc2594bee
clients-python Expired
923 KB
sha256:3d9636caa7fbfd4e0954c667135631790c527777a3a0c72e315b74f9396d63db
clients-ruby Expired
1.17 MB
sha256:f2d7949851e090c509177950c90e4309b8bd60c9c32519e745558e2b9a028851
clients-scala Expired
1000 KB
sha256:e49e931d61fd22b50508020ca6a91b192d092eb18322a2fc5dcd6b6eebcfc32d
clients-swift Expired
730 KB
sha256:c7995f5be5ee37bc1a255944fdd8fac2a1bdda86f0fba33b01cd66e38eb1d1c4
specs Expired
373 KB
sha256:d78932daab7be8ffedffee7f40461a389e03550ffe1302d45e3420b5a0d77030