feat: regenerate API clients from OpenAPI specs and fix duplicate cutoff_time #501
test.yml
on: pull_request
lint
25s
test-bun
2m 32s
Matrix: test-node
Annotations
16 errors
|
test-node (24)
Process completed with exit code 1.
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: CreateExternalStorage failed with error: "external storage streamnodetest-7e1bb800-0a7b-4ce5-8945-88dff46d6adf already exists"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.createExternalStorage src/gen/common/CommonApi.ts:487:22
❯ __tests__/external-storage.test.ts:52:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: 'd7544fca-b30f-4555-83bc-f23b2187d955', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299996, rateLimitReset: '2025-10-21T09:06:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: CreateExternalStorage failed with error: "external storage streamnodetest-7e1bb800-0a7b-4ce5-8945-88dff46d6adf already exists"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.createExternalStorage src/gen/common/CommonApi.ts:487:22
❯ __tests__/external-storage.test.ts:52:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: '9a81da1c-8cb8-4779-9278-2105b2d3aa80', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299997, rateLimitReset: '2025-10-21T09:06:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: DeleteExternalStorage failed with error: "external storage streamnodetest-7e1bb800-0a7b-4ce5-8945-88dff46d6adf does not exist"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.deleteExternalStorage src/gen/common/CommonApi.ts:510:22
❯ __tests__/external-storage.test.ts:64:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: '1102c3dd-5835-4d5b-9369-14f7b3e99513', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299998, rateLimitReset: '2025-10-21T09:06:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: DeleteExternalStorage failed with error: "external storage streamnodetest-113f89fb-0e4c-46d9-a718-b2dbc8bb6a18 does not exist"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.deleteExternalStorage src/gen/common/CommonApi.ts:510:22
❯ __tests__/external-storage.test.ts:74:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: '81c3924a-8c18-42cf-bfa4-8f302c9eecfc', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299999, rateLimitReset: '2025-10-21T09:06:00.000Z' } }, code: 4 }
|
|
test-node (22)
The strategy configuration was canceled because "test-node._24" failed
|
|
test-node (22)
The operation was canceled.
|
|
test-node (18)
The strategy configuration was canceled because "test-node._24" failed
|
|
test-node (18)
The operation was canceled.
|
|
test-node (20)
The strategy configuration was canceled because "test-node._24" failed
|
|
test-node (20)
The operation was canceled.
|
|
test-bun
Process completed with exit code 1.
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: CreateExternalStorage failed with error: "external storage streamnodetest-c27d4f44-e3d2-49f3-b8a9-d719447cecef already exists"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.createExternalStorage src/gen/common/CommonApi.ts:487:22
❯ __tests__/external-storage.test.ts:52:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: 'c1df69b4-a049-4acd-bb83-4c607073d687', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299995, rateLimitReset: '2025-10-21T09:07:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: CreateExternalStorage failed with error: "external storage streamnodetest-c27d4f44-e3d2-49f3-b8a9-d719447cecef already exists"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.createExternalStorage src/gen/common/CommonApi.ts:487:22
❯ __tests__/external-storage.test.ts:52:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: '0dffa311-8d46-4e61-9a73-dae8319b547e', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299996, rateLimitReset: '2025-10-21T09:07:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: CreateExternalStorage failed with error: "external storage streamnodetest-c27d4f44-e3d2-49f3-b8a9-d719447cecef already exists"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.createExternalStorage src/gen/common/CommonApi.ts:487:22
❯ __tests__/external-storage.test.ts:52:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: 'da97ebb5-f1b1-4abf-9632-d7d148a1dd71', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299997, rateLimitReset: '2025-10-21T09:07:00.000Z' } }, code: 4 }
|
|
__tests__/external-storage.test.ts > external storage CRUD API > docs snippets:
src/ApiClient.ts#L91
Error: Stream error code 4: DeleteExternalStorage failed with error: "external storage streamnodetest-c27d4f44-e3d2-49f3-b8a9-d719447cecef does not exist"
❯ ApiClient.sendRequest src/ApiClient.ts:91:15
❯ StreamClient.deleteExternalStorage src/gen/common/CommonApi.ts:510:22
❯ __tests__/external-storage.test.ts:64:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { metadata: { clientRequestId: '00689500-34bb-4225-826c-53dadbe76f66', responseHeaders: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, responseCode: 400, rateLimit: { rateLimit: 300000, rateLimitRemaining: 299998, rateLimitReset: '2025-10-21T09:07:00.000Z' } }, code: 4 }
|