feat(db): Add column type guid #7449
Triggered via pull request
September 1, 2026 08:50
Status
Success
Total duration
3h 17m 12s
Artifacts
10
playwright.yml
on: pull_request
Annotations
6 errors and 10 notices
|
[default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it:
tests/playwright/e2e/core/header-unified-search.spec.ts#L198
1) [default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
Error: expect(locator).toBeVisible() failed
Locator: locator('#unified-search-results').getByRole('option').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('#unified-search-results').getByRole('option').first()
196 | // list behind the overlay.
197 | await search.input().fill(TOKEN)
> 198 | await expect(search.options().first()).toBeVisible()
| ^
199 | await page.keyboard.press('Tab')
200 | await expect(search.input()).not.toBeFocused()
201 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/header-unified-search.spec.ts:198:42
|
|
[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/FilesNavigationPage.ts#L70
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: locator.click: Test ended.
Call log:
- waiting for getByRole('dialog', { name: 'Files settings' }).getByRole('button', { name: 'Close' })
at ../support/sections/FilesNavigationPage.ts:70
68 | async closeSettings(): Promise<void> {
69 | const dialog = this.settingsDialog()
> 70 | await dialog.getByRole('button', { name: 'Close' }).click()
| ^
71 | await dialog.waitFor({ state: 'hidden' })
72 | }
73 |
at FilesNavigationPage.closeSettings (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesNavigationPage.ts:70:55)
at FilesNavigationPage.setShowHiddenFiles (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesNavigationPage.ts:87:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:80:4
|
|
[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/e2e/files/live-photos.spec.ts#L0
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
Test timeout of 45000ms exceeded.
|
|
[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/FilesNavigationPage.ts#L70
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: locator.click: Test ended.
Call log:
- waiting for getByRole('dialog', { name: 'Files settings' }).getByRole('button', { name: 'Close' })
at ../support/sections/FilesNavigationPage.ts:70
68 | async closeSettings(): Promise<void> {
69 | const dialog = this.settingsDialog()
> 70 | await dialog.getByRole('button', { name: 'Close' }).click()
| ^
71 | await dialog.waitFor({ state: 'hidden' })
72 | }
73 |
at FilesNavigationPage.closeSettings (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesNavigationPage.ts:70:55)
at FilesNavigationPage.setShowHiddenFiles (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesNavigationPage.ts:87:14)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:80: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:
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 45000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it:
tests/playwright/e2e/core/header-unified-search.spec.ts#L198
1) [default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
Error: expect(locator).toBeVisible() failed
Locator: locator('#unified-search-results').getByRole('option').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('#unified-search-results').getByRole('option').first()
196 | // list behind the overlay.
197 | await search.input().fill(TOKEN)
> 198 | await expect(search.options().first()).toBeVisible()
| ^
199 | await page.keyboard.press('Tab')
200 | await expect(search.input()).not.toBeFocused()
201 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/header-unified-search.spec.ts:198:42
|
|
🎭 Playwright Run Summary
47 passed (6.1m)
|
|
🎭 Playwright Run Summary
44 passed (7.4m)
|
|
🎭 Playwright Run Summary
46 passed (7.6m)
|
|
🎭 Playwright Run Summary
7 passed (8.4m)
|
|
🎭 Playwright Run Summary
48 passed (8.3m)
|
|
🎭 Playwright Run Summary
47 passed (14.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
46 passed (17.6m)
|
|
🎭 Playwright Run Summary
46 passed (17.9m)
|
|
🎭 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
46 passed (14.4m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
[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
377 passed (21.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
121 KB |
sha256:07e1b5e507edd84dc170f093d661c446d124630454399043df174008213a091d
|
|
|
blob-report-2
Expired
|
2.83 MB |
sha256:3f0ac989397d5eb49cccc424637e20f045306977484a289893698c2cd369a171
|
|
|
blob-report-3
Expired
|
110 KB |
sha256:be531cbf07e7f43ac387eb1563136fc89abd53b23facecf0398c7775a6f931fb
|
|
|
blob-report-4
Expired
|
7.42 MB |
sha256:0598c14acaaaa41f869369ba9973473d8182040aee112a7f1276d735bcfcda80
|
|
|
blob-report-5
Expired
|
122 KB |
sha256:aff88cf7ee652ae301115bf97b5df4eb362488d83da15560de3ddb70f622ebdb
|
|
|
blob-report-6
Expired
|
147 KB |
sha256:55a569e1495e6be003328204bcebb67a8a00bf875eaf34937adc0673851ecf24
|
|
|
blob-report-7
Expired
|
141 KB |
sha256:bed86be19f1ade951a47a0d75b392bfeeaf5e19ec478befc701dc789ae970e02
|
|
|
blob-report-8
Expired
|
115 KB |
sha256:c74e5d936de07e2ede41e057bfa0526d671c814a6e88048a605644db3b209645
|
|
|
blob-report-setup
Expired
|
46.1 KB |
sha256:64a8b4ec3f261618d735d9d736893c109051e7d36ad5572d3d60161d4dc56283
|
|
|
html-report--attempt-1
|
10.9 MB |
sha256:77faefba19099b8a44838c9038d037ef851bf58e1306eaa3929a558e71854eef
|
|