meta(changelog): Update changelog for 10.62.0 #49551
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
8s
Check PR branches
4s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 1s
Circular Dependency Check
1m 40s
Browser Unit Tests
3m 51s
Bun Unit Tests
52s
Deno Unit Tests
1m 14s
Node v18.0.0 Compatibility Check
37s
Cloudflare Integration Tests
3m 15s
Bundler Plugin Integration Tests
3m 17s
Bun Integration Tests
41s
Check for faulty .d.ts files
48s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
2s
Annotations
10 errors and 2 notices
|
[chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors:
../../_temp/test-application/tests/environment.test.ts#L45
3) [chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/fetch-server-routes
Call log:
- navigating to "http://localhost:3030/fetch-server-routes", waiting until "networkidle"
43 | });
44 |
> 45 | await page.goto(`/fetch-server-routes`, isDevMode ? { waitUntil: 'networkidle' } : {});
| ^
46 | await page.getByText('Fetch Server API Error', { exact: true }).click();
47 |
48 | const error = await errorPromise;
at /home/runner/work/_temp/test-application/tests/environment.test.ts:45:16
|
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions:
../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234
Call log:
- navigating to "http://localhost:3030/test-param/1234", waiting until "load"
27 | });
28 |
> 29 | await page.goto(`/test-param/1234`);
| ^
30 |
31 | const transaction = await transactionPromise;
32 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
|
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions:
../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234
Call log:
- navigating to "http://localhost:3030/test-param/1234", waiting until "load"
27 | });
28 |
> 29 | await page.goto(`/test-param/1234`);
| ^
30 |
31 | const transaction = await transactionPromise;
32 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
|
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions:
../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234
Call log:
- navigating to "http://localhost:3030/test-param/1234", waiting until "load"
27 | });
28 |
> 29 | await page.goto(`/test-param/1234`);
| ^
30 |
31 | const transaction = await transactionPromise;
32 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
|
|
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions:
../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234
Call log:
- navigating to "http://localhost:3030/test-param/1234", waiting until "load"
27 | });
28 |
> 29 | await page.goto(`/test-param/1234`);
| ^
30 |
31 | const transaction = await transactionPromise;
32 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error
Call log:
- navigating to "http://localhost:3030/client-error", waiting until "networkidle"
10 |
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
> 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
| ^
13 | await page.locator('#errorBtn').click();
14 |
15 | const error = await errorPromise;
at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error
Call log:
- navigating to "http://localhost:3030/client-error", waiting until "networkidle"
10 |
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
> 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
| ^
13 | await page.locator('#errorBtn').click();
14 |
15 | const error = await errorPromise;
at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error
Call log:
- navigating to "http://localhost:3030/client-error", waiting until "networkidle"
10 |
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
> 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
| ^
13 | await page.locator('#errorBtn').click();
14 |
15 | const error = await errorPromise;
at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#errorBtn')
11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load)
12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {});
> 13 | await page.locator('#errorBtn').click();
| ^
14 |
15 | const error = await errorPromise;
16 |
at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
|
|
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors:
../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions
[chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors
[chromium] › tests/environment.test.ts:59:3 › environment detection › sets correct environment for server-side transactions
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|