[stable34] backports ldap fixes #5184
Triggered via pull request
August 10, 2026 15:08
Status
Failure
Total duration
3h 17m 12s
Artifacts
10
playwright.yml
on: pull_request
Annotations
9 errors and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress:
tests/playwright/support/utils/dav.ts#L216
1) [default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/csrftoken
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- authorization: Basic bm5xZ3Y6bm5xZ3Y=
at ../support/utils/dav.ts:216
214 | */
215 | async function getRequestToken(request: APIRequestContext): Promise<string> {
> 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true })
| ^
217 | return (await response.json()).token
218 | }
219 |
at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33)
at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:18:9
|
|
Playwright tests 4 / 8
Process completed with exit code 1.
|
|
Playwright tests 4 / 8
Process completed with exit code 1.
|
|
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
1) [default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
1) [default] › 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/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress:
tests/playwright/support/utils/dav.ts#L216
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/csrftoken
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- authorization: Basic bm5xZ3Y6bm5xZ3Y=
at ../support/utils/dav.ts:216
214 | */
215 | async function getRequestToken(request: APIRequestContext): Promise<string> {
> 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true })
| ^
217 | return (await response.json()).token
218 | }
219 |
at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33)
at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:18:9
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
1) [default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
1) [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/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
🎭 Playwright Run Summary
7 passed (3.5m)
|
|
🎭 Playwright Run Summary
43 passed (5.2m)
|
|
🎭 Playwright Run Summary
44 passed (7.4m)
|
|
🎭 Playwright Run Summary
44 passed (11.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress
43 passed (11.9m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
43 passed (11.7m)
|
|
🎭 Playwright Run Summary
43 passed (10.4m)
|
|
🎭 Playwright Run Summary
43 passed (14.1m)
|
|
🎭 Playwright Run Summary
45 passed (13.3m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
1 flaky
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/file-drop.spec.ts:57:2 › files_sharing: Public share - file drop › can upload files and reports the progress
355 passed (15.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
85.6 KB |
sha256:82f3c0cc08b824dbe1e533889d526408352d6fc6d5e129aac9123472d85a5679
|
|
|
blob-report-2
Expired
|
61.4 KB |
sha256:bed5125705a2c3dcc2eabeedda6e925431e521e598b4eaf4cbf0d4f0c955d300
|
|
|
blob-report-3
Expired
|
73.8 KB |
sha256:b84609669596b3e340b27f8e4f2848e4eb4954175d97ef7639148287f01ac144
|
|
|
blob-report-4
Expired
|
2.71 MB |
sha256:09984d83095eb1f13f2b7c7c9b16909c9a94b2233bd6989d1643d576534c108b
|
|
|
blob-report-5
Expired
|
86.4 KB |
sha256:f7e7f468ce8695e17ab995b57999a7430fc5e88829fbaa4f6098300cad80edac
|
|
|
blob-report-6
Expired
|
1.53 MB |
sha256:84839f0d8dfcb8e7b9dfd1d5d95e212e415d8b4418ac868498d43be242f07a06
|
|
|
blob-report-7
Expired
|
91.8 KB |
sha256:8f50564ab1a707334f9372e2a863a9f9b0c060c46353f257ef094a529821c27e
|
|
|
blob-report-8
Expired
|
82 KB |
sha256:6924bfeb4f5f358b7f3a22b6947e3b4e1a66c06e972cb7a917ab036ce8a0b33f
|
|
|
blob-report-setup
Expired
|
14.3 KB |
sha256:039b722021e72fb64b666f2fa6184cd0ab18b1a6384f80bbdc24901c51f6af21
|
|
|
html-report--attempt-1
Expired
|
4.93 MB |
sha256:af652d4cb6d8b77b989d497152d8c18a747f28625ddb4a1327b3e2b232c69f60
|
|