Skip to content

SSO: switch from module codebase to Connection package, part 3 #78832

SSO: switch from module codebase to Connection package, part 3

SSO: switch from module codebase to Connection package, part 3 #78832

Triggered via pull request May 1, 2024 10:16
Status Failure
Total duration 13m 42s
Artifacts 13

e2e-tests.yml

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

Annotations

11 errors and 13 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.
Jetpack connection e2e tests
Process completed with exit code 1.
Jetpack connection e2e tests
Process completed with exit code 1.
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/sync/sync.test.js:49:2 › Sync › Normal Sync flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────────────────── Error: Sync queue should be empty [before] 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:37:10 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:36:14
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:57:10 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:56:14
specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L94
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow › Assert post is not synced ────────── Error: Previously created post should NOT be present in the synced posts expect(received).toContainEqual(expected) // deep equality Expected value: ObjectNotContaining {"title": "Disabled Sync 1714559134415"} Received array: [] 92 | wpcomPosts.posts, 93 | 'Previously created post should NOT be present in the synced posts' > 94 | ).toContainEqual( | ^ 95 | expect.not.objectContaining( { 96 | title: postTitle, 97 | } ) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:94:6 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:86:3
specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L94
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow › Assert post is not synced ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Previously created post should NOT be present in the synced posts expect(received).toContainEqual(expected) // deep equality Expected value: ObjectNotContaining {"title": "Disabled Sync 1714559157428"} Received array: [] 92 | wpcomPosts.posts, 93 | 'Previously created post should NOT be present in the synced posts' > 94 | ).toContainEqual( | ^ 95 | expect.not.objectContaining( { 96 | title: postTitle, 97 | } ) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:94:6 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:86:3
Jetpack sync e2e tests
Process completed with exit code 1.
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
1) 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
🎭 Playwright Run Summary
1 passed (34.4s)
🎭 Playwright Run Summary
1 passed (40.7s)
🎭 Playwright Run Summary
2 passed (45.7s)
🎭 Playwright Run Summary
4 passed (1.0m)
🎭 Playwright Run Summary
5 passed (1.3m)
🎭 Playwright Run Summary
1 passed (1.4m)
🎭 Playwright Run Summary
8 passed (1.6m)
🎭 Playwright Run Summary
1 failed specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay ────────── 5 passed (2.1m)
🎭 Playwright Run Summary
6 passed (1.9m)
🎭 Playwright Run Summary
13 passed (2.0m)
🎭 Playwright Run Summary
2 passed (2.7m)
🎭 Playwright Run Summary
2 failed specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ───────────────────────────────────────── specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow ─────────────────────────────────────── 1 passed (3.2m)
🎭 Playwright Run Summary
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 4 passed (4.5m)

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base Expired
14.2 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
1.15 MB
test-output-Jetpack connection Expired
441 Bytes
test-output-Jetpack post-connection Expired
16.5 KB
test-output-Jetpack pre-connection Expired
6.55 KB
test-output-Jetpack sync Expired
1.84 MB
test-output-Search Expired
811 KB
test-output-Social Expired
8.61 KB
test-output-VideoPress Expired
6.26 KB