Skip to content

Update wordpress monorepo #78816

Update wordpress monorepo

Update wordpress monorepo #78816

Triggered via pull request May 1, 2024 00:27
Status Failure
Total duration 21m 19s
Artifacts 13

e2e-tests.yml

on: pull_request
Determine tests matrix
2m 36s
Determine tests matrix
Matrix: build-projects
Matrix: e2e-tests
Test report
3s
Test report
Slack notification
1m 21s
Slack notification
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 14 notices
Jetpack Boost - Concatenate JS/CSS e2e tests
The artifact name is not valid: test-output-Jetpack Boost - Concatenate JS/CSS. Contains the following character: Forward slash / Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n, Backslash \, Forward slash / These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow › Assert post is synced ──────────── Error: Sync queue should be empty [after post publish] expect(received).toBeTruthy() Received: false Call Log: - Timeout 30000ms exceeded while waiting on the predicate 153 | } 154 | ) > 155 | .toBeTruthy(); | ^ 156 | } 157 | } ); 158 | at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:155:5) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:115:10 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:114:14
specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay: projects/plugins/search/tests/e2e/specs/search-configure.test.js#L81
1) specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay › Can change and reflect settings Error: Highlight color should be 'pink' expect(received).toBeTruthy() Received: false 79 | await searchConfigure.isHighlightPink(), 80 | "Highlight color should be 'pink'" > 81 | ).toBeTruthy(); | ^ 82 | expect( await searchConfigure.isFormatProduct(), "Format should be 'product'" ).toBeTruthy(); 83 | expect( 84 | await searchConfigure.isDefaultSortNewest(), at checkSettings (/home/runner/work/jetpack/jetpack/projects/plugins/search/tests/e2e/specs/search-configure.test.js:81:5) at /home/runner/work/jetpack/jetpack/projects/plugins/search/tests/e2e/specs/search-configure.test.js:63:4 at /home/runner/work/jetpack/jetpack/projects/plugins/search/tests/e2e/specs/search-configure.test.js:56:3
Search e2e tests
Process completed with exit code 1.
specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active: projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js#L1
1) specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active Test timeout of 300000ms exceeded.
specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active: tools/e2e-commons/pages/page-actions.js#L39
1) specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active Error: page.goto: Target page, context or browser has been closed at ../../../../../tools/e2e-commons/pages/page-actions.js:39 37 | } catch ( e ) { 38 | logger.error( `Error navigating to ${ url } (1). Retrying once.\n${ e }` ); > 39 | response = await this.page.goto( url, options ); | ^ 40 | } 41 | 42 | return response; at PostFrontendPage.goto (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:39:31) at Function.visit (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:28:3) at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:107:25
specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active: tools/e2e-commons/pages/page-actions.js#L314
1) specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 20000ms exceeded. Call log: - waiting for locator('.permalink-structure') to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:314 312 | `Waiting for element '${ selector }' to be ${ state } [timeout: ${ timeout } ms]` 313 | ); > 314 | return await this.page.waitForSelector( selector, { state, timeout } ); | ^ 315 | } 316 | 317 | /** at PermalinksPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:314:26) at PermalinksPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:264:21) at PermalinksPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:63:16) at Function.init (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:18:3) at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:23:26
specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active: tools/e2e-commons/pages/page-actions.js#L314
2) specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active TimeoutError: page.waitForSelector: Timeout 180000ms exceeded. Call log: - waiting for locator('[data-testid="page-cache-meta"]') to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:314 312 | `Waiting for element '${ selector }' to be ${ state } [timeout: ${ timeout } ms]` 313 | ); > 314 | return await this.page.waitForSelector( selector, { state, timeout } ); | ^ 315 | } 316 | 317 | /** at JetpackBoostPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:314:26) at JetpackBoostPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:264:21) at JetpackBoostPage.waitForPageCacheMetaInfoVisibility (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/JetpackBoostPage.js:136:15) at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:97:27
Jetpack Boost - Page Cache e2e tests
Process completed with exit code 1.
🎭 Playwright Run Summary
1 passed (38.2s)
🎭 Playwright Run Summary
1 passed (35.7s)
🎭 Playwright Run Summary
2 passed (54.7s)
🎭 Playwright Run Summary
5 passed (1.3m)
🎭 Playwright Run Summary
6 passed (1.7m)
🎭 Playwright Run Summary
4 passed (1.1m)
🎭 Playwright Run Summary
8 passed (1.6m)
🎭 Playwright Run Summary
13 passed (2.2m)
🎭 Playwright Run Summary
1 passed (1.3m)
🎭 Playwright Run Summary
1 flaky specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow ───────────────────────────────────── 2 passed (2.5m)
🎭 Playwright Run Summary
2 passed (2.7m)
🎭 Playwright Run Summary
2 passed (3.0m)
🎭 Playwright Run Summary
1 failed specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay ────────── 5 passed (3.3m)
🎭 Playwright Run Summary
1 failed specs/page-cache/page-cache.test.js:103:2 › Cache module › Page Cache header should be present when module is active 1 flaky specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active 3 passed (10.3m)

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base Expired
14.4 KB
test-output-Jetpack Boost - Critical CSS Expired
15.8 KB
test-output-Jetpack Boost - Image CDN Expired
9.24 KB
test-output-Jetpack Boost - Image Guide Expired
10.7 KB
test-output-Jetpack Boost - Modules Expired
22.5 KB
test-output-Jetpack Boost - Page Cache Expired
2.3 MB
test-output-Jetpack connection Expired
14.2 KB
test-output-Jetpack post-connection Expired
17.4 KB
test-output-Jetpack pre-connection Expired
6.58 KB
test-output-Jetpack sync Expired
847 KB
test-output-Search Expired
994 KB
test-output-Social Expired
8.62 KB
test-output-VideoPress Expired
6.26 KB