Skip to content

#64250 - Refactor redirect_guess_404_permalink to use WP_Query instead of raw SQL #50240

#64250 - Refactor redirect_guess_404_permalink to use WP_Query instead of raw SQL

#64250 - Refactor redirect_guess_404_permalink to use WP_Query instead of raw SQL #50240

Triggered via pull request February 11, 2026 05:25
Status Success
Total duration 9m 44s
Artifacts 2

end-to-end-tests.yml

on: pull_request
Matrix: e2e-tests
Slack Notifications  /  Prepare notifications
Slack Notifications / Prepare notifications
Slack Notifications  /  Cancelled notifications
Slack Notifications / Cancelled notifications
Slack Notifications  /  Failure notifications
Slack Notifications / Failure notifications
Slack Notifications  /  Fixed notifications
Slack Notifications / Fixed notifications
Slack Notifications  /  Success notifications
Slack Notifications / Success notifications
Failed workflow tasks
0s
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 notices
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly: tests/e2e/specs/media-upload.test.js#L14
1) [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Not logged in 12 | // Log in before visiting admin page. 13 | await requestUtils.login(); > 14 | await admin.visitAdminPage( '/media-new.php' ); | ^ 15 | 16 | // It takes a moment for the multi-file uploader to become available. 17 | await page.waitForLoadState('load'); at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/media-upload.test.js:14:2
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly: tests/e2e/specs/media-upload.test.js#L14
1) [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly Error: Not logged in 12 | // Log in before visiting admin page. 13 | await requestUtils.login(); > 14 | await admin.visitAdminPage( '/media-new.php' ); | ^ 15 | 16 | // It takes a moment for the multi-file uploader to become available. 17 | await page.waitForLoadState('load'); at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/media-upload.test.js:14:2
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly: tests/e2e/specs/media-upload.test.js#L13
2) [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly Error: apiRequestContext.get: 400 Bad Request Response text: 0 Call log: - → GET http://localhost:8889/wp-admin/admin-ajax.php?action=rest-nonce - user-agent: Playwright/1.56.1 (x64; ubuntu 24.04) node/20.20 CI/1 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1770960902%7CU5fpMuMgz97fHTypQqVxRvYGqjyFX0IMJFDpFAz4pUe%7Ceeae8394e86485b75dbcc3b41f9f9db0f1af9d77e3d3c0950d962e301a3453d6; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1770960902%7CU5fpMuMgz97fHTypQqVxRvYGqjyFX0IMJFDpFAz4pUe%7Cdf5cdd1873b03f974d61510a661f0cfdccb0a3a81dd2d2352c07d7f477506e49; wp-settings-time-1=1770788102 - ← 400 Bad Request - server: nginx/1.29.5 - date: Wed, 11 Feb 2026 05:35:03 GMT - content-type: text/html; charset=UTF-8 - transfer-encoding: chunked - connection: keep-alive - x-powered-by: PHP/8.2.29 - x-robots-tag: noindex - x-content-type-options: nosniff - referrer-policy: strict-origin-when-cross-origin - x-frame-options: SAMEORIGIN - content-security-policy: frame-ancestors 'self'; - expires: Wed, 11 Jan 1984 05:00:00 GMT - cache-control: no-cache, must-revalidate, max-age=0, no-store, private 11 | test( 'Test dismissing failed upload works correctly', async ({ page, admin, requestUtils }) => { 12 | // Log in before visiting admin page. > 13 | await requestUtils.login(); | ^ 14 | await admin.visitAdminPage( '/media-new.php' ); 15 | 16 | // It takes a moment for the multi-file uploader to become available. at RequestUtils.login (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/login.ts:23:32) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/media-upload.test.js:13:2
[chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials: tests/e2e/specs/install.test.js#L40
1) [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials Error: should redirect to the installation page expect(page).toHaveURL(expected) failed Expected pattern: /wp-admin\/install\.php$/ Received string: "http://localhost:8889/" Timeout: 5000ms Call log: - should redirect to the installation page with timeout 5000ms 9 × unexpected value "http://localhost:8889/" 38 | page, 39 | 'should redirect to the installation page' > 40 | ).toHaveURL( /wp-admin\/install\.php$/ ); | ^ 41 | 42 | await expect( 43 | page.getByText( /WordPress database error/ ), at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/install.test.js:40:5
🎭 Playwright Run Summary
1 flaky [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly 24 passed (45.8s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly 23 passed (1.0m)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts-21893807147
326 KB
sha256:eb2d4a0ade394ac45995abeec9d2a4beebe199ed91e43fc9261dc4717da27f79
failures-artifacts-SCRIPT_DEBUG-21893807147
492 KB
sha256:5158e82ad7d1f237631a471ba83470ee94b3c27bad80f057f6e2a9eab9ea28b5