Skip to content

chore(deps-dev): bump undici from 7.28.0 to 7.29.0 #4401

chore(deps-dev): bump undici from 7.28.0 to 7.29.0

chore(deps-dev): bump undici from 7.28.0 to 7.29.0 #4401

Triggered via pull request August 4, 2026 09:56
Status Success
Total duration 1h 3m 57s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
5m 45s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
12m 21s
Playwright tests for installer
merge-reports
1m 5s
merge-reports
playwright-test-summary
6s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 1 warning, and 10 notices
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
2) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: locator.click: Test ended. Call log: - waiting for getByRole('dialog').locator('[data-filename="owned-folder"]') - locator resolved to <tr tabindex="0" data-v-7857e8bd="" data-v-412efd5c="" aria-selected="false" class="file-picker__row" data-testid="file-list-row" data-filename="owned-folder">…</tr> - attempting click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at ../support/sections/CopyMoveDialogPage.ts:99 97 | for (const dir of segments) { 98 | const loaded = this.listingLoaded(dir) > 99 | await this.getDestination(dir).click() | ^ 100 | await loaded 101 | } 102 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:89 87 | */ 88 | private async listingLoaded(folder?: string): Promise<void> { > 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 90 | && this.isListingUrl(r.url(), folder)) 91 | await expect(this.loadingRows()).toHaveCount(0) 92 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Test timeout of 45000ms exceeded.
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group: tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group Error: locator.waitFor: Test timeout of 45000ms exceeded. Call log: - waiting for locator('.modal-container:has-text("Authentication required")') to be hidden 77 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div> at ../support/utils/password-confirmation.ts:32 30 | 31 | // Wait for the dialog to disappear > 32 | await dialog.waitFor({ state: 'hidden' }) | ^ 33 | } 34 | at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group: tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group Test timeout of 45000ms exceeded.
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
3) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: locator.click: Test ended. Call log: - waiting for getByRole('dialog').locator('[data-filename="owned-folder"]') - locator resolved to <tr tabindex="0" data-v-7857e8bd="" data-v-412efd5c="" aria-selected="false" class="file-picker__row" data-testid="file-list-row" data-filename="owned-folder">…</tr> - attempting click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at ../support/sections/CopyMoveDialogPage.ts:99 97 | for (const dir of segments) { 98 | const loaded = this.listingLoaded(dir) > 99 | await this.getDestination(dir).click() | ^ 100 | await loaded 101 | } 102 | return segments.at(-1) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Error: page.waitForResponse: Test ended. at ../support/sections/CopyMoveDialogPage.ts:89 87 | */ 88 | private async listingLoaded(folder?: string): Promise<void> { > 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND' | ^ 90 | && this.isListingUrl(r.url(), folder)) 91 | await expect(this.loadingRows()).toHaveCount(0) 92 | } at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19) at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission: tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission Test timeout of 45000ms exceeded.
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group: tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group Error: locator.waitFor: Test timeout of 45000ms exceeded. Call log: - waiting for locator('.modal-container:has-text("Authentication required")') to be hidden 77 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div> at ../support/utils/password-confirmation.ts:32 30 | 31 | // Wait for the dialog to disappear > 32 | await dialog.waitFor({ state: 'hidden' }) | ^ 33 | } 34 | at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group: tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group Test timeout of 45000ms exceeded.
Playwright tests for installer
Docker network rm failed with exit code 1
🎭 Playwright Run Summary
45 passed (5.5m)
🎭 Playwright Run Summary
43 passed (7.2m)
🎭 Playwright Run Summary
2 flaky [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file 43 passed (9.5m)
🎭 Playwright Run Summary
45 passed (7.7m)
🎭 Playwright Run Summary
7 passed (6.4m)
🎭 Playwright Run Summary
45 passed (10.5m)
🎭 Playwright Run Summary
45 passed (11.9m)
🎭 Playwright Run Summary
1 flaky [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group 44 passed (15.2m)
🎭 Playwright Run Summary
45 passed (15.0m)
🎭 Playwright Run Summary
3 flaky [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file 362 passed (19.7m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
5.08 MB
sha256:abb8e812a36b43516bb343aa2f90134c016661993d5b9abc905bf1ce9efcce5f
blob-report-2 Expired
61.2 KB
sha256:64848886f4fd048399aa64047a09f67a8a1b9cbd27ccbfd2448a3ba038f0251c
blob-report-3 Expired
78.2 KB
sha256:7f22e48a9ef20997f0292d4be73822107c30806bdda1fd93c190ddc0f3f88b31
blob-report-4 Expired
89 KB
sha256:b925bb050b4e1b523729feefa977cc486f1279d440b723ba5dc1dc91d480cb9b
blob-report-5 Expired
4.29 MB
sha256:873def438b612d88f6fc02a7a581220e4ae67c0641232c0bdb5599b1c2cab4f4
blob-report-6 Expired
95.7 KB
sha256:dff2201471409d0a1f438504278d504d61f330c521e7811036b08a2fcee0bf00
blob-report-7 Expired
102 KB
sha256:980257d31b5a95b8775092a466ef5644fe8ae4e3b8dbf0dc051147bf6b60f716
blob-report-8 Expired
81.2 KB
sha256:b26c926113fb80e405fe0e6998da4245c95076d03b42da56a50b0b58bcbeb038
blob-report-setup Expired
14.4 KB
sha256:ab08865046f6a600d9ea542d8ff6a80996fd83313a059a3a723b2437b4d80ca7
html-report--attempt-1 Expired
10.1 MB
sha256:16a4cbb960db42450d8035134e384cea1854c68c60c1aeca748afc8bd9515599