Svelte 5 (2450) by @Alex-Tideman (Attempt 1) #4035
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:49: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#L52
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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*"
============================================================
50 | page,
51 | }) => {
> 52 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
53 |
54 | await page.getByTestId('workflow-reset-button').click();
55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:52:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L55
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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')
53 |
54 | await page.getByTestId('workflow-reset-button').click();
> 55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
| ^
56 | await page
57 | .locator('#reset-event-id-select')
58 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:55:71
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:49:5 › Workflow Actions for a Completed Workflow › Workflow Reset for server version <1.24 › allows reapplying signals after the reset point
Error: Test timeout of 10000ms exceeded.
Browser logs:
<launching> /home/runner/.cache/ms-playwright/chromium-1117/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --enable-features=NetworkService,NetworkServiceInProcess --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-rdydfV --remote-debugging-pipe --no-startup-window
<launched> pid=5493
[pid=5493][err] [1204/172802.668745:INFO:config_dir_policy_loader.cc(118)] Skipping mandatory platform policies because no policy file was found at: /etc/chromium/policies/managed
[pid=5493][err] [1204/172802.668781:INFO:config_dir_policy_loader.cc(118)] Skipping recommended platform policies because no policy file was found at: /etc/chromium/policies/recommended
[pid=5493][err] [1204/172802.679463:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[pid=5493][err] [1204/172802.689619:WARNING:sandbox_linux.cc(436)] InitializeSandbox() called with multiple threads in process gpu-process.
[pid=5493] <gracefully close start>
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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#L52
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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*"
============================================================
50 | page,
51 | }) => {
> 52 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
53 |
54 | await page.getByTestId('workflow-reset-button').click();
55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:52:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L55
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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')
53 |
54 | await page.getByTestId('workflow-reset-button').click();
> 55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
| ^
56 | await page
57 | .locator('#reset-event-id-select')
58 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:55:71
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L1
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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#L52
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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*"
============================================================
50 | page,
51 | }) => {
> 52 | const requestPromise = page.waitForRequest(WORKFLOW_RESET_API);
| ^
53 |
54 | await page.getByTestId('workflow-reset-button').click();
55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:52:35
|
Run Integration tests:
tests/integration/workflow-actions.spec.ts#L55
1) [chromium desktop] › integration/workflow-actions.spec.ts:49: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')
53 |
54 | await page.getByTestId('workflow-reset-button').click();
> 55 | await page.getByTestId('workflow-reset-event-id-select-button').click();
| ^
56 | await page
57 | .locator('#reset-event-id-select')
58 | .locator('[role="option"]')
at /home/runner/work/ui/ui/tests/integration/workflow-actions.spec.ts:55:71
|
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:49: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:75: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:113: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:141: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:169: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:49: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:75: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:113: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:141: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:169: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