fix(infra): indexer missing data #16942
build-test.yml
on: pull_request
Matrix: build-native
Build Server native
1m 24s
Build @affine/electron renderer
2m 38s
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
test-build-ios
/
build-ios-web
2m 47s
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
16 errors, 17 warnings, and 15 notices
[Mobile Safari] › home.spec.ts:53:5 › search tab:
tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:53:5 › search tab ──────────────────────────────────────────────
Test timeout of 60000ms exceeded while setting up "page".
|
[Mobile Safari] › home.spec.ts:53:5 › search tab:
tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:53:5 › search 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] › home.spec.ts:6:5 › after loaded:
tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:6:5 › after loaded, will land on the home page ─────────────────
Test timeout of 60000ms exceeded while setting up "page".
|
[Mobile Safari] › home.spec.ts:6:5 › after loaded:
tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:6:5 › after loaded, will land on the home page ─────────────────
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:10:5 › app tabs is visible:
tests/affine-mobile/e2e/home.spec.ts#L1
2) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ─────────────────────────────────────
Test timeout of 60000ms exceeded while setting up "page".
|
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible:
tests/kit/mobile.ts#L21
2) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ─────────────────────────────────────
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:12:5 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L1
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L14
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Target page, context or browser has been closed
12 | test('can open page view more menu', async ({ page }) => {
13 | await page.click('[data-testid="detail-page-header-more-button"]');
> 14 | await expect(page.getByRole('dialog')).toBeVisible();
| ^
15 | });
16 |
17 | test('switch to page mode', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:14:42
|
[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)
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L1
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L19
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('dialog')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByRole('dialog')
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
17 | test('switch to page mode', async ({ page }) => {
18 | await page.click('[data-testid="detail-page-header-more-button"]');
> 19 | await expect(page.getByRole('dialog')).toBeVisible();
| ^
20 |
21 | await page.getByRole('menuitem', { name: 'Default to Page mode' }).click();
22 | await expect(page.locator('.doc-title-container')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:19:42
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L1
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L19
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('dialog')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByRole('dialog')
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
- locator resolved to <div role="dialog" tabindex="-1" id="radix-:rv:" data-state="open" aria-labelledby="radix-:r10:" class="styles_modalContent__k7p09rd styles_mobileMenuModal__1gulbsj0">…</div>
- unexpected value "hidden"
17 | test('switch to page mode', async ({ page }) => {
18 | await page.click('[data-testid="detail-page-header-more-button"]');
> 19 | await expect(page.getByRole('dialog')).toBeVisible();
| ^
20 |
21 | await page.getByRole('menuitem', { name: 'Default to Page mode' }).click();
22 | await expect(page.locator('.doc-title-container')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:19:42
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › home.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › home.spec.ts took 51.1s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › explorer-favorite.spec.ts took 43.5s
|
Slow Test:
tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.3m
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 1.2m
|
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/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 52.8s
|
Slow Test:
tests/affine-local/local-first-restore-page.spec.ts#L1
tests/affine-local/local-first-restore-page.spec.ts took 42.4s
|
Slow Test:
tests/affine-local/ai-land.spec.ts#L1
tests/affine-local/ai-land.spec.ts took 42.0s
|
Slow Test:
tests/affine-local/local-first-avatar.spec.ts#L1
tests/affine-local/local-first-avatar.spec.ts took 21.0s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › explorer-favorite.spec.ts took 35.9s
|
Slow Test:
tests/affine-desktop-cloud/basic.spec.ts#L1
tests/affine-desktop-cloud/basic.spec.ts took 53.3s
|
Slow Test:
tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.4m
|
Slow Test:
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 2.8m
|
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.4m
|
Slow Test:
tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.3m
|
🎭 Playwright Run Summary
3 passed (59.2s)
|
🎭 Playwright Run Summary
4 passed (1.4m)
|
🎭 Playwright Run Summary
3 passed (1.0m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › home.spec.ts:53:5 › search tab ───────────────────────────────────────────────
3 passed (1.7m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › home.spec.ts:6:5 › after loaded, will land on the home page ──────────────────
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ──────────────────────────────────────
2 passed (2.6m)
|
🎭 Playwright Run Summary
2 skipped
29 passed (3.4m)
|
🎭 Playwright Run Summary
31 passed (3.5m)
|
🎭 Playwright Run Summary
32 passed (3.6m)
|
🎭 Playwright Run Summary
31 passed (3.7m)
|
🎭 Playwright Run Summary
3 skipped
28 passed (3.8m)
|
🎭 Playwright Run Summary
3 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 ────────────────────────────────────
[Mobile Safari] › detail.spec.ts:25:5 › doc info ───────────────────────────────────────────────
1 passed (5.2m)
|
🎭 Playwright Run Summary
1 passed (1.1m)
|
🎭 Playwright Run Summary
2 passed (1.7m)
|
🎭 Playwright Run Summary
1 skipped
7 passed (4.7m)
|
🎭 Playwright Run Summary
1 skipped
8 passed (5.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.48 MB |
|
affine.darwin-x64.node
Expired
|
1.57 MB |
|
affine.linux-x64-gnu.node
Expired
|
1.61 MB |
|
affine.win32-x64-msvc.node
Expired
|
1.7 MB |
|
ios
Expired
|
56.3 MB |
|
server-native.node
Expired
|
4.24 MB |
|
web
Expired
|
62.6 MB |
|