Skip to content

materialization: add fields to support deletion and edits in chat. #1622

materialization: add fields to support deletion and edits in chat.

materialization: add fields to support deletion and edits in chat. #1622

Re-run triggered October 18, 2024 15:44
Status Failure
Total duration 1m 22s
Artifacts

dev.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
test/core/chat.integration.test.ts > Chat > should work using basic auth: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/chat.integration.test.ts:55:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/core/messages.integration.test.ts > messages integration > should be able to send and receive chat messages: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/messages.integration.test.ts:61:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/core/messages.integration.test.ts > messages integration > should be able to retrieve chat history: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/messages.integration.test.ts:88:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/core/messages.integration.test.ts > messages integration > should be able to send, receive and query chat messages with metadata and headers: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/messages.integration.test.ts:233:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/core/messages.integration.test.ts > messages integration > should be able to get history for listener with latest message timeserial: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/messages.integration.test.ts:346:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/core/messages.integration.test.ts > messages integration > should be able to get history for multiple listeners: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/core/messages.integration.test.ts:382:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/react/hooks/use-messages.integration.test.tsx > useMessages > should send messages correctly: test/react/hooks/use-messages.integration.test.tsx#L22
Error: Timed out waiting for messages ❯ Timeout._onTimeout test/react/hooks/use-messages.integration.test.tsx:22:14
test/react/hooks/use-messages.integration.test.tsx > useMessages > should receive messages on a subscribed listener: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/react/hooks/use-messages.integration.test.tsx:124:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/react/hooks/use-messages.integration.test.tsx > useMessages > should receive previous messages for a subscribed listener: src/core/chat-api.ts#L118
Error: not found ❯ ChatApi._makeAuthorizedPaginatedRequest src/core/chat-api.ts:118:13 ❯ test/react/hooks/use-messages.integration.test.tsx:188:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
test/react/hooks/use-messages.integration.test.tsx > useMessages > should reset getPreviousMessages if the listener becomes undefined then redefined: src/core/chat-api.ts#L99
Error: not found ❯ ChatApi._makeAuthorizedRequest src/core/chat-api.ts:99:13 ❯ DefaultMessages.send src/core/messages.ts:466:22 ❯ test/react/hooks/use-messages.integration.test.tsx:212:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 40400, statusCode: 404 }
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
demo-app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
demo-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/