test(e2e): Migrate nuxt-4 to span streaming #56818
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
6s
Check PR branches
5s
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 39s
Circular Dependency Check
1m 44s
Browser Unit Tests
42s
Bun Unit Tests
Deno Unit Tests
Cloudflare Integration Tests
Bun Integration Tests
Deno Integration Tests
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
5s
Annotations
6 errors, 2 warnings, and 2 notices
|
E2E nuxt-4 (tracer provider) Test
Process completed with exit code 1.
|
|
E2E nuxt-4 Test
Process completed with exit code 1.
|
|
[chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically:
../../_temp/test-application/tests/db-drivers.test.ts#L34
1) [chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically ────────────────
Error: expect(received).toContainEqual(expected) // deep equality
Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set test-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "is_segment": false, "name": "set test-key [1 other arguments]", "status": "ok"}
Received array: [{"attributes": [Object], "end_timestamp": 1788360355.461603, "is_segment": false, "name": "01.first", "parent_span_id": "b8dffb81245ae102", "span_id": "bf39537bba4c92bb", "start_timestamp": 1788360355.4614952, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.4618468, "is_segment": false, "name": "02.second", "parent_span_id": "b8dffb81245ae102", "span_id": "a8647f1e5c83c282", "start_timestamp": 1788360355.4617984, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.4619768, "is_segment": false, "name": "03.auth", "parent_span_id": "b8dffb81245ae102", "span_id": "ba5a9e9d618971dd", "start_timestamp": 1788360355.4619303, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.462084, "is_segment": false, "name": "04.hooks.onRequest", "parent_span_id": "b8dffb81245ae102", "span_id": "bebeab15981646f9", "start_timestamp": 1788360355.4620492, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.4621754, "is_segment": false, "name": "04.hooks", "parent_span_id": "b8dffb81245ae102", "span_id": "ac94d59c89571e50", "start_timestamp": 1788360355.462145, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.4622982, "is_segment": false, "name": "04.hooks.onBeforeResponse", "parent_span_id": "b8dffb81245ae102", "span_id": "99ad7792bcfd427c", "start_timestamp": 1788360355.4622576, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.4624255, "is_segment": false, "name": "05.array-hooks.onRequest", "parent_span_id": "b8dffb81245ae102", "span_id": "8d729a77c703db2f", "start_timestamp": 1788360355.462381, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.462586, "is_segment": false, "name": "05.array-hooks.onRequest", "parent_span_id": "b8dffb81245ae102", "span_id": "a4e3b994b21b797b", "start_timestamp": 1788360355.4625447, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.462725, "is_segment": false, "name": "05.array-hooks", "parent_span_id": "b8dffb81245ae102", "span_id": "b3f9181fb582ce0a", "start_timestamp": 1788360355.462691, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, {"attributes": [Object], "end_timestamp": 1788360355.462822, "is_segment": false, "name": "05.array-hooks.onBeforeResponse", "parent_span_id": "b8dffb81245ae102", "span_id": "a4048aaa9e9b370d", "start_timestamp": 1788360355.462791, "status": "ok", "trace_id": "e112a3ceb3d74097b613a3aa9d5dd725"}, …]
32 | expect(getSpanOp(rootSpan!)).toBe('http.server');
33 |
> 34 | expect(spans).toContainEqual(
| ^
35 | expect.objectContaining({
36 | name: 'set test-key [1 other arguments]',
37 | status: 'ok',
at /home/runner/work/_temp/test-application/tests/db-drivers.test.ts:34:17
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
E2E nuxt-4 (canary) Test (optional)
Process completed with exit code 1.
|
|
[chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically:
../../_temp/test-application/tests/db-drivers.test.ts#L34
1) [chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically ────────────────
Error: expect(received).toContainEqual(expected) // deep equality
Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set test-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "is_segment": false, "name": "set test-key [1 other arguments]", "status": "ok"}
Received array: [{"attributes": [Object], "end_timestamp": 1788360380.1436722, "is_segment": false, "name": "01.first", "parent_span_id": "ba2eea66f1f57374", "span_id": "a252d2aa15247e28", "start_timestamp": 1788360380.1435595, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.1439357, "is_segment": false, "name": "02.second", "parent_span_id": "ba2eea66f1f57374", "span_id": "9bf841d81bcf7491", "start_timestamp": 1788360380.143885, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.1440833, "is_segment": false, "name": "03.auth", "parent_span_id": "ba2eea66f1f57374", "span_id": "8dd095390ff3871d", "start_timestamp": 1788360380.1440275, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.144215, "is_segment": false, "name": "04.hooks.onRequest", "parent_span_id": "ba2eea66f1f57374", "span_id": "993516c8e310c758", "start_timestamp": 1788360380.1441712, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.144358, "is_segment": false, "name": "04.hooks", "parent_span_id": "ba2eea66f1f57374", "span_id": "b0ede77c9e9a1567", "start_timestamp": 1788360380.1442976, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.144582, "is_segment": false, "name": "04.hooks.onBeforeResponse", "parent_span_id": "ba2eea66f1f57374", "span_id": "9ea94631574cab68", "start_timestamp": 1788360380.1445103, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.1447444, "is_segment": false, "name": "05.array-hooks.onRequest", "parent_span_id": "ba2eea66f1f57374", "span_id": "97b9f3de7e7f9b45", "start_timestamp": 1788360380.144691, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.14488, "is_segment": false, "name": "05.array-hooks.onRequest", "parent_span_id": "ba2eea66f1f57374", "span_id": "b93df16c3fcc65b3", "start_timestamp": 1788360380.1448371, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.1450372, "is_segment": false, "name": "05.array-hooks", "parent_span_id": "ba2eea66f1f57374", "span_id": "989b59d5d0cd9c93", "start_timestamp": 1788360380.1449952, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, {"attributes": [Object], "end_timestamp": 1788360380.1451573, "is_segment": false, "name": "05.array-hooks.onBeforeResponse", "parent_span_id": "ba2eea66f1f57374", "span_id": "aa0d695053227528", "start_timestamp": 1788360380.1451159, "status": "ok", "trace_id": "c8abcc67f83e4ed9b845e371f485bf30"}, …]
32 | expect(getSpanOp(rootSpan!)).toBe('http.server');
33 |
> 34 | expect(spans).toContainEqual(
| ^
35 | expect.objectContaining({
36 | name: 'set test-key [1 other arguments]',
37 | status: 'ok',
at /home/runner/work/_temp/test-application/tests/db-drivers.test.ts:34:17
|
|
E2E nuxt-4 (tracer provider) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
Size Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ./dev-packages/size-limit-gh-action. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically ─────────────────
57 passed (2.0m)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/db-drivers.test.ts:21:1 › Instruments ioredis automatically ─────────────────
57 passed (2.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
Expired
|
20.5 MB |
sha256:1ef849bc56bb7dcc30557de45d5be7ec05e862d58900fa789daa08d129623973
|
|
|
build-output
Expired
|
13.7 MB |
sha256:ee811503229e9ff64b332e05ddf201bb1d81f9b36377ee75d448c55d3e134334
|
|
|
build-tarball-output
Expired
|
7.02 MB |
sha256:48d90db30492519e52db48249d009c403ca62c9aab59076f8865ed27a8c524f0
|
|
|
playwright-traces-job_e2e_playwright_tests-nuxt-4
|
3.28 KB |
sha256:a54da5db50183c367c5b44de29f2564cc9c8dd5911d6a958e1d7c176b0b8fd82
|
|