refactor(core): initial multiple servers infra #18780
Annotations
6 errors and 1 notice
tests/affine-local/e2e/all-page.spec.ts#L1
1) all-page.spec.ts:27:5 › all page ──────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/kit/playwright.ts#L113
1) all-page.spec.ts:27:5 › all page ──────────────────────────────────────────────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
at ../../kit/playwright.ts:113
111 | if (enableCoverage) {
112 | for (const page of context.pages()) {
> 113 | await page.evaluate(() =>
| ^
114 | // @ts-expect-error
115 | window.collectIstanbulCoverage(JSON.stringify(window.__coverage__))
116 | );
at Object.context (/home/runner/work/AFFiNE/AFFiNE/tests/kit/playwright.ts:113:20)
|
tests/kit/utils/load-page.ts#L11
1) all-page.spec.ts:27:5 › all page ──────────────────────────────────────────────────────────────
Error: page.goto: Test timeout of 50000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../../kit/utils/load-page.ts:11
9 |
10 | export async function openHomePage(page: Page) {
> 11 | await page.goto(coreUrl);
| ^
12 | }
13 |
14 | export async function open404Page(page: Page) {
at openHomePage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/load-page.ts:11:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/all-page.spec.ts:28:21
|
tests/affine-local/e2e/all-page.spec.ts#L1
2) all-page.spec.ts:33:5 › all page can create new page ──────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/kit/playwright.ts#L113
2) all-page.spec.ts:33:5 › all page can create new page ──────────────────────────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
at ../../kit/playwright.ts:113
111 | if (enableCoverage) {
112 | for (const page of context.pages()) {
> 113 | await page.evaluate(() =>
| ^
114 | // @ts-expect-error
115 | window.collectIstanbulCoverage(JSON.stringify(window.__coverage__))
116 | );
at Object.context (/home/runner/work/AFFiNE/AFFiNE/tests/kit/playwright.ts:113:20)
|
tests/kit/utils/load-page.ts#L11
2) all-page.spec.ts:33:5 › all page can create new page ──────────────────────────────────────────
Error: page.goto: Test timeout of 50000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../../kit/utils/load-page.ts:11
9 |
10 | export async function openHomePage(page: Page) {
> 11 | await page.goto(coreUrl);
| ^
12 | }
13 |
14 | export async function open404Page(page: Page) {
at openHomePage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/load-page.ts:11:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/all-page.spec.ts:35:21
|
|
This job succeeded
Loading