feat(spec): add interaction retention-policy endpoint to private corti-api spec #1047
integration-tests.yml
on: pull_request
integration-main
7m 53s
integration-empty-state
49s
Annotations
7 errors and 2 warnings
|
integration-main
Process completed with exit code 1.
|
|
tests/custom/transcripts.create.integration.ts > cortiClient.transcripts.create > should throw error when invalid parameters are provided > should throw error when participant role is invalid:
tests/custom/transcripts.create.integration.ts#L416
AssertionError: expected [Function] to throw error including 'Expected enum. Received "invalid-role"' but got 'InternalServerError\nStatus code: 500…'
- Expected
+ Received
- Expected enum. Received "invalid-role"
+ InternalServerError
+ Status code: 500
+ Body: {
+ "requestid": "24e0e48f-113b-4217-9f9f-38a3741b870f",
+ "status": 500,
+ "type": "about:blank",
+ "detail": "unable to generate transcript"
+ }
❯ tests/custom/transcripts.create.integration.ts:416:13
|
|
tests/custom/stream.connect.integration.ts > cortiClient.stream.connect > should handle configuration errors > should reject configuration with invalid participant role:
tests/custom/testUtils.ts#L430
Error: Unexpected message type: CONFIG_ACCEPTED, expected: CONFIG_DENIED
❯ Object.messageHandler tests/custom/testUtils.ts:430:30
❯ StreamSocket.handleMessage src/api/resources/stream/client/Socket.ts:51:32
❯ ReconnectingWebSocket._callEventListener src/core/websocket/ws.ts:461:13
❯ src/core/websocket/ws.ts:490:60
❯ WebSocket.ReconnectingWebSocket._handleMessage src/core/websocket/ws.ts:490:33
❯ callListener node_modules/.pnpm/ws@8.21.3/node_modules/ws/lib/event-target.js:290:14
❯ WebSocket.onMessage node_modules/.pnpm/ws@8.21.3/node_modules/ws/lib/event-target.js:209:9
❯ Receiver.receiverOnMessage node_modules/.pnpm/ws@8.21.3/node_modules/ws/lib/websocket.js:1239:20
|
|
tests/custom/stream.connect.integration.ts > cortiClient.stream.connect > should handle transcription scenario with audio > should process audio and receive transcription messages:
tests/custom/testUtils.ts#L412
Error: Timeout waiting for message type: ENDED
❯ Timeout.<anonymous> tests/custom/testUtils.ts:412:26
|
|
tests/custom/codes.predict.integration.ts > cortiClient.codes.predict > should predict codes with all optional parameters > should predict codes with all filter params combined without errors or warnings:
src/core/schemas/builders/schema-utils/getSchemaUtils.ts#L37
Error: filter -> include -> [0]: Expected object. Received "E11".; filter -> exclude -> [0]: Expected object. Received "E11.9".
❯ Object.jsonOrThrow src/core/schemas/builders/schema-utils/getSchemaUtils.ts:37:19
❯ CodesClient.__predict src/api/resources/codes/client/Client.ts:91:58
❯ tests/custom/codes.predict.integration.ts:89:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { path: [ 'filter', 'include', '[0]' ], message: 'Expected object. Received "E11".' }, { path: [ 'filter', 'exclude', '[0]' ], message: 'Expected object. Received "E11.9".' } ] }
|
|
tests/custom/codes.predict.integration.ts > cortiClient.codes.predict > should predict codes with all optional parameters > should predict codes with filter.exclude without errors or warnings:
src/core/schemas/builders/schema-utils/getSchemaUtils.ts#L37
Error: filter -> exclude -> [0]: Expected object. Received "Z00".
❯ Object.jsonOrThrow src/core/schemas/builders/schema-utils/getSchemaUtils.ts:37:19
❯ CodesClient.__predict src/api/resources/codes/client/Client.ts:91:58
❯ tests/custom/codes.predict.integration.ts:59:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { path: [ 'filter', 'exclude', '[0]' ], message: 'Expected object. Received "Z00".' } ] }
|
|
tests/custom/codes.predict.integration.ts > cortiClient.codes.predict > should predict codes with all optional parameters > should predict codes with filter.include without errors or warnings:
src/core/schemas/builders/schema-utils/getSchemaUtils.ts#L37
Error: filter -> include -> [0]: Expected object. Received "E11".
❯ Object.jsonOrThrow src/core/schemas/builders/schema-utils/getSchemaUtils.ts:37:19
❯ CodesClient.__predict src/api/resources/codes/client/Client.ts:91:58
❯ tests/custom/codes.predict.integration.ts:44:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { path: [ 'filter', 'include', '[0]' ], message: 'Expected object. Received "E11".' } ] }
|
|
integration-main
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
integration-empty-state
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|