ThreatsDataViews: Improve responsiveness #95754
e2e-tests.yml
on: pull_request
Annotations
6 errors, 24 warnings, and 14 notices
Jetpack Boost - Concatenate JS and CSS e2e tests
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-testid="speed-scores"]').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 JetpackBoostPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17)
at JetpackBoostPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21)
at JetpackBoostPage.chooseFreePlan (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/JetpackBoostPage.js:21:14)
at connect (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:222:2)
at ensureConnectedState (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:207:3)
at buildPrerequisites (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:100:5)
at Object.build (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:63:4)
at default (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/setupTests.js:12:2)
|
Jetpack Boost - Concatenate JS and CSS e2e tests
Process completed with exit code 1.
|
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 {
> 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 1734559144670"}
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.
|
Determine tests matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-videopress
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-boost
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-social
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-search
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E: Build jetpack-sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
VideoPress e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack pre-connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Concatenate JS and CSS e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Image CDN e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Image Guide e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Page Cache e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack post editor e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Base e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Modules e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack Boost - Critical CSS e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Search e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack sync e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Jetpack post-connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Social e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slack notification
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 passed (34.1s)
|
🎭 Playwright Run Summary
1 passed (38.9s)
|
🎭 Playwright Run Summary
4 passed (50.9s)
|
🎭 Playwright Run Summary
2 passed (47.5s)
|
🎭 Playwright Run Summary
5 passed (1.3m)
|
🎭 Playwright Run Summary
1 passed (1.2m)
|
🎭 Playwright Run Summary
6 passed (1.7m)
|
🎭 Playwright Run Summary
13 passed (1.8m)
|
🎭 Playwright Run Summary
8 passed (1.8m)
|
🎭 Playwright Run Summary
2 passed (2.1m)
|
🎭 Playwright Run Summary
6 passed (2.2m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
2 passed (2.5m)
|
🎭 Playwright Run Summary
3 passed (2.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack Boost - Base
Expired
|
16.2 KB |
|
test-output-Jetpack Boost - Concatenate JS and CSS
Expired
|
2.98 KB |
|
test-output-Jetpack Boost - Critical CSS
Expired
|
16.7 KB |
|
test-output-Jetpack Boost - Image CDN
Expired
|
9.94 KB |
|
test-output-Jetpack Boost - Image Guide
Expired
|
7.88 KB |
|
test-output-Jetpack Boost - Modules
Expired
|
23.3 KB |
|
test-output-Jetpack Boost - Page Cache
Expired
|
12.9 KB |
|
test-output-Jetpack connection
Expired
|
11.9 KB |
|
test-output-Jetpack post editor
Expired
|
8.63 KB |
|
test-output-Jetpack post-connection
Expired
|
15.4 KB |
|
test-output-Jetpack pre-connection
Expired
|
7.04 KB |
|
test-output-Jetpack sync
Expired
|
2.28 MB |
|
test-output-Search
Expired
|
23.6 KB |
|
test-output-Social
Expired
|
14.6 KB |
|
test-output-VideoPress
Expired
|
6.95 KB |
|