Sync - HPOS: Update checksum fields to consider #86331
e2e-tests.yml
on: pull_request
Annotations
6 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/social-sidebar.test.js:17:1 › Jetpack Social sidebar:
tools/e2e-commons/pages/page-actions.js#L320
1) specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('.wp-login__container').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 LoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17)
at LoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21)
at LoginPage.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 loginToWpCom (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:51:15)
at ensureWpComUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:218: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/social/tests/e2e/specs/social-sidebar.test.js:8:2
|
Social 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#L165
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
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:102:2 › Sync › Dedicated Sync Flow:
projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L124
2) specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow › Assert post is synced ────────────
Error: Previously created post should be present in the synced posts
expect(received).toContainEqual(expected) // deep equality
Expected value: ObjectContaining {"title": "Dedicated Sync 1722869691197"}
Received array: [{"ID": 6, "URL": "https://curly-termite-29.a8c-localtunnel.cyou/?p=6", "attachments": {}, "author": {"ID": 1, "URL": "", "avatar_URL": "https://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96", "email": false, "first_name": "", "ip_address": false, "last_name": "", "login": "", "name": "", "nice_name": "", "profile_URL": "https://gravatar.com/d41d8cd98f00b204e9800998ecf8427e"}, "capabilities": {"delete_post": false, "edit_post": false, "publish_post": false}, "categories": {}, "comment_count": 0, "comments_open": true, "content": "", "current_user_can": {"delete_post": false, "edit_post": false, "publish_post": false}, "date": "2024-08-05T14:54:12+00:00", "excerpt": "", "featured_image": "", "format": "standard", "geo": false, "global_ID": "d3198bfcb55c44e753b8a498e3f6a4c0", "guid": "https://curly-termite-29.a8c-localtunnel.cyou/?p=6", "i_like": false, "is_following": false, "is_reblogged": false, "like_count": 0, "likes_enabled": true, "menu_order": 0, "meta": {"links": {"help": "https://public-api.wordpress.com/rest/v1/sites/235738119/posts/6/help", "likes": "https://public-api.wordpress.com/rest/v1/sites/235738119/posts/6/likes/", "replies": "https://public-api.wordpress.com/rest/v1/sites/235738119/posts/6/replies/", "self": "https://public-api.wordpress.com/rest/v1/sites/235738119/posts/6", "site": "https://public-api.wordpress.com/rest/v1/sites/235738119"}}, "metadata": false, "modified": "2024-08-05T14:54:12+00:00", "parent": false, "password": "", "pings_open": true, "post_thumbnail": null, "publicize_URLs": [], "sharing_enabled": true, "short_URL": "https://curly-termite-29.a8c-localtunnel.cyou/?p=6", "site_ID": 235738119, "slug": "normal-sync-1722869642006", "status": "publish", "sticky": false, "tags": {}, "title": "Normal Sync 1722869642006", "type": "post"}]
122 | wpcomPosts.posts,
123 | 'Previously created post should be present in the synced posts'
> 124 | ).toContainEqual(
| ^
125 | expect.objectContaining( {
126 | title: postTitle,
127 | } )
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:124:6
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:114:3
|
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
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: locator.waitFor: Timeout 180000ms exceeded.
Call log:
- waiting for locator('[data-testid="page-cache-meta"]').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.waitForPageCacheMetaInfoVisibility (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/JetpackBoostPage.js:135: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 (36.5s)
|
🎭 Playwright Run Summary
1 passed (41.7s)
|
🎭 Playwright Run Summary
2 passed (39.1s)
|
🎭 Playwright Run Summary
4 passed (54.4s)
|
🎭 Playwright Run Summary
5 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (1.8m)
|
🎭 Playwright Run Summary
8 passed (1.7m)
|
🎭 Playwright Run Summary
13 passed (1.8m)
|
🎭 Playwright Run Summary
6 passed (2.1m)
|
🎭 Playwright Run Summary
1 failed
specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────────────────────
2 passed (2.6m)
|
🎭 Playwright Run Summary
2 passed (2.7m)
|
🎭 Playwright Run Summary
2 passed (2.9m)
|
🎭 Playwright Run Summary
2 flaky
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ─────────────────────────────────────────
specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow ─────────────────────────────────────
1 passed (3.1m)
|
🎭 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.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack Boost - Base
Expired
|
15.6 KB |
|
test-output-Jetpack Boost - Critical CSS
Expired
|
16.5 KB |
|
test-output-Jetpack Boost - Image CDN
Expired
|
9.83 KB |
|
test-output-Jetpack Boost - Image Guide
Expired
|
7.72 KB |
|
test-output-Jetpack Boost - Modules
Expired
|
23.2 KB |
|
test-output-Jetpack Boost - Page Cache
Expired
|
554 KB |
|
test-output-Jetpack connection
Expired
|
12.2 KB |
|
test-output-Jetpack post-connection
Expired
|
15.5 KB |
|
test-output-Jetpack pre-connection
Expired
|
7.18 KB |
|
test-output-Jetpack sync
Expired
|
1.08 MB |
|
test-output-Search
Expired
|
24.3 KB |
|
test-output-Social
Expired
|
381 KB |
|
test-output-VideoPress
Expired
|
6.96 KB |
|