Skip to content

feat(core): update connector shortcut #17703

feat(core): update connector shortcut

feat(core): update connector shortcut #17703

Triggered via pull request November 5, 2024 10:29
Status Success
Total duration 13m 48s
Artifacts 8

build-test.yml

on: pull_request
Build Server native
1m 24s
Build Server native
Matrix: build-native
Build @affine/electron renderer
2m 31s
Build @affine/electron renderer
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
test-build-mobile-app  /  build-android-web
2m 28s
test-build-mobile-app / build-android-web
test-build-mobile-app  /  build-ios-web
2m 32s
test-build-mobile-app / build-ios-web
Matrix: Server Copilot E2E Test
Server Copilot Api Test
26s
Server Copilot Api Test
Matrix: server-e2e-test
Matrix: desktop-test
test-build-mobile-app  /  android
2m 55s
test-build-mobile-app / android
test-build-mobile-app  /  ios
2m 59s
test-build-mobile-app / ios
3, 2, 1 Launch
0s
3, 2, 1 Launch
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 20 warnings, and 15 notices
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:43:5 › all tab: tests/affine-mobile/e2e/home.spec.ts#L1
2) [Mobile Safari] › home.spec.ts:43:5 › all tab ───────────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:43:5 › all tab: tests/kit/mobile.ts#L21
2) [Mobile Safari] › home.spec.ts:43:5 › all tab ───────────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/affine-mobile/e2e/detail.spec.ts#L4
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/kit/mobile.ts#L21
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/affine-mobile/e2e/detail.spec.ts#L4
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/kit/mobile.ts#L21
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
navigation.spec.ts:19:5 › back and forward buttons: tests/affine-local/e2e/navigation.spec.ts#L1
1) navigation.spec.ts:19:5 › back and forward buttons ──────────────────────────────────────────── Test timeout of 50000ms exceeded.
navigation.spec.ts:19:5 › back and forward buttons: tests/affine-local/e2e/navigation.spec.ts#L35
1) navigation.spec.ts:19:5 › back and forward buttons ──────────────────────────────────────────── Error: page.waitForURL: Test timeout of 50000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 33 | await page.waitForURL(url => url.pathname.endsWith('collection')); 34 | await page.getByTestId('workspace-tags-button').click({ delay: 50 }); > 35 | await page.waitForURL(url => url.pathname.endsWith('tag')); | ^ 36 | 37 | await page.goBack(); 38 | await page.waitForURL(url => url.pathname.endsWith('collection')); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/navigation.spec.ts:35:14
[Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it: tests/affine-mobile/e2e/explorer-folder.spec.ts#L1
1) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ──────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it: tests/kit/mobile.ts#L21
1) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ──────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer: tests/affine-mobile/e2e/explorer-tag.spec.ts#L1
2) [Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer ────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer: tests/kit/mobile.ts#L21
2) [Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer ────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer: tests/affine-mobile/e2e/explorer-tag.spec.ts#L41
3) [Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "rename-input" Received: null 39 | // input name 40 | const focusedTestid = await getAttrOfActiveElement(page); > 41 | expect(focusedTestid).toEqual('rename-input'); | ^ 42 | await page.keyboard.type(name); 43 | // set color 44 | await changeTagColor(dialog, color); at createRootTag (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:41:25) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:63:15
Slow Test: tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts took 45.2s
Slow Test: tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts took 44.8s
Slow Test: tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.4m
Slow Test: tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 38.3s
Slow Test: tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts took 35.4s
Slow Test: tests/affine-local/local-first-trash-page.spec.ts#L1
tests/affine-local/local-first-trash-page.spec.ts took 47.5s
Slow Test: tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 46.5s
Slow Test: tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 23.2s
Slow Test: tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 1.1m
Slow Test: tests/affine-local/local-first-avatar.spec.ts#L1
tests/affine-local/local-first-avatar.spec.ts took 19.9s
Analyze (javascript)
An error occurred checking the status of the delivery. HttpError: Code scanning unavailable. Please try again later. It should still be processed in the background, but errors that occur during processing may not be reported.
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Slow Test: tests/affine-desktop-cloud/basic.spec.ts#L1
tests/affine-desktop-cloud/basic.spec.ts took 55.0s
Slow Test: tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.5m
Slow Test: tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 2.9m
Slow Test: tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.5m
Slow Test: tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 3.6m
Slow Test: tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 58.8s
Slow Test: tests/affine-cloud/open-in-app.spec.ts#L1
tests/affine-cloud/open-in-app.spec.ts took 54.5s
🎭 Playwright Run Summary
6 passed (1.3m)
🎭 Playwright Run Summary
6 passed (1.3m)
🎭 Playwright Run Summary
4 passed (1.5m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › home.spec.ts:19:5 › recent docs ────────────────────────────────────────────── [Mobile Safari] › home.spec.ts:43:5 › all tab ────────────────────────────────────────────────── 4 passed (2.6m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ─────────────────────────── [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ──────────────────────────────────── 4 passed (3.3m)
🎭 Playwright Run Summary
1 skipped 31 passed (3.5m)
🎭 Playwright Run Summary
31 passed (3.7m)
🎭 Playwright Run Summary
32 passed (3.9m)
🎭 Playwright Run Summary
1 flaky navigation.spec.ts:19:5 › back and forward buttons ───────────────────────────────────────────── 2 skipped 28 passed (3.9m)
🎭 Playwright Run Summary
3 flaky [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ───────────────── [Mobile Safari] › explorer-tag.spec.ts:55:5 › create a tag from explorer ─────────────────────── [Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ─────────────────────── 3 passed (3.6m)
🎭 Playwright Run Summary
2 skipped 30 passed (3.9m)
🎭 Playwright Run Summary
1 passed (1.1m)
🎭 Playwright Run Summary
2 passed (1.8m)
🎭 Playwright Run Summary
1 skipped 7 passed (4.9m)
🎭 Playwright Run Summary
1 skipped 9 passed (6.0m)

Artifacts

Produced during runtime
Name Size
affine.darwin-arm64.node
1.48 MB
affine.darwin-x64.node
1.57 MB
affine.linux-x64-gnu.node
1.61 MB
affine.win32-x64-msvc.node
1.69 MB
android
56.4 MB
ios
56.4 MB
server-native.node
4.31 MB
web
62.8 MB