feat(nbstore): add sqlite implementation #18208
build-test.yml
on: pull_request
Build Server native
1m 20s
Matrix: build-native
Build @affine/electron renderer
3m 6s
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
test-build-mobile-app
/
build-android-web
3m 17s
test-build-mobile-app
/
build-ios-web
3m 23s
Lint
4m 57s
Check yarn binary
7s
E2E Migration Test
3m 48s
Matrix: Server Copilot E2E Test
Server Copilot Api Test
27s
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
25 errors, 6 warnings, and 6 notices
[Mobile Safari] › home.spec.ts:43:5 › all tab:
tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:43:5 › all tab ─────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › home.spec.ts:43:5 › all tab:
tests/affine-mobile/e2e/home.spec.ts#L47
1) [Mobile Safari] › home.spec.ts:43:5 › all tab ─────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
- locator resolved to <a role="tab" aria-label="all" data-active="false" class="styles_tabItem__1qrozp53" href="/workspace/S6kZXrmlnsPrhVani-8VH/all">…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- s
|
[Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it:
tests/affine-mobile/e2e/explorer-folder.spec.ts#L19
1) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "rename-input"
Received: null
17 | const isRenameInputFocused = async (page: Page) => {
18 | const focusElTestid = await getAttrOfActiveElement(page);
> 19 | expect(focusElTestid).toEqual('rename-input');
| ^
20 | };
21 |
22 | const createRootFolder = async (page: Page, name: string) => {
at isRenameInputFocused (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:19:25)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:69:3
|
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer:
tests/affine-mobile/e2e/explorer-tag.spec.ts#L67
2) [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
65 | await menu.getByTestId('rename-tag').tap();
66 | const focusedTestid = await getAttrOfActiveElement(page);
> 67 | expect(focusedTestid).toEqual('rename-input');
| ^
68 | await page.keyboard.type(appendedName);
69 | await menu.getByTestId('rename-confirm').tap();
70 | await expect(tag).not.toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:67:25
|
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer:
tests/affine-mobile/e2e/explorer-tag.spec.ts#L41
2) [Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Build AFFiNE native (x86_64-pc-windows-msvc)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (1)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (1)
The operation was canceled.
|
E2E Test (2)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (2)
The operation was canceled.
|
E2E Test (4)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (4)
The operation was canceled.
|
E2E Test (5)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (5)
The operation was canceled.
|
Lint
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
Lint
The operation was canceled.
|
test-build-mobile-app / android
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
test-build-mobile-app / android
The operation was canceled.
|
E2E Test (3)
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
E2E Test (3)
The operation was canceled.
|
test-build-mobile-app / ios
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
test-build-mobile-app / ios
The operation was canceled.
|
Server Test
Canceling since a higher priority waiting request for 'Build & Test-refs/pull/8811/merge' exists
|
Server Test
The operation was canceled.
|
3, 2, 1 Launch
Process completed with exit code 1.
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-tag.spec.ts took 44.7s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts took 45.6s
|
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-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 21.2s
|
🎭 Playwright Run Summary
6 passed (1.2m)
|
🎭 Playwright Run Summary
6 passed (1.5m)
|
🎭 Playwright Run Summary
6 passed (1.3m)
|
🎭 Playwright Run Summary
4 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › home.spec.ts:43:5 › all tab ──────────────────────────────────────────────────
5 passed (1.6m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ─────────────────
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ───────────────────────
4 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.66 MB |
|
affine.darwin-x64.node
Expired
|
1.78 MB |
|
affine.linux-x64-gnu.node
Expired
|
1.81 MB |
|
android
Expired
|
58.4 MB |
|
ios
Expired
|
58.5 MB |
|
server-native.node
Expired
|
4.32 MB |
|
web
Expired
|
61.3 MB |
|