Skip to content

.github: run workflow with and without server #583

.github: run workflow with and without server

.github: run workflow with and without server #583

Triggered via pull request February 12, 2025 21:28
Status Failure
Total duration 28m 46s
Artifacts 2

test-mito-ai.yml

on: pull_request
Matrix: test-mitoai-frontend-jupyterlab
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 8 warnings, and 4 notices
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode: tests/mitoai_ui_tests/agent.spec.ts#L40
1) [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 1 Received: 0 38 | // but we can assume there will be at least one message. 39 | const messageCount = await page.locator('.message-assistant-agent').count(); > 40 | expect(messageCount).toBeGreaterThanOrEqual(1); | ^ 41 | }) 42 | 43 | test("Edit original message", async ({ page }) => { at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:40:30
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L1
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message: tests/mitoai_ui_tests/agent.spec.ts#L48
2) [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.textContent: Test timeout of 60000ms exceeded. Call log: - waiting for locator('.message-assistant-agent').last() 46 | // Keep track of the last agent message. 47 | // We want to validate that this message is changed to reflect the users edit. > 48 | const lastAgentMessageOG = await page.locator('.message-assistant-agent').last().textContent(); | ^ 49 | 50 | // Edit the message 51 | await editMitoAIMessage(page, newMessage, 0); at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:48:90
test-mitoai-frontend-jupyterlab (3.10, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
test-mitoai-frontend-jupyterlab (3.12, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
test-mitoai-frontend-jupyterlab (3.10, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
test-mitoai-frontend-jupyterlab (3.12, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
🎭 Playwright Run Summary
3 skipped 34 passed (7.4m)
🎭 Playwright Run Summary
3 skipped 34 passed (7.5m)
🎭 Playwright Run Summary
5 failed [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message [chromium] › mitoai_ui_tests/agent.spec.ts:60:9 › Agent mode integration tests › Edit message in agent's plan [chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan [chromium] › mitoai_ui_tests/agent.spec.ts:121:9 › Agent mode integration tests › Run agent's plan then send a follow up chat message 3 skipped 29 passed (23.3m)
🎭 Playwright Run Summary
5 failed [chromium] › mitoai_ui_tests/agent.spec.ts:36:9 › Agent mode integration tests › Switch to agent mode, and send a message [chromium] › mitoai_ui_tests/agent.spec.ts:43:9 › Agent mode integration tests › Edit original message [chromium] › mitoai_ui_tests/agent.spec.ts:60:9 › Agent mode integration tests › Edit message in agent's plan [chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan [chromium] › mitoai_ui_tests/agent.spec.ts:121:9 › Agent mode integration tests › Run agent's plan then send a follow up chat message 3 skipped 29 passed (23.8m)

Artifacts

Produced during runtime
Name Size
mitoai-jupyterlab-playwright-report-3.10-true-13295233980
28.2 MB
mitoai-jupyterlab-playwright-report-3.12-true-13295233980
29.6 MB