Svelte 5 (2450) by @Alex-Tideman (Attempt 1) #4122
Annotations
10 errors, 2 warnings, and 1 notice
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Test timeout of 10000ms exceeded.
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L56
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Error: page.waitForRequest: Test timeout of 10000ms exceeded.
=========================== logs ===========================
waiting for request "**/api/v1/namespaces/*/workflows/*/reset*"
============================================================
54 | page,
55 | }) => {
> 56 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
57 |
58 | await page
59 | .getByTestId('workflow-reset-button')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:56:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L65
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('workflow-reset-event-id-select-button').locator('visible=true')
63 | .getByTestId('workflow-reset-event-id-select-button')
64 | .locator('visible=true')
> 65 | .click();
| ^
66 | await page
67 | .locator('#reset-event-id-select')
68 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:65:10
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L56
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 10000ms exceeded.
=========================== logs ===========================
waiting for request "**/api/v1/namespaces/*/workflows/*/reset*"
============================================================
54 | page,
55 | }) => {
> 56 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
57 |
58 | await page
59 | .getByTestId('workflow-reset-button')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:56:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L65
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('workflow-reset-event-id-select-button').locator('visible=true')
63 | .getByTestId('workflow-reset-event-id-select-button')
64 | .locator('visible=true')
> 65 | .click();
| ^
66 | await page
67 | .locator('#reset-event-id-select')
68 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:65:10
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L56
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 10000ms exceeded.
=========================== logs ===========================
waiting for request "**/api/v1/namespaces/*/workflows/*/reset*"
============================================================
54 | page,
55 | }) => {
> 56 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
57 |
58 | await page
59 | .getByTestId('workflow-reset-button')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:56:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L65
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('workflow-reset-event-id-select-button').locator('visible=true')
63 | .getByTestId('workflow-reset-event-id-select-button')
64 | .locator('visible=true')
> 65 | .click();
| ^
66 | await page
67 | .locator('#reset-event-id-select')
68 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:65:10
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-e2e", "playwright-report-integration".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run Integration tests
21 failed
[chromium desktop] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
[chromium desktop] › integration/workflow-actions.spec.ts:87:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows NOT reapplying signals after the reset point
[chromium desktop] › integration/workflow-actions.spec.ts:136:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows reapplying Signals and Updates after the reset point
[chromium desktop] › integration/workflow-actions.spec.ts:172:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows excluding Signals after the reset point
[chromium desktop] › integration/workflow-actions.spec.ts:211:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows excluding Updates after the reset point
[chromium desktop] › integration/workflow-bulk-actions.spec.ts:37:5 › Batch and Bulk Workflow Actions › when advanced visibility is enabled › allows running workflows to be terminated by a query
[chromium desktop] › integration/workflow-bulk-actions.spec.ts:78:5 › Batch and Bulk Workflow Actions › when advanced visibility is enabled › allows running workflows to be cancelled by a query
[chromium desktop] › integration/workflow-navigation.desktop.spec.ts:10:1 › Top Navigation current namespace is present
[chromium desktop] › integration/workflow-navigation.desktop.spec.ts:20:1 › Top Navigation current namespace is present and has other namespaces to search and navigate to
[chromium desktop] › integration/workflow-navigation.desktop.spec.ts:45:1 › Top Navigation current namespace is present and has other namespaces to search and stays open with space press
[chromium desktop] › integration/workflows-count.spec.ts:34:5 › Workflows List with Counts when countGroupByExecutionStatus is disabled › Shows total count and result count › Results of workflows
[chromium desktop] › integration/workflows-search-attribute-filter.desktop.spec.ts:28:1 › it should update the datetime filter based on the selected timezone
[chromium mobile] › integration/workflow-actions.spec.ts:53:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
[chromium mobile] › integration/workflow-actions.spec.ts:87:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows NOT reapplying signals after the reset point
[chromium mobile] › integration/workflow-actions.spec.ts:136:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows reapplying Signals and Updates after the reset point
[chromium mobile] › integration/workflow-actions.spec.ts:172:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows excluding Signals after the reset point
[chromium mobile] › integration/workflow-actions.spec.ts:211:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version >=1.24 › Allows excluding Updates after the reset point
[chromium mobile] › integration/workflow-bulk-actions.spec.ts:37:5 › Batch and Bulk Workflow Actions › when advanced visibility is enabled › allows running workflows to be terminated by a query
[chromium mobile] › integration/workflow-bulk-actions.spec.ts:78:5 › Batch and Bulk Workflow Actions › when advanced visibility is enabled › allows running workflows to be cancelled by a query
[chromium mobile] › integration/workflows-count.spec.ts:34:5 › Workflows List with Counts when countGroupByExecutionStatus is disabled › Shows total count and result count › Results of workflows
[chromium mobile] › integration/workflows-search-attribute-filter.mobile.spec.ts:28:1 › it should update the datetime filter based on the selected tim
|
Loading