Merge branch 'release/10.62.0' #49565
build.yml
on: push
Get CI Metadata
/
Get Metadata
11s
Check PR branches
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 6s
Circular Dependency Check
1m 42s
Browser Unit Tests
3m 52s
Bun Unit Tests
51s
Deno Unit Tests
1m 3s
Node v18.0.0 Compatibility Check
37s
Cloudflare Integration Tests
2m 57s
Bundler Plugin Integration Tests
3m 20s
Bun Integration Tests
41s
Check for faulty .d.ts files
44s
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
5s
Annotations
13 errors and 4 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.
|
|
Node (24) (TS 3.8) Integration Tests
The job has exceeded the maximum execution time of 15m0s
|
|
Node (24) (TS 3.8) Integration Tests
The operation was canceled.
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
6 skipped
6 passed (36.3s)
|
|
🎭 Playwright Run Summary
12 passed (51.0s)
|
|
🎭 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)
|