Skip to content

Protect: React Query #88459

Protect: React Query

Protect: React Query #88459

Triggered via pull request August 29, 2024 04:52
Status Failure
Total duration 13m 15s
Artifacts 13

e2e-tests.yml

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

Annotations

13 errors, 14 warnings, 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:49:2 › Sync › Normal Sync flow: tools/e2e-commons/helpers/partner-provisioning.js#L30
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────────────────── Error: Jetpack Start provisioning command failed. at ../../../../../tools/e2e-commons/helpers/partner-provisioning.js:30 28 | response = execSyncShellCommand( cmd ); 29 | } catch ( error ) { > 30 | throw new Error( `Jetpack Start provisioning command failed.` ); | ^ 31 | } 32 | 33 | const json = JSON.parse( response ); at provisionJetpackStartConnection (/home/runner/work/jetpack/jetpack/tools/e2e-commons/helpers/partner-provisioning.js:30:9) at connect (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:142:3) at ensureConnectedState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:125:3) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68:4) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:25:3
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L165
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Sync queue should be empty [before] expect(received).toBeTruthy() Received: false Call Log: - Timeout 30000ms exceeded while waiting on the predicate 163 | } 164 | ) > 165 | .toBeTruthy(); | ^ 166 | } 167 | } ); 168 | at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:165: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: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 1724907683465"} 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/search-configure.test.js:55:2 › Search Configure › Can configure search overlay: tools/e2e-commons/helpers/partner-provisioning.js#L30
1) specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay ───────── Error: Jetpack Start provisioning command failed. at ../../../../../tools/e2e-commons/helpers/partner-provisioning.js:30 28 | response = execSyncShellCommand( cmd ); 29 | } catch ( error ) { > 30 | throw new Error( `Jetpack Start provisioning command failed.` ); | ^ 31 | } 32 | 33 | const json = JSON.parse( response ); at provisionJetpackStartConnection (/home/runner/work/jetpack/jetpack/tools/e2e-commons/helpers/partner-provisioning.js:30:9) at connect (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:142:3) at ensureConnectedState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:125:3) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68:4) at /home/runner/work/jetpack/jetpack/projects/plugins/search/tests/e2e/specs/search-configure.test.js:22:3
specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay: tools/e2e-commons/pages/page-actions.js#L43
1) specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay ───────── Error: page.goto: Target page, context or browser has been closed at ../../../../../tools/e2e-commons/pages/page-actions.js:43 41 | } catch ( e ) { 42 | logger.error( `Error navigating to ${ url } (1). Retrying once.\n${ e }` ); > 43 | response = await this.page.goto( url, options ); | ^ 44 | } 45 | 46 | return response; at JetpackMyPlanPage.goto (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:43:31) at Function.visit (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:31:3) at syncJetpackPlanData (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/jetpack-connect.js:73:21) at ensurePlan (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:202:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68:4) at /home/runner/work/jetpack/jetpack/projects/plugins/search/tests/e2e/specs/search-configure.test.js:22:3
specs/search-dashboard.test.js:37:2 › Search Dashboard › Can manage search module and instant search.: tools/e2e-commons/pages/page-actions.js#L320
2) specs/search-dashboard.test.js:37:2 › Search Dashboard › Can manage search module and instant search. TimeoutError: locator.waitFor: Timeout 30000ms exceeded. Call log: - waiting for locator('.jp-search-dashboard-top__title').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at SearchDashboard.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at SearchDashboard.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at SearchDashboard.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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/search/tests/e2e/specs/search-dashboard.test.js:33:21
Search e2e tests
Process completed with exit code 1.
specs/page-cache/page-cache.test.js:72:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled: tools/e2e-commons/pages/page-actions.js#L320
1) specs/page-cache/page-cache.test.js:72:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('.permalink-structure').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at PermalinksPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at PermalinksPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at PermalinksPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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:76:26
specs/page-cache/page-cache.test.js:72:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled: tools/e2e-commons/pages/page-actions.js#L320
1) specs/page-cache/page-cache.test.js:72:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('.permalink-structure').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at PermalinksPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at PermalinksPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at PermalinksPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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#L320
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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('.permalink-structure').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at PermalinksPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at PermalinksPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at PermalinksPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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
Jetpack Boost - Page Cache e2e tests
Process completed with exit code 1.
Jetpack pre-connection e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
VideoPress e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Image CDN e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Image Guide e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Concatenate JS/CSS e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Base e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack sync e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Modules e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack connection e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Search e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Critical CSS e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack post-connection e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Jetpack Boost - Page Cache e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Social e2e tests
Unexpected input(s) 'include-hidden-files', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
🎭 Playwright Run Summary
1 passed (38.3s)
🎭 Playwright Run Summary
1 passed (36.2s)
🎭 Playwright Run Summary
4 passed (56.3s)
🎭 Playwright Run Summary
2 passed (47.2s)
🎭 Playwright Run Summary
5 passed (1.3m)
🎭 Playwright Run Summary
6 passed (1.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 (2.0m)
🎭 Playwright Run Summary
13 passed (1.8m)
🎭 Playwright Run Summary
2 passed (2.1m)
🎭 Playwright Run Summary
2 failed specs/search-configure.test.js:55:2 › Search Configure › Can configure search overlay ────────── specs/search-dashboard.test.js:37:2 › Search Dashboard › Can manage search module and instant search. 4 passed (2.3m)
🎭 Playwright Run Summary
8 passed (1.9m)
🎭 Playwright Run Summary
2 passed (2.6m)
🎭 Playwright Run Summary
2 failed specs/page-cache/page-cache.test.js:72:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled 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 1 did not run 2 passed (2.5m)
🎭 Playwright Run Summary
3 passed (3.5m)

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base Expired
14.9 KB
test-output-Jetpack Boost - Critical CSS Expired
16.1 KB
test-output-Jetpack Boost - Image CDN Expired
9.55 KB
test-output-Jetpack Boost - Image Guide Expired
7.47 KB
test-output-Jetpack Boost - Modules Expired
22.9 KB
test-output-Jetpack Boost - Page Cache Expired
149 KB
test-output-Jetpack connection Expired
11.8 KB
test-output-Jetpack post-connection Expired
15.8 KB
test-output-Jetpack pre-connection Expired
6.95 KB
test-output-Jetpack sync Expired
2.13 MB
test-output-Search Expired
1.55 MB
test-output-Social Expired
14 KB
test-output-VideoPress Expired
6.79 KB