Skip to content

chore: bump up all non-major dependencies (#8185) #5426

chore: bump up all non-major dependencies (#8185)

chore: bump up all non-major dependencies (#8185) #5426

Triggered via push September 5, 2024 10:28
Status Cancelled
Total duration 3m 45s
Artifacts 1

test.yml

on: push
Install Dependencies
55s
Install Dependencies
Matrix: E2E Test
Matrix: Unit Test
Build & Test
0s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

29 errors, 16 warnings, and 17 notices
clipboard/clipboard.spec.ts:341:1 › clipboard copy nested items: tests/clipboard/clipboard.spec.ts#L364
1) clipboard/clipboard.spec.ts:341:1 › clipboard copy nested items ─────────────────────────────── Error: Snapshot comparison failed: bc d 456 Expected: /home/runner/work/blocksuite/blocksuite/tests/snapshots/clipboard/clipboard.spec.ts/clipboard-copy-nested-items-clipboard.md Received: /home/runner/work/blocksuite/blocksuite/tests/test-results/clipboard-clipboard-clipboard-copy-nested-items/clipboard-copy-nested-items-clipboard-actual.md 362 | const html = await getClipboardHTML(page); 363 | const snapshot = await getClipboardSnapshot(page); > 364 | expect(text).toMatchSnapshot(`${testInfo.title}-clipboard.md`); | ^ 365 | expect(JSON.stringify(snapshot.snapshot.content, null, 2)).toMatchSnapshot( 366 | `${testInfo.title}-clipboard.json` 367 | ); at /home/runner/work/blocksuite/blocksuite/tests/clipboard/clipboard.spec.ts:364:16
clipboard/list.spec.ts:133:1 › paste a nested list to a nested list: tests/utils/asserts.ts#L209
2) clipboard/list.spec.ts:133:1 › paste a nested list to a nested list ─────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 2 Array [ "aaa", - "aaa", + "bbbaaa", "bbb", - "cccbbb", + "ccc", "ccc", ] at utils/asserts.ts:209 207 | }); 208 | }, currentEditorIndex); > 209 | expect(actualTexts).toEqual(texts); | ^ 210 | } 211 | 212 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:209:23) at /home/runner/work/blocksuite/blocksuite/tests/clipboard/list.spec.ts:165:3
clipboard/list.spec.ts:214:1 › paste nested lists to a nested list: tests/utils/asserts.ts#L209
3) clipboard/list.spec.ts:214:1 › paste nested lists to a nested list ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 1 Array [ "aaa", "b111", + "ccc", "222", "111", - "222bb", - "ccc", ] at utils/asserts.ts:209 207 | }); 208 | }, currentEditorIndex); > 209 | expect(actualTexts).toEqual(texts); | ^ 210 | } 211 | 212 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:209:23) at /home/runner/work/blocksuite/blocksuite/tests/clipboard/list.spec.ts:279:3
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly: tests/edgeless/note/note.spec.ts#L272
1) edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ─────────────────────── Error: expect(received).toBeCloseTo(expected) Expected: 587.906982421875 Received: 623.2557792663574 Expected precision: 2 Expected difference: < 0.005 Received difference: 35.34879684448242 270 | const firstNoteBox = await firstNote.boundingBox(); 271 | const secondNoteBox = await secondNote.boundingBox(); > 272 | expect(firstNoteBox!.width).toBeCloseTo(secondNoteBox!.width); | ^ 273 | expect(firstNoteBox!.height).toBeCloseTo(secondNoteBox!.height); 274 | }); 275 | at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note/note.spec.ts:272:31
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly: tests/edgeless/note/note.spec.ts#L272
1) edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeCloseTo(expected) Expected: 446.51165771484375 Received: 481.8604621887207 Expected precision: 2 Expected difference: < 0.005 Received difference: 35.34880447387695 270 | const firstNoteBox = await firstNote.boundingBox(); 271 | const secondNoteBox = await secondNote.boundingBox(); > 272 | expect(firstNoteBox!.width).toBeCloseTo(secondNoteBox!.width); | ^ 273 | expect(firstNoteBox!.height).toBeCloseTo(secondNoteBox!.height); 274 | }); 275 | at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note/note.spec.ts:272:31
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly: tests/edgeless/note/note.spec.ts#L272
1) edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ─────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeCloseTo(expected) Expected: 552.5581665039062 Received: 587.9069938659668 Expected precision: 2 Expected difference: < 0.005 Received difference: 35.34882736206055 270 | const firstNoteBox = await firstNote.boundingBox(); 271 | const secondNoteBox = await secondNote.boundingBox(); > 272 | expect(firstNoteBox!.width).toBeCloseTo(secondNoteBox!.width); | ^ 273 | expect(firstNoteBox!.height).toBeCloseTo(secondNoteBox!.height); 274 | }); 275 | at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note/note.spec.ts:272:31
edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly: tests/edgeless/note/note.spec.ts#L272
1) edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ─────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeCloseTo(expected) Expected: 446.51165771484375 Received: 517.2093048095703 Expected precision: 2 Expected difference: < 0.005 Received difference: 70.69764709472656 270 | const firstNoteBox = await firstNote.boundingBox(); 271 | const secondNoteBox = await secondNote.boundingBox(); > 272 | expect(firstNoteBox!.width).toBeCloseTo(secondNoteBox!.width); | ^ 273 | expect(firstNoteBox!.height).toBeCloseTo(secondNoteBox!.height); 274 | }); 275 | at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note/note.spec.ts:272:31
E2E Test (10)
Process completed with exit code 1.
format-bar.spec.ts:316:1 › should format quick bar be able to change background color: tests/format-bar.spec.ts#L436
1) format-bar.spec.ts:316:1 › should format quick bar be able to change background color ───────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.affine-format-bar-widget').getByTestId('unset') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.affine-format-bar-widget').getByTestId('unset') - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" - locator resolved to <editor-menu-action role="button" data-testid="unset">…</editor-menu-action> - unexpected value "hidden" 434 | ); 435 | > 436 | await expect(highlight.defaultColorBtn).toBeVisible(); | ^ 437 | await highlight.defaultColorBtn.click(); 438 | 439 | await assertStoreMatchJSX( at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:436:43
hotkey.spec.ts:1003:1 › should ctrl+enter create new block: tests/utils/asserts.ts#L209
1) hotkey.spec.ts:1003:1 › should ctrl+enter create new block ──────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 2 Array [ - "1", - "23", + "12", + "3", ] at utils/asserts.ts:209 207 | }); 208 | }, currentEditorIndex); > 209 | expect(actualTexts).toEqual(texts); | ^ 210 | } 211 | 212 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:209:23) at /home/runner/work/blocksuite/blocksuite/tests/hotkey.spec.ts:1013:3
edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing: tests/utils/actions/edgeless.ts#L356
1) edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ───────────────────────── TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for locator('edgeless-tool-icon-button').filter({ hasText: 'Square' }) - locator resolved to <edgeless-tool-icon-button role="button">…</edgeless-tool-icon-button> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is not stable - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at utils/actions/edgeless.ts:356 354 | .locator('edgeless-tool-icon-button') 355 | .filter({ hasText: shape }); > 356 | await squareShapeButton.click(); | ^ 357 | break; 358 | } 359 | } at setEdgelessTool (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:356:31) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/shortcut.spec.ts:137:3
selection/native.spec.ts:436:1 › cursor move to up and down with children block: tests/selection/native.spec.ts#L465
1) selection/native.spec.ts:436:1 › cursor move to up and down with children block ─────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 12 Received: 0 463 | const textTwo = await getInlineSelectionText(page); 464 | expect(textTwo).toBe('arrow down test 1'); > 465 | expect(indexTwo).toBeGreaterThanOrEqual(12); | ^ 466 | expect(indexTwo).toBeLessThanOrEqual(17); 467 | await page.keyboard.press('ArrowDown'); 468 | const textThree = await getInlineSelectionText(page); at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:465:20
Unit Test (5)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
E2E Test (6)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
Unit Test (2)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
Unit Test (2)
The operation was canceled.
E2E Test (7)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
E2E Test (7)
The operation was canceled.
Unit Test (3)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
Unit Test (3)
The operation was canceled.
Unit Test (4)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
Unit Test (4)
The operation was canceled.
E2E Test (8)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
E2E Test (8)
The operation was canceled.
Unit Test (1)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
Unit Test (1)
The operation was canceled.
E2E Test (11)
Canceling since a higher priority waiting request for 'Test-refs/heads/master' exists
E2E Test (11)
The operation was canceled.
Build & Test
Process completed with exit code 1.
E2E Test (3)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (16)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (15)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (20)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (1)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (17)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (2)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (4)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (13)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (19)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (14)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (12)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (18)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (5)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (9)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
E2E Test (6)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
🎭 Playwright Run Summary
4 skipped 42 passed (45.3s)
🎭 Playwright Run Summary
45 passed (51.2s)
🎭 Playwright Run Summary
1 skipped 44 passed (51.5s)
🎭 Playwright Run Summary
3 skipped 42 passed (40.5s)
🎭 Playwright Run Summary
46 passed (52.1s)
🎭 Playwright Run Summary
45 passed (48.6s)
🎭 Playwright Run Summary
3 flaky clipboard/clipboard.spec.ts:341:1 › clipboard copy nested items ──────────────────────────────── clipboard/list.spec.ts:133:1 › paste a nested list to a nested list ──────────────────────────── clipboard/list.spec.ts:214:1 › paste nested lists to a nested list ───────────────────────────── 1 skipped 42 passed (50.3s)
🎭 Playwright Run Summary
46 passed (55.4s)
🎭 Playwright Run Summary
1 failed edgeless/note/note.spec.ts:246:1 › duplicate note should work correctly ──────────────────────── 45 passed (1.1m)
🎭 Playwright Run Summary
1 flaky format-bar.spec.ts:316:1 › should format quick bar be able to change background color ────────── 44 passed (1.0m)
🎭 Playwright Run Summary
45 passed (52.5s)
🎭 Playwright Run Summary
1 flaky hotkey.spec.ts:1003:1 › should ctrl+enter create new block ───────────────────────────────────── 1 skipped 43 passed (57.9s)
🎭 Playwright Run Summary
1 flaky edgeless/shortcut.spec.ts:119:1 › should not switch shapes in editing ────────────────────────── 3 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
1 flaky selection/native.spec.ts:436:1 › cursor move to up and down with children block ──────────────── 44 passed (58.3s)
🎭 Playwright Run Summary
46 passed (1.2m)
🎭 Playwright Run Summary
10 skipped 36 passed (1.3m)
🎭 Playwright Run Summary
46 passed (1.4m)

Artifacts

Produced during runtime
Name Size
test-results-e2e-10 Expired
4.56 MB