Skip to content

fix(core): trash doc in search result (#7785) #13026

fix(core): trash doc in search result (#7785)

fix(core): trash doc in search result (#7785) #13026

Triggered via push August 8, 2024 08:29
Status Success
Total duration 9m 58s
Artifacts 6

build-test.yml

on: push
Matrix: build-native
Build Server native
1m 41s
Build Server native
Matrix: Analyze
Matrix: E2E Test
Build @affine/web
3m 13s
Build @affine/web
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
3, 2, 1 Launch
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 12 warnings, and 10 notices
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L1
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Test timeout of 50000ms exceeded.
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L55
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Error: locator.click: Test timeout of 50000ms exceeded. Call log: - waiting for getByTestId('current-workspace-label') - locator resolved to <div data-state="closed" data-testid="current-workspa…></div> 53 | // Click remove button to remove workspace avatar 54 | await page.getByTestId('settings-modal-trigger').click(); > 55 | await page.getByTestId('current-workspace-label').click(); | ^ 56 | await page.getByTestId('workspace-setting-avatar').hover(); 57 | await page.getByTestId('workspace-setting-remove-avatar-button').click(); 58 | await page.mouse.click(0, 0); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:55:53
local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar: tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ──────────────── Test timeout of 50000ms exceeded.
local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar: tests/affine-local/e2e/local-first-collections-items.spec.ts#L57
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ──────────────── Error: locator.click: Test timeout of 50000ms exceeded. Call log: - waiting for getByTestId('save-as-collection') 55 | delay: 200, 56 | }); > 57 | await page.getByTestId('save-as-collection').click({ | ^ 58 | delay: 200, 59 | }); 60 | const title = page.getByTestId('input-collection-title'); at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:57:48) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:94:3
basic.spec.ts:28:5 › new page: tests/kit/electron.ts#L73
1) basic.spec.ts:28:5 › new page ───────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false Call Log: - Timeout 5000ms exceeded while waiting on the predicate at ../../kit/electron.ts:73 71 | return electronApp.windows().length > 1; 72 | }) > 73 | .toBeTruthy(); | ^ 74 | 75 | const page = await getActivePage(electronApp.windows()); 76 | at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/electron.ts:73:8)
basic.spec.ts:28:5 › new page: tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
1) basic.spec.ts:28:5 › new page ───────────────────────────────────────────────────────────────── Tearing down "electronApp" exceeded the test timeout of 50000ms.
Slow Test: tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.4m
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'.
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'.
Slow Test: tests/affine-local/ai-land.spec.ts#L1
tests/affine-local/ai-land.spec.ts took 44.2s
Slow Test: tests/affine-local/navigation.spec.ts#L1
tests/affine-local/navigation.spec.ts took 43.8s
Slow Test: tests/affine-local/local-first-workspace.spec.ts#L1
tests/affine-local/local-first-workspace.spec.ts took 43.1s
Slow Test: tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.6m
Slow Test: tests/affine-local/local-first-openpage-newtab.spec.ts#L1
tests/affine-local/local-first-openpage-newtab.spec.ts took 16.1s
Slow Test: tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 2.4m
Slow Test: tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.1m
Slow Test: tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 3.3m
Slow Test: tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 2.0m
🎭 Playwright Run Summary
4 passed (1.5m)
🎭 Playwright Run Summary
30 passed (3.6m)
🎭 Playwright Run Summary
1 skipped 28 passed (3.5m)
🎭 Playwright Run Summary
29 passed (3.7m)
🎭 Playwright Run Summary
30 passed (3.9m)
🎭 Playwright Run Summary
1 skipped 2 passed (2.0m)
🎭 Playwright Run Summary
2 flaky local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─ local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ───────────────── 4 skipped 24 passed (4.7m)
🎭 Playwright Run Summary
1 flaky basic.spec.ts:28:5 › new page ──────────────────────────────────────────────────────────────────
🎭 Playwright Run Summary
5 passed (4.1m)
🎭 Playwright Run Summary
1 skipped 7 passed (5.8m)

Artifacts

Produced during runtime
Name Size
affine.darwin-arm64.node Expired
1.45 MB
affine.darwin-x64.node Expired
1.55 MB
affine.linux-x64-gnu.node Expired
1.57 MB
affine.win32-x64-msvc.node Expired
1.64 MB
server-native.node Expired
4.21 MB
web Expired
58.4 MB