fix(files): preserve encryptedVersion when copying cache entries #2949
playwright.yml
on: pull_request
Annotations
10 errors, 1 warning, and 8 notices
|
[default] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder 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:116:24
|
|
[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
2) [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/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg
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:41: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/support/sections/CopyMoveDialogPage.ts#L68
4) [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
4) [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/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
3) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg
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:41:25
|
|
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg:
tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts#L0
3) [default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg
Test timeout of 30000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
../../../../work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts#L159
2) [default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByRole('columnheader', { name: 'Size' })
Expected: "ascending"
Received: "descending"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByRole('columnheader', { name: 'Size' })
14 × locator resolved to <th data-v-12d5b60e="" aria-sort="descending" class="files-list__column files-list__row-size files-list__column--sortable">…</th>
- unexpected value "descending"
157 |
158 | await filesListPage.sortByColumn('Size')
> 159 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'ascending')
| ^
160 | await expect.poll(() => filesListPage.getRowNames()).toEqual([
161 | 'folder',
162 | '1 tiny.txt',
at /home/runner/work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder 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:116:24
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder 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:111:2 › Files: Move or copy files › can copy a folder to the same folder
Test timeout of 30000ms exceeded.
|
|
Playwright tests for installer
Docker network rm failed with exit code 1
|
|
🎭 Playwright Run Summary
44 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
43 passed (7.9m)
|
|
🎭 Playwright Run Summary
43 passed (7.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
43 passed (8.1m)
|
|
🎭 Playwright Run Summary
7 passed (4.4m)
|
|
🎭 Playwright Run Summary
43 passed (7.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg
[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
41 passed (9.1m)
|
|
🎭 Playwright Run Summary
4 flaky
[default] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:111:2 › Files: Move or copy files › can copy a folder to the same folder
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
[default] › tests/playwright/tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg
[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
264 passed (9.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
65 KB |
sha256:4f40658d70ebd86c03ca96eb09b16c96ad09cf9f13c9bf3de1c327ff7243cf56
|
|
|
blob-report-2
Expired
|
2.99 MB |
sha256:b98ea7d4f5b4cfea0ac05f34558023874c801d37e5ce04eac893c4fedf0005f2
|
|
|
blob-report-3
Expired
|
3.46 MB |
sha256:7be036344c57c1652d080284007cf122b3d25968b449ff4334ae9662a60776b8
|
|
|
blob-report-4
Expired
|
12.8 MB |
sha256:ed8f3ec359e2ddf9d84c629eca7b92354bb7aabe91e1c54cef535726a8e42f0a
|
|
|
blob-report-5
Expired
|
63.1 KB |
sha256:baa6f292dd75f523c7162dbd5bb87dbccac38b3906cbb45a70422d44ef6af3a9
|
|
|
blob-report-6
Expired
|
81.7 KB |
sha256:2c999403712a22ad181166325a090ac060e4bbfcd4a2a9be8566e9b136c7bda6
|
|
|
blob-report-setup
Expired
|
14.7 KB |
sha256:f20a6c90403db2f2026f5437bb70f17009fb5cd9867aac2c0a47387727c09556
|
|
|
html-report--attempt-1
Expired
|
19.9 MB |
sha256:d94dcd74d8477b0ab9edee1f04191c33617f156920f60f559357a875e7c3c039
|
|