fix(files): preserve encryptedVersion when copying cache entries #2948
playwright.yml
on: pull_request
Annotations
11 errors, 1 warning, and 8 notices
|
[default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:73:25
|
|
[default] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
|
|
Playwright tests 5 / 6
Process completed with exit code 1.
|
|
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission:
tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L87
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeDisabled() failed
Locator: getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
Expected: disabled
Received: enabled
Timeout: 3000ms
Call log:
- Expect "toBeDisabled" with timeout 3000ms
- waiting for getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
10 × locator resolved to <button type="button" data-v-18f6cf03="" data-v-24e91b99="" aria-label="Copy to folder" class="button-vue button-vue--size-normal button-vue--primary">…</button>
- unexpected value "enabled"
Call Log:
- Test timeout of 30000ms exceeded
85 | await copyMoveDialog.navigateTo('folder')
86 | await expect(copyMoveDialog.confirmButton('Copy to folder')).toBeDisabled({ timeout: 3_000 })
> 87 | }).toPass({ timeout: 30_000 })
| ^
88 | })
89 |
90 | // NOTE: the Cypress original also covered "can not move a file from a shared
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:87:6
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission:
tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L87
3) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeDisabled() failed
Locator: getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
Expected: disabled
Received: enabled
Timeout: 3000ms
Call log:
- Expect "toBeDisabled" with timeout 3000ms
- waiting for getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
10 × locator resolved to <button type="button" data-v-18f6cf03="" data-v-24e91b99="" aria-label="Copy to folder" class="button-vue button-vue--size-normal button-vue--primary">…</button>
- unexpected value "enabled"
Call Log:
- Test timeout of 30000ms exceeded
85 | await copyMoveDialog.navigateTo('folder')
86 | await expect(copyMoveDialog.confirmButton('Copy to folder')).toBeDisabled({ timeout: 3_000 })
> 87 | }).toPass({ timeout: 30_000 })
| ^
88 | })
89 |
90 | // NOTE: the Cypress original also covered "can not move a file from a shared
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:87:6
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission:
tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L87
3) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission
Error: expect(locator).toBeDisabled() failed
Locator: getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
Expected: disabled
Received: enabled
Timeout: 3000ms
Call log:
- Expect "toBeDisabled" with timeout 3000ms
- waiting for getByRole('dialog').getByRole('button', { name: 'Copy to folder', exact: true })
10 × locator resolved to <button type="button" data-v-18f6cf03="" data-v-24e91b99="" aria-label="Copy to folder" class="button-vue button-vue--size-normal button-vue--primary">…</button>
- unexpected value "enabled"
Call Log:
- Test timeout of 30000ms exceeded
85 | await copyMoveDialog.navigateTo('folder')
86 | await expect(copyMoveDialog.confirmButton('Copy to folder')).toBeDisabled({ timeout: 3_000 })
> 87 | }).toPass({ timeout: 30_000 })
| ^
88 | })
89 |
90 | // NOTE: the Cypress original also covered "can not move a file from a shared
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:87:6
|
|
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
2) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:73:25
|
|
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder:
tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder
Test timeout of 30000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Test timeout of 30000ms exceeded.
|
|
Playwright tests for installer
Docker network rm failed with exit code 1
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder
42 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
43 passed (7.7m)
|
|
🎭 Playwright Run Summary
7 passed (6.1m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission
42 passed (8.2m)
|
|
🎭 Playwright Run Summary
44 passed (8.0m)
|
|
🎭 Playwright Run Summary
44 passed (8.6m)
|
|
🎭 Playwright Run Summary
43 passed (9.6m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:70:2 › files_sharing: Move or copy files › can not copy a file to a shared folder with no create permission
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live photo link when copying folder
265 passed (11.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
65.2 KB |
sha256:6f12fea54087807e7359e3d25a6ff1e233362d83098673f9125622dced9af00e
|
|
|
blob-report-2
Expired
|
3.1 MB |
sha256:05a3dfd971871589907fff091ceae2ad0ab35bdc8f23e8dc3196ce681f1e2160
|
|
|
blob-report-3
Expired
|
71.9 KB |
sha256:6c3fcf00a3475acd1551524566e746047ee8eb7774ea0d8366957a934b30f054
|
|
|
blob-report-4
Expired
|
8.62 MB |
sha256:f1e3aac381c96abdacb91ae0c44134b9291bc53f743808af7267a95ce997e7c7
|
|
|
blob-report-5
Expired
|
7.53 MB |
sha256:215df8bcb9388b5b246dffb097add09fb7c485b62deb6115525a33cfdd24d4c0
|
|
|
blob-report-6
Expired
|
81.6 KB |
sha256:cdd7173419b145760ef8bc27bdf3b6642f799241ab659b086de469e5a36db570
|
|
|
blob-report-setup
Expired
|
14.6 KB |
sha256:8bb516bcbc18248c776579d0fee94e6478d4fdd0ea6c7d6ae52de3640fdeec07
|
|
|
html-report--attempt-1
Expired
|
19.8 MB |
sha256:5618dba2dff48b842ae4720d1910ce4d0115909eb4a6da85583c5a489b91d831
|
|