e2e tests at push on Automattic/jetpack-production trunk branch #96242
e2e-tests.yml
on: repository_dispatch
Annotations
4 errors, 8 warnings, and 5 notices
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#L155
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
153 | */
154 | async function assertSyncQueueIsEmpty( message = 'Sync queue should be empty', timeout = 30000 ) {
> 155 | await expect
| ^
156 | .poll(
157 | async () => {
158 | return await isSyncQueueEmpty();
at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:155:3)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:37:4
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:36: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 1735787785036"}
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
|
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 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 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 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 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
|
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 (41.7s)
|
🎭 Playwright Run Summary
1 passed (1.3m)
|
🎭 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
2 passed (2.4m)
|
🎭 Playwright Run Summary
2 passed (2.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack connection
|
12.7 KB |
|
test-output-Jetpack post editor
|
9.91 KB |
|
test-output-Jetpack post-connection
|
15.4 KB |
|
test-output-Jetpack pre-connection
|
7.04 KB |
|
test-output-Jetpack sync
|
1.09 MB |
|