feat(database): support query expression #278
Annotations
6 errors, 1 warning, and 1 notice
tests/edgeless/selection.spec.ts#L1
1) edgeless/selection.spec.ts:35:1 › should update rect of selection when resizing viewport ──────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
1) edgeless/selection.spec.ts:35:1 › should update rect of selection when resizing viewport ──────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-82065755&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/selection.spec.ts:38:9
|
tests/edgeless/selection.spec.ts#L1
2) edgeless/selection.spec.ts:83:3 › translation should constrain to cur axis when dragged with shift key › constrain-x
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
2) edgeless/selection.spec.ts:83:3 › translation should constrain to cur axis when dragged with shift key › constrain-x
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-67729346&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/selection.spec.ts:84:11
|
tests/edgeless/selection.spec.ts#L1
3) edgeless/selection.spec.ts:105:3 › translation should constrain to cur axis when dragged with shift key › constrain-y
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
3) edgeless/selection.spec.ts:105:3 › translation should constrain to cur axis when dragged with shift key › constrain-y
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-63928239&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/selection.spec.ts:106:11
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
3 flaky
edgeless/selection.spec.ts:35:1 › should update rect of selection when resizing viewport ───────
edgeless/selection.spec.ts:83:3 › translation should constrain to cur axis when dragged with shift key › constrain-x
edgeless/selection.spec.ts:105:3 › translation should constrain to cur axis when dragged with shift key › constrain-y
3 skipped
67 passed (5.6m)
|
This job succeeded
Loading