Skip to content

Priority queue: request new idle callback for each item in queue #86829

Priority queue: request new idle callback for each item in queue

Priority queue: request new idle callback for each item in queue #86829

Triggered via pull request October 20, 2023 23:48
Status Failure
Total duration 37m 57s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 40s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 4 notices
Puppeteer - 1: packages/e2e-tests/specs/editor/plugins/cpt-locking.test.js#L132
Error: expect(received).toBeNull() Received: {"_client": {"_callbacks": [Map], "_connection": [Connection], "_sessionId": "2CA2468723DF522C494D3C689B897C83", "_targetType": "page", "emitter": [Object], "eventsMap": [Map]}, "_context": {"_client": [CDPSession], "_contextId": 95, "_contextName": "", "_world": [DOMWorld]}, "_disposed": false, "_frame": {"_childFrames": [Set], "_client": [CDPSession], "_detached": false, "_frameManager": [FrameManager], "_id": "5401BD8B63F976D8FF8D0709FD4F85DF", "_lifecycleEvents": [Set], "_loaderId": "FA6E521F58BD50EEDF0B2A14A0FC13E7", "_mainWorld": [DOMWorld], "_name": "editor-canvas", "_parentFrame": [Frame], "_secondaryWorld": [DOMWorld], "_url": "blob:http://localhost:8889/f1279df7-4aba-43ac-97e4-91a9ae651999"}, "_frameManager": {"_client": [CDPSession], "_contextIdToContext": [Map], "_frames": [Map], "_isolatedWorlds": [Set], "_mainFrame": [Frame], "_networkManager": [NetworkManager], "_page": [Page], "_timeoutSettings": [TimeoutSettings], "emitter": [Object], "eventsMap": [Map]}, "_page": {"_accessibility": [Accessibility], "_client": [CDPSession], "_closed": false, "_coverage": [Coverage], "_emulationManager": [EmulationManager], "_fileChooserInterceptors": [Set], "_frameManager": [FrameManager], "_handlerMap": WeakMap {}, "_javascriptEnabled": true, "_keyboard": [Keyboard], "_mouse": [Mouse], "_pageBindings": [Map], "_screenshotTaskQueue": [TaskQueue], "_target": [Target], "_timeoutSettings": [TimeoutSettings], "_touchscreen": [Touchscreen], "_tracing": [Tracing], "_userDragInterceptionEnabled": false, "_viewport": [Object], "_workers": [Map], "emitter": [Object], "eventsMap": [Map]}, "_remoteObject": {"className": "HTMLButtonElement", "description": "button.components-button.block-editor-button-block-appender", "objectId": "-635984235191578021.95.2", "subtype": "node", "type": "object"}} at Object.toBeNull (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/cpt-locking.test.js:132:6) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5)
Puppeteer - 1
Process completed with exit code 1.
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload: test/e2e/specs/editor/blocks/classic.spec.js#L141
1) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 139 | await classicBlock.click(); 140 | > 141 | expect( errors.length ).toBe( 0 ); | ^ 142 | await expect.poll( editor.getEditedPostContent ).toBe( 'test' ); 143 | } ); 144 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:141:27
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload: test/e2e/specs/editor/blocks/classic.spec.js#L141
1) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 139 | await classicBlock.click(); 140 | > 141 | expect( errors.length ).toBe( 0 ); | ^ 142 | await expect.poll( editor.getEditedPostContent ).toBe( 'test' ); 143 | } ); 144 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:141:27
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload: test/e2e/specs/editor/blocks/classic.spec.js#L141
1) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 139 | await classicBlock.click(); 140 | > 141 | expect( errors.length ).toBe( 0 ); | ^ 142 | await expect.poll( editor.getEditedPostContent ).toBe( 'test' ); 143 | } ); 144 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:141:27
Playwright - 1
Process completed with exit code 1.
[chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks: test/e2e/specs/editor/various/content-only-lock.spec.js#L57
1) [chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -14,11 +14,11 @@ }, }, "innerBlocks": Array [ Object { "attributes": Object { - "content": "Hello WP", + "content": "Hello", }, "name": "core/paragraph", }, ], "name": "core/group", Call Log: - Timeout 5000ms exceeded while waiting on the predicate 55 | .click(); 56 | await page.keyboard.type( ' WP' ); > 57 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 58 | { 59 | name: 'core/group', 60 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/content-only-lock.spec.js:57:3
[chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks: test/e2e/specs/editor/various/content-only-lock.spec.js#L57
1) [chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -14,11 +14,11 @@ }, }, "innerBlocks": Array [ Object { "attributes": Object { - "content": "Hello WP", + "content": "Hello", }, "name": "core/paragraph", }, ], "name": "core/group", Call Log: - Timeout 5000ms exceeded while waiting on the predicate 55 | .click(); 56 | await page.keyboard.type( ' WP' ); > 57 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 58 | { 59 | name: 'core/group', 60 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/content-only-lock.spec.js:57:3
[chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks: test/e2e/specs/editor/various/content-only-lock.spec.js#L57
1) [chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -14,11 +14,11 @@ }, }, "innerBlocks": Array [ Object { "attributes": Object { - "content": "Hello WP", + "content": "Hello", }, "name": "core/paragraph", }, ], "name": "core/group", Call Log: - Timeout 5000ms exceeded while waiting on the predicate 55 | .click(); 56 | await page.keyboard.type( ' WP' ); > 57 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 58 | { 59 | name: 'core/group', 60 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/content-only-lock.spec.js:57:3
[chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu: test/e2e/specs/editor/various/list-view.spec.js#L780
2) [chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu Error: Pressing Space should also open the menu dropdown Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('menu', { name: 'Options for File' }) - waiting for getByRole('menu', { name: 'Options for File' }) 778 | optionsForFileMenu, 779 | 'Pressing Space should also open the menu dropdown' > 780 | ).toBeVisible(); | ^ 781 | await pageUtils.pressKeys( 'access+z' ); // Keyboard shortcut for Delete. 782 | await expect 783 | .poll( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:780:5
[chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu: test/e2e/specs/editor/various/list-view.spec.js#L780
2) [chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Pressing Space should also open the menu dropdown Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('menu', { name: 'Options for File' }) - waiting for getByRole('menu', { name: 'Options for File' }) 778 | optionsForFileMenu, 779 | 'Pressing Space should also open the menu dropdown' > 780 | ).toBeVisible(); | ^ 781 | await pageUtils.pressKeys( 'access+z' ); // Keyboard shortcut for Delete. 782 | await expect 783 | .poll( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:780:5
[chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu: test/e2e/specs/editor/various/list-view.spec.js#L780
2) [chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Pressing Space should also open the menu dropdown Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('menu', { name: 'Options for File' }) - waiting for getByRole('menu', { name: 'Options for File' }) 778 | optionsForFileMenu, 779 | 'Pressing Space should also open the menu dropdown' > 780 | ).toBeVisible(); | ^ 781 | await pageUtils.pressKeys( 'access+z' ); // Keyboard shortcut for Delete. 782 | await expect 783 | .poll( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:780:5
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click: test/e2e/specs/editor/various/multi-block-selection.spec.js#L1
3) [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click Test timeout of 100000ms exceeded.
Playwright - 2
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload ─ 11 skipped 228 passed (19.5m)
🎭 Playwright Run Summary
1 skipped 232 passed (20.8m)
🎭 Playwright Run Summary
2 failed [chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks [chromium] › editor/various/list-view.spec.js:674:2 › List View › block settings dropdown menu ─ 1 flaky [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click 250 passed (24.2m)
🎭 Playwright Run Summary
2 skipped 230 passed (24.0m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
21 MB
flaky-tests-report Expired
5.55 KB