Skip to content

fix: Test removing some CJS/ESM switching #52960

fix: Test removing some CJS/ESM switching

fix: Test removing some CJS/ESM switching #52960

Triggered via pull request July 27, 2026 14:09
Status Failure
Total duration 22m 45s
Artifacts 8

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
9s
Get CI Metadata / Get Metadata
Check lockfile
0s
Check lockfile
Check file formatting
44s
Check file formatting
Check PR branches
2s
Check PR branches
Build Lambda layer
1m 22s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
51s
Lint
Circular Dependency Check
1m 30s
Circular Dependency Check
Browser Unit Tests
44s
Browser Unit Tests
Bun Unit Tests
56s
Bun Unit Tests
Deno Unit Tests
1m 13s
Deno Unit Tests
Cloudflare Integration Tests
6m 2s
Cloudflare Integration Tests
Bun Integration Tests
45s
Bun Integration Tests
Deno Integration Tests
49s
Deno Integration Tests
Check for faulty .d.ts files
40s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

72 errors, 5 warnings, and 188 notices
Lint
Process completed with exit code 1.
eslint(no-unused-vars): packages/server-utils/src/orchestrion/runtime/register.ts#L3
Identifier 'pathToFileURL' is imported but never used.
E2E node-express-orchestrion Test
Process completed with exit code 1.
[chromium] β€Ί tests/transactions.test.ts:127:1 β€Ί Instruments MySQL via Orchestrion: ../../_temp/test-application/tests/transactions.test.ts#L142
4) [chromium] β€Ί tests/transactions.test.ts:127:1 β€Ί Instruments MySQL via Orchestrion ───────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql"} Received array: [] 140 | 141 | const spans = transactionEvent.spans || []; > 142 | expect(spans).toContainEqual( | ^ 143 | expect.objectContaining({ 144 | op: 'db', 145 | origin: 'auto.db.orchestrion.mysql', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:142:17
[chromium] β€Ί tests/transactions.test.ts:108:1 β€Ί Sends an API route transaction for an errored route: ../../_temp/test-application/tests/transactions.test.ts#L0
3) [chromium] β€Ί tests/transactions.test.ts:108:1 β€Ί Sends an API route transaction for an errored route Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an API route transaction: ../../_temp/test-application/tests/transactions.test.ts#L16
2) [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an API route transaction ────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 1 @@ -9,11 +9,10 @@ "http.request.header.connection": "keep-alive", "http.request.header.host": Any<String>, "http.request.header.sec_fetch_mode": "cors", "http.request.header.user_agent": "node", "http.response.status_code": 200, - "http.route": "/test-transaction", "http.scheme": "http", "http.status_code": 200, "http.status_text": "OK", "http.target": "/test-transaction", "http.url": "http://localhost:3030/test-transaction", @@ -26,11 +25,11 @@ "net.transport": "ip_tcp", "sentry.kind": "server", "sentry.op": "http.server", "sentry.origin": "auto.http.otel.http", "sentry.sample_rate": 1, - "sentry.source": "route", + "sentry.source": "url", "url": "http://localhost:3030/test-transaction", "url.full": "http://localhost:3030/test-transaction", "url.path": "/test-transaction", }, "op": "http.server", 14 | const transactionEvent = await pageloadTransactionEventPromise; 15 | > 16 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 17 | data: { 18 | 'sentry.source': 'route', 19 | 'sentry.origin': 'auto.http.otel.http', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:16:44
[chromium] β€Ί tests/errors.test.ts:4:1 β€Ί Sends correct error event: ../../_temp/test-application/tests/errors.test.ts#L23
1) [chromium] β€Ί tests/errors.test.ts:4:1 β€Ί Sends correct error event ───────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "GET /test-exception/:id" Received: "GET /test-exception/123" 21 | }); 22 | > 23 | expect(errorEvent.transaction).toEqual('GET /test-exception/:id'); | ^ 24 | 25 | expect(errorEvent.contexts?.trace).toEqual({ 26 | trace_id: expect.stringMatching(/[a-f0-9]{32}/), at /home/runner/work/_temp/test-application/tests/errors.test.ts:23:34
E2E node-express-orchestrion-cjs Test
Process completed with exit code 1.
[chromium] β€Ί tests/transactions.test.ts:127:5 β€Ί Instruments MySQL via Orchestrion: ../../_temp/test-application/tests/transactions.test.ts#L142
4) [chromium] β€Ί tests/transactions.test.ts:127:5 β€Ί Instruments MySQL via Orchestrion ───────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql"} Received array: [] 140 | 141 | const spans = transactionEvent.spans || []; > 142 | expect(spans).toContainEqual( | ^ 143 | expect.objectContaining({ 144 | op: 'db', 145 | origin: 'auto.db.orchestrion.mysql', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:142:17
[chromium] β€Ί tests/transactions.test.ts:108:5 β€Ί Sends an API route transaction for an errored route: ../../_temp/test-application/tests/transactions.test.ts#L0
3) [chromium] β€Ί tests/transactions.test.ts:108:5 β€Ί Sends an API route transaction for an errored route Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:4:5 β€Ί Sends an API route transaction: ../../_temp/test-application/tests/transactions.test.ts#L16
2) [chromium] β€Ί tests/transactions.test.ts:4:5 β€Ί Sends an API route transaction ────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 1 @@ -9,11 +9,10 @@ "http.request.header.connection": "keep-alive", "http.request.header.host": Any<String>, "http.request.header.sec_fetch_mode": "cors", "http.request.header.user_agent": "node", "http.response.status_code": 200, - "http.route": "/test-transaction", "http.scheme": "http", "http.status_code": 200, "http.status_text": "OK", "http.target": "/test-transaction", "http.url": "http://localhost:3030/test-transaction", @@ -26,11 +25,11 @@ "net.transport": "ip_tcp", "sentry.kind": "server", "sentry.op": "http.server", "sentry.origin": "auto.http.otel.http", "sentry.sample_rate": 1, - "sentry.source": "route", + "sentry.source": "url", "url": "http://localhost:3030/test-transaction", "url.full": "http://localhost:3030/test-transaction", "url.path": "/test-transaction", }, "op": "http.server", 14 | const transactionEvent = await pageloadTransactionEventPromise; 15 | > 16 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 17 | data: { 18 | 'sentry.source': 'route', 19 | 'sentry.origin': 'auto.http.otel.http', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:16:44
[chromium] β€Ί tests/errors.test.ts:4:5 β€Ί Sends correct error event: ../../_temp/test-application/tests/errors.test.ts#L23
1) [chromium] β€Ί tests/errors.test.ts:4:5 β€Ί Sends correct error event ───────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "GET /test-exception/:id" Received: "GET /test-exception/123" 21 | }); 22 | > 23 | expect(errorEvent.transaction).toEqual('GET /test-exception/:id'); | ^ 24 | 25 | expect(errorEvent.contexts?.trace).toEqual({ 26 | trace_id: expect.stringMatching(/[a-f0-9]{32}/), at /home/runner/work/_temp/test-application/tests/errors.test.ts:23:34
E2E nestjs-orchestrion Test
Process completed with exit code 1.
[chromium] β€Ί tests/transactions.test.ts:99:5 β€Ί exception_filter span: a @Catch filter opens a middleware.nestjs span: ../../_temp/test-application/tests/transactions.test.ts#L110
8) [chromium] β€Ί tests/transactions.test.ts:99:5 β€Ί exception_filter span: a @catch filter opens a middleware.nestjs span Error: expect(received).toBeDefined() Received: undefined 108 | 109 | const span = findSpan(transactionEvent, 'middleware.nestjs', 'auto.middleware.orchestrion.nestjs.exception_filter'); > 110 | expect(span).toBeDefined(); | ^ 111 | expect(span?.description).toBe('ExampleExceptionFilter'); 112 | }); 113 | at /home/runner/work/_temp/test-application/tests/transactions.test.ts:110:16
[chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.interceptor (ExampleInterceptor): ../../_temp/test-application/tests/transactions.test.ts#L94
7) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.interceptor (ExampleInterceptor) Error: expected a auto.middleware.orchestrion.nestjs.interceptor span expect(received).toBeDefined() Received: undefined 92 | 93 | const span = findSpan(transactionEvent, 'middleware.nestjs', origin); > 94 | expect(span, `expected a ${origin} span`).toBeDefined(); | ^ 95 | expect(span?.description).toBe(description); 96 | }); 97 | } at /home/runner/work/_temp/test-application/tests/transactions.test.ts:94:47
[chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.pipe (ParseIntPipe): ../../_temp/test-application/tests/transactions.test.ts#L0
6) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.pipe (ParseIntPipe) Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.guard (ExampleGuard): ../../_temp/test-application/tests/transactions.test.ts#L94
5) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.guard (ExampleGuard) Error: expected a auto.middleware.orchestrion.nestjs.guard span expect(received).toBeDefined() Received: undefined 92 | 93 | const span = findSpan(transactionEvent, 'middleware.nestjs', origin); > 94 | expect(span, `expected a ${origin} span`).toBeDefined(); | ^ 95 | expect(span?.description).toBe(description); 96 | }); 97 | } at /home/runner/work/_temp/test-application/tests/transactions.test.ts:94:47
[chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs (ExampleMiddleware): ../../_temp/test-application/tests/transactions.test.ts#L94
4) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs (ExampleMiddleware) Error: expected a auto.middleware.orchestrion.nestjs span expect(received).toBeDefined() Received: undefined 92 | 93 | const span = findSpan(transactionEvent, 'middleware.nestjs', origin); > 94 | expect(span, `expected a ${origin} span`).toBeDefined(); | ^ 95 | expect(span?.description).toBe(description); 96 | }); 97 | } at /home/runner/work/_temp/test-application/tests/transactions.test.ts:94:47
[chromium] β€Ί tests/transactions.test.ts:39:5 β€Ί request_context + handler: a route transaction nests the nestjs spans: ../../_temp/test-application/tests/transactions.test.ts#L54
3) [chromium] β€Ί tests/transactions.test.ts:39:5 β€Ί request_context + handler: a route transaction nests the nestjs spans Error: expect(received).toBeDefined() Received: undefined 52 | // the OTel span-name inference rewrites it to `GET /test-transaction` 53 | const requestContext = findSpan(transactionEvent, 'request_context.nestjs', 'auto.http.orchestrion.nestjs'); > 54 | expect(requestContext).toBeDefined(); | ^ 55 | expect(requestContext?.data).toMatchObject({ 56 | 'nestjs.type': 'request_context', 57 | 'nestjs.controller': 'AppController', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:54:26
[chromium] β€Ί tests/transactions.test.ts:15:5 β€Ί app_creation: emits a "Create Nest App" transaction at startup: ../../_temp/test-application/tests/transactions.test.ts#L29
2) [chromium] β€Ί tests/transactions.test.ts:15:5 β€Ί app_creation: emits a "Create Nest App" transaction at startup Error: expect(received).toBe(expected) // Object.is equality Expected: "auto.http.orchestrion.nestjs" Received: "auto.http.otel.nestjs" 27 | 28 | expect(transaction.contexts.trace.op).toBe('app_creation.nestjs'); > 29 | expect(transaction.contexts.trace.origin).toBe('auto.http.orchestrion.nestjs'); | ^ 30 | expect(transaction.contexts.trace.data).toEqual( 31 | expect.objectContaining({ 32 | component: '@nestjs/core', at /home/runner/work/_temp/test-application/tests/transactions.test.ts:29:45
[chromium] β€Ί tests/events.test.ts:7:5 β€Ί @OnEvent opens an event.nestjs transaction: ../../_temp/test-application/tests/events.test.ts#L16
1) [chromium] β€Ί tests/events.test.ts:7:5 β€Ί @onevent opens an event.nestjs transaction ──────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "auto.event.orchestrion.nestjs" Received: "auto.event.nestjs" 14 | 15 | expect(transactionEvent.contexts?.trace?.op).toBe('event.nestjs'); > 16 | expect(transactionEvent.contexts?.trace?.origin).toBe('auto.event.orchestrion.nestjs'); | ^ 17 | }); 18 | at /home/runner/work/_temp/test-application/tests/events.test.ts:16:52
[chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion: ../../_temp/test-application/tests/pg.test.ts#L15
10) [chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion ───────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.connection_string": Any<String>, "db.name": "postgres", "db.statement": "SELECT 1 + 1 AS solution", "db.system": "postgresql", "db.user": "postgres", "net.peer.name": Any<String>, "net.peer.port": 5432}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.postgres", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-pg", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "92b317e65940cb76", "span_id": "b6fd5ff4a19d6bec", "start_timestamp": 1785161708.4470806, "status": "ok", "timestamp": 1785161708.447332, "trace_id": "fa0d366e5eef471ead319cf520be95e0"}, {"data": {"next.route": "/api/db-pg", "next.span_name": "executing api route (app) /api/db-pg", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-pg", "origin": "auto", "parent_span_id": "92b317e65940cb76", "span_id": "b342f8514b86eb86", "start_timestamp": 1785161708.450547, "status": "ok", "timestamp": 1785161708.4601178, "trace_id": "fa0d366e5eef471ead319cf520be95e0"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "92b317e65940cb76", "span_id": "a66725822827a876", "start_timestamp": 1785161708.4608967, "status": "ok", "timestamp": 1785161708.4610245, "trace_id": "fa0d366e5eef471ead319cf520be95e0"}] 13 | const spans = transactionEvent.spans || []; 14 | > 15 | expect(spans).toContainEqual( | ^ 16 | expect.objectContaining({ 17 | op: 'db', 18 | origin: 'auto.db.orchestrion.postgres', at /home/runner/work/_temp/test-application/tests/pg.test.ts:15:17
[chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion: ../../_temp/test-application/tests/mysql2.test.ts#L17
9) [chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion ────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.statement": "SELECT 1 + 1 AS solution", "db.system": "mysql", "db.user": "root", "net.peer.name": Any<String>, "net.peer.port": 3306}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql2", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mysql2", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "86dd9d0a4afaf291", "span_id": "88e0105381f5d0cd", "start_timestamp": 1785161707.4590116, "status": "ok", "timestamp": 1785161707.4593177, "trace_id": "9cc50722a4e44c49b56db187a2570fd0"}, {"data": {"next.route": "/api/db-mysql2", "next.span_name": "executing api route (app) /api/db-mysql2", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mysql2", "origin": "auto", "parent_span_id": "86dd9d0a4afaf291", "span_id": "a01952dde96a6cc1", "start_timestamp": 1785161707.4623694, "status": "ok", "timestamp": 1785161707.4774523, "trace_id": "9cc50722a4e44c49b56db187a2570fd0"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "86dd9d0a4afaf291", "span_id": "9e491b1d9817ec1b", "start_timestamp": 1785161707.478173, "status": "ok", "timestamp": 1785161707.4783025, "trace_id": "9cc50722a4e44c49b56db187a2570fd0"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mysql2', at /home/runner/work/_temp/test-application/tests/mysql2.test.ts:17:17
[chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion: ../../_temp/test-application/tests/mysql.test.ts#L22
8) [chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion ──────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.connection_string": Any<String>, "db.statement": "SELECT 1 + 1 AS solution", "db.system": "mysql", "db.user": "root", "net.peer.name": Any<String>, "net.peer.port": 3306}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mysql", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "b19e7e9d7f83aad4", "span_id": "bf5e1399c088ed84", "start_timestamp": 1785161706.579279, "status": "ok", "timestamp": 1785161706.5794475, "trace_id": "536edd7a7a2d48ef9bb93879c7437303"}, {"data": {"next.route": "/api/db-mysql", "next.span_name": "executing api route (app) /api/db-mysql", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mysql", "origin": "auto", "parent_span_id": "b19e7e9d7f83aad4", "span_id": "98e8ea2b4fa326d3", "start_timestamp": 1785161706.582692, "status": "ok", "timestamp": 1785161706.6222932, "trace_id": "536edd7a7a2d48ef9bb93879c7437303"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "b19e7e9d7f83aad4", "span_id": "aa900f5b002901f2", "start_timestamp": 1785161706.6230612, "status": "ok", "timestamp": 1785161706.623165, "trace_id": "536edd7a7a2d48ef9bb93879c7437303"}] 20 | const spans = transactionEvent.spans || []; 21 | > 22 | expect(spans).toContainEqual( | ^ 23 | expect.objectContaining({ 24 | op: 'db', 25 | origin: 'auto.db.orchestrion.mysql', at /home/runner/work/_temp/test-application/tests/mysql.test.ts:22:17
[chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion: ../../_temp/test-application/tests/mongoose.test.ts#L17
7) [chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion ── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.mongodb.collection": "blogposts", "db.name": "test", "db.operation": "save", "db.system": "mongoose"}, "description": "mongoose.BlogPost.save", "op": "db", "origin": "auto.db.orchestrion.mongoose", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mongoose", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "99359704be89f1a1", "span_id": "81d1f15744e5f4ad", "start_timestamp": 1785161705.707149, "status": "ok", "timestamp": 1785161705.7075188, "trace_id": "ede8ceb3b4404ddcbd6fcd57a93fd097"}, {"data": {"next.route": "/api/db-mongoose", "next.span_name": "executing api route (app) /api/db-mongoose", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mongoose", "origin": "auto", "parent_span_id": "99359704be89f1a1", "span_id": "a94219fc4a15ea30", "start_timestamp": 1785161705.7113748, "status": "ok", "timestamp": 1785161705.7702363, "trace_id": "ede8ceb3b4404ddcbd6fcd57a93fd097"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "99359704be89f1a1", "span_id": "972f2f4b3ed8d6a7", "start_timestamp": 1785161705.7711205, "status": "ok", "timestamp": 1785161705.771274, "trace_id": "ede8ceb3b4404ddcbd6fcd57a93fd097"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mongoose', at /home/runner/work/_temp/test-application/tests/mongoose.test.ts:17:17
[chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion: ../../_temp/test-application/tests/mongodb.test.ts#L17
6) [chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion ──── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.mongodb.collection": "movies", "db.name": "admin", "db.operation": "insert", "db.system": "mongodb"}, "op": "db", "origin": "auto.db.orchestrion.mongo", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mongodb", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "87a6f86fb2a1c5eb", "span_id": "8ec3c7a4e96c270b", "start_timestamp": 1785161704.7283292, "status": "ok", "timestamp": 1785161704.7287512, "trace_id": "62dee94dbdaa44ab8d3e5ff4121b1f60"}, {"data": {"next.route": "/api/db-mongodb", "next.span_name": "executing api route (app) /api/db-mongodb", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mongodb", "origin": "auto", "parent_span_id": "87a6f86fb2a1c5eb", "span_id": "849eacc232901b70", "start_timestamp": 1785161704.731699, "status": "ok", "timestamp": 1785161704.7673748, "trace_id": "62dee94dbdaa44ab8d3e5ff4121b1f60"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "87a6f86fb2a1c5eb", "span_id": "a5631f25ee513a62", "start_timestamp": 1785161704.7682426, "status": "ok", "timestamp": 1785161704.7683759, "trace_id": "62dee94dbdaa44ab8d3e5ff4121b1f60"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mongo', at /home/runner/work/_temp/test-application/tests/mongodb.test.ts:17:17
[chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion: ../../_temp/test-application/tests/lru-memoizer.test.ts#L20
5) [chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"memoized.context_preserved": true}, "description": "lru-memoizer-check"} Received array: [{"data": {"next.route": "/api/lru-memoizer", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "b04eef2e0729bbd9", "span_id": "9f61200d7013b164", "start_timestamp": 1785161703.8918355, "status": "ok", "timestamp": 1785161703.8920612, "trace_id": "0efb386756b5431aba31da32476eb6a7"}, {"data": {"next.route": "/api/lru-memoizer", "next.span_name": "executing api route (app) /api/lru-memoizer", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/lru-memoizer", "origin": "auto", "parent_span_id": "b04eef2e0729bbd9", "span_id": "9ab494ac7d5c0e51", "start_timestamp": 1785161703.8948057, "status": "ok", "timestamp": 1785161703.8967147, "trace_id": "0efb386756b5431aba31da32476eb6a7"}, {"data": {"memoized.context_preserved": false, "sentry.op": "run", "sentry.origin": "manual"}, "description": "lru-memoizer-check", "op": "run", "origin": "manual", "parent_span_id": "9ab494ac7d5c0e51", "span_id": "9783706e178ecf81", "start_timestamp": 1785161703.8954754, "status": "ok", "timestamp": 1785161703.8963814, "trace_id": "0efb386756b5431aba31da32476eb6a7"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "b04eef2e0729bbd9", "span_id": "a6aec7a676e89401", "start_timestamp": 1785161703.8971999, "status": "ok", "timestamp": 1785161703.8972743, "trace_id": "0efb386756b5431aba31da32476eb6a7"}] 18 | const spans = transactionEvent.spans || []; 19 | > 20 | expect(spans).toContainEqual( | ^ 21 | expect.objectContaining({ 22 | description: 'lru-memoizer-check', 23 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/lru-memoizer.test.ts:20:17
[chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion: ../../_temp/test-application/tests/knex.test.ts#L15
4) [chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion ────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.name": "postgres", "db.system": "postgresql", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.knex"}, "description": "insert into \"knex_users\" (\"name\") values (?)", "op": "db", "origin": "auto.db.orchestrion.knex", "status": "ok"} Received array: [{"data": {"next.route": "/api/knex", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "b6dc2f0f18c2aaa4", "span_id": "92c5231f7ba943dc", "start_timestamp": 1785161702.988843, "status": "ok", "timestamp": 1785161702.9890327, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"next.route": "/api/knex", "next.span_name": "executing api route (app) /api/knex", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/knex", "origin": "auto", "parent_span_id": "b6dc2f0f18c2aaa4", "span_id": "a9ee7b6a81024528", "start_timestamp": 1785161702.992796, "status": "ok", "timestamp": 1785161703.0430658, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"db.name": "postgres", "db.statement": "drop table if exists \"knex_users\"", "db.system": "postgresql", "db.user": "postgres", "knex.version": "2.5.1", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.kind": "client", "sentry.op": "db", "sentry.origin": "auto.db.otel.knex"}, "description": "drop table if exists \"knex_users\"", "op": "db", "origin": "auto.db.otel.knex", "parent_span_id": "a9ee7b6a81024528", "span_id": "9b3f7ff75a724e38", "start_timestamp": 1785161703.0156052, "status": "ok", "timestamp": 1785161703.0168588, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"db.name": "postgres", "db.statement": "create table \"knex_users\" (\"id\" serial primary key, \"name\" text not null)", "db.system": "postgresql", "db.user": "postgres", "knex.version": "2.5.1", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.kind": "client", "sentry.op": "db", "sentry.origin": "auto.db.otel.knex"}, "description": "create table \"knex_users\" (\"id\" serial primary key, \"name\" text not null)", "op": "db", "origin": "auto.db.otel.knex", "parent_span_id": "a9ee7b6a81024528", "span_id": "afdb2176bcd2cc82", "start_timestamp": 1785161703.0187383, "status": "ok", "timestamp": 1785161703.0266364, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"db.name": "postgres", "db.operation": "insert", "db.sql.table": "knex_users", "db.statement": "insert into \"knex_users\" (\"name\") values (?)", "db.system": "postgresql", "db.user": "postgres", "knex.version": "2.5.1", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.kind": "client", "sentry.op": "db", "sentry.origin": "auto.db.otel.knex"}, "description": "insert into \"knex_users\" (\"name\") values (?)", "op": "db", "origin": "auto.db.otel.knex", "parent_span_id": "a9ee7b6a81024528", "span_id": "9a776bfdc9ce089c", "start_timestamp": 1785161703.0290139, "status": "ok", "timestamp": 1785161703.0332828, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"db.name": "postgres", "db.operation": "select", "db.sql.table": "knex_users", "db.statement": "select * from \"knex_users\"", "db.system": "postgresql", "db.user": "postgres", "knex.version": "2.5.1", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.kind": "client", "sentry.op": "db", "sentry.origin": "auto.db.otel.knex"}, "description": "select * from \"knex_users\"", "op": "db", "origin": "auto.db.otel.knex", "parent_span_id": "a9ee7b6a81024528", "span_id": "bae0d6f865f9cce3", "start_timestamp": 1785161703.0352554, "status": "ok", "timestamp": 1785161703.036205, "trace_id": "9ffad2ff0eb646f3b49e4555fe57d657"}, {"data": {"db.na
[chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion: ../../_temp/test-application/tests/generic-pool.test.ts#L17
3) [chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"sentry.origin": "auto.db.orchestrion.generic_pool"}, "description": "generic-pool.acquire", "origin": "auto.db.orchestrion.generic_pool", "status": "ok"} Received array: [{"data": {"next.route": "/api/generic-pool", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "9b90e2f18fe6915f", "span_id": "8019baca05133d99", "start_timestamp": 1785161701.9993124, "status": "ok", "timestamp": 1785161701.9995968, "trace_id": "0bac61a27f9846cb976b5203e4ddf893"}, {"data": {"next.route": "/api/generic-pool", "next.span_name": "executing api route (app) /api/generic-pool", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/generic-pool", "origin": "auto", "parent_span_id": "9b90e2f18fe6915f", "span_id": "b3df7e7857b3f0a9", "start_timestamp": 1785161702.0034616, "status": "ok", "timestamp": 1785161702.0155869, "trace_id": "0bac61a27f9846cb976b5203e4ddf893"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "9b90e2f18fe6915f", "span_id": "98b0ac14045c65ae", "start_timestamp": 1785161702.0165436, "status": "ok", "timestamp": 1785161702.01666, "trace_id": "0bac61a27f9846cb976b5203e4ddf893"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | description: 'generic-pool.acquire', 20 | origin: 'auto.db.orchestrion.generic_pool', at /home/runner/work/_temp/test-application/tests/generic-pool.test.ts:17:17
[chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L19
2) [chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.statement": "SELECT 40 + 2 AS answer", "db.system": "postgresql"}, "description": "SELECT 40 + 2 AS answer", "op": "db", "origin": "auto.db.orchestrion.postgres", "status": "ok"} Received array: [{"data": {"next.route": "/db-page", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "849917f6a0c90a7a", "span_id": "ab1e020a69b7d16e", "start_timestamp": 1785161700.8031619, "status": "ok", "timestamp": 1785161700.8034518, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"next.route": "/db-page", "next.span_name": "render route (app) /db-page", "next.span_type": "AppRender.getBodyResult", "sentry.origin": "auto"}, "description": "render route (app) /db-page", "origin": "auto", "parent_span_id": "849917f6a0c90a7a", "span_id": "8e330918bcd58c78", "start_timestamp": 1785161700.816774, "status": "ok", "timestamp": 1785161700.9166586, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"next.span_name": "build component tree", "next.span_type": "NextNodeServer.createComponentTree", "sentry.origin": "auto"}, "description": "build component tree", "origin": "auto", "parent_span_id": "8e330918bcd58c78", "span_id": "b0f0b5cf3302b7f0", "start_timestamp": 1785161700.8371859, "status": "ok", "timestamp": 1785161700.8411148, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"next.segment": "", "next.span_name": "resolve segment modules", "next.span_type": "NextNodeServer.getLayoutOrPageModule", "sentry.nextjs.ssr.function.route": "/db-page", "sentry.nextjs.ssr.function.type": "Layout", "sentry.op": "function.nextjs", "sentry.origin": "auto", "sentry.source": "custom"}, "description": "resolve root layout server component", "op": "function.nextjs", "origin": "auto", "parent_span_id": "b0f0b5cf3302b7f0", "span_id": "8486954d2955bfe8", "start_timestamp": 1785161700.83859, "status": "ok", "timestamp": 1785161700.8389053, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"next.segment": "__PAGE__", "next.span_name": "resolve segment modules", "next.span_type": "NextNodeServer.getLayoutOrPageModule", "sentry.nextjs.ssr.function.route": "/db-page", "sentry.nextjs.ssr.function.type": "Page", "sentry.op": "function.nextjs", "sentry.origin": "auto", "sentry.source": "custom"}, "description": "resolve page server component \"/db-page\"", "op": "function.nextjs", "origin": "auto", "parent_span_id": "b0f0b5cf3302b7f0", "span_id": "9818ec7d844afd14", "start_timestamp": 1785161700.8402598, "status": "ok", "timestamp": 1785161700.840396, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "connect", "db.system": "redis", "net.peer.name": "localhost", "net.peer.port": 6379, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.redis"}, "description": "connect", "op": "db", "origin": "auto.db.orchestrion.redis", "parent_span_id": "8e330918bcd58c78", "span_id": "a3e94fb3dd614e89", "start_timestamp": 1785161700.9054186, "status": "ok", "timestamp": 1785161700.913413, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "client SETINFO LIB-NAME ioredis", "db.system": "redis", "net.peer.name": "localhost", "net.peer.port": 6379, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.redis"}, "description": "client SETINFO LIB-NAME ioredis", "op": "db", "origin": "auto.db.orchestrion.redis", "parent_span_id": "a3e94fb3dd614e89", "span_id": "8a6d2586c286fde5", "start_timestamp": 1785161700.9096508, "status": "ok", "timestamp": 1785161700.9114375, "trace_id": "566cab04c2ef421180ca8258a89ed5f1"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "client
[chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion: ../../_temp/test-application/tests/dataloader.test.ts#L20
1) [chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion Error: expect(received).toBe(expected) // Object.is equality Expected: "auto.db.orchestrion.dataloader" Received: "auto.db.otel.dataloader" 18 | expect(loadSpan).toBeDefined(); 19 | expect(loadSpan?.op).toBe('cache.get'); > 20 | expect(loadSpan?.origin).toBe('auto.db.orchestrion.dataloader'); | ^ 21 | expect(loadSpan?.status).toBe('ok'); 22 | expect(loadSpan?.data?.['cache.key']).toEqual(['user-1']); 23 | at /home/runner/work/_temp/test-application/tests/dataloader.test.ts:20:28
E2E deno-mysql Test
Process completed with exit code 1.
E2E deno-mysql Test
Error: Timed out waiting 60000ms from config.webServer.
[chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion: ../../_temp/test-application/tests/pg.test.ts#L15
10) [chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion ───────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.connection_string": Any<String>, "db.name": "postgres", "db.statement": "SELECT 1 + 1 AS solution", "db.system": "postgresql", "db.user": "postgres", "net.peer.name": Any<String>, "net.peer.port": 5432}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.postgres", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-pg", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "81bd1b548be0040f", "span_id": "bec2d9ce94041de0", "start_timestamp": 1785161758.99351, "status": "ok", "timestamp": 1785161758.9937408, "trace_id": "bc2da02a6f984d85991f513536cb45cb"}, {"data": {"http.response.status_code": 200, "next.route": "/api/db-pg", "next.span_name": "executing api route (app) /api/db-pg", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-pg", "origin": "auto", "parent_span_id": "81bd1b548be0040f", "span_id": "93dd3bfb68260e78", "start_timestamp": 1785161758.9967818, "status": "ok", "timestamp": 1785161759.0079234, "trace_id": "bc2da02a6f984d85991f513536cb45cb"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "81bd1b548be0040f", "span_id": "943f9462f11d0e23", "start_timestamp": 1785161759.0085773, "status": "ok", "timestamp": 1785161759.0086825, "trace_id": "bc2da02a6f984d85991f513536cb45cb"}] 13 | const spans = transactionEvent.spans || []; 14 | > 15 | expect(spans).toContainEqual( | ^ 16 | expect.objectContaining({ 17 | op: 'db', 18 | origin: 'auto.db.orchestrion.postgres', at /home/runner/work/_temp/test-application/tests/pg.test.ts:15:17
[chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion: ../../_temp/test-application/tests/mysql2.test.ts#L17
9) [chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion ────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.statement": "SELECT 1 + 1 AS solution", "db.system": "mysql", "db.user": "root", "net.peer.name": Any<String>, "net.peer.port": 3306}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql2", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mysql2", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "901c7fd9bf0beb94", "span_id": "87803800d6dfce72", "start_timestamp": 1785161758.074802, "status": "ok", "timestamp": 1785161758.0749874, "trace_id": "a374f822c6ff4b698dd7120f1ad6305a"}, {"data": {"http.response.status_code": 200, "next.route": "/api/db-mysql2", "next.span_name": "executing api route (app) /api/db-mysql2", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mysql2", "origin": "auto", "parent_span_id": "901c7fd9bf0beb94", "span_id": "b02a3c1a588ea205", "start_timestamp": 1785161758.0777013, "status": "ok", "timestamp": 1785161758.0936863, "trace_id": "a374f822c6ff4b698dd7120f1ad6305a"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "901c7fd9bf0beb94", "span_id": "a8ea7cf10161d211", "start_timestamp": 1785161758.0943825, "status": "ok", "timestamp": 1785161758.0945373, "trace_id": "a374f822c6ff4b698dd7120f1ad6305a"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mysql2', at /home/runner/work/_temp/test-application/tests/mysql2.test.ts:17:17
[chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion: ../../_temp/test-application/tests/mysql.test.ts#L22
8) [chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion ──────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.connection_string": Any<String>, "db.statement": "SELECT 1 + 1 AS solution", "db.system": "mysql", "db.user": "root", "net.peer.name": Any<String>, "net.peer.port": 3306}, "description": "SELECT 1 + 1 AS solution", "op": "db", "origin": "auto.db.orchestrion.mysql", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mysql", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "9324989cdf47adc6", "span_id": "a73d8dbe5d64e4ba", "start_timestamp": 1785161757.0639396, "status": "ok", "timestamp": 1785161757.0641594, "trace_id": "633702f5dc7b442f9ab6928f721681e0"}, {"data": {"http.response.status_code": 200, "next.route": "/api/db-mysql", "next.span_name": "executing api route (app) /api/db-mysql", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mysql", "origin": "auto", "parent_span_id": "9324989cdf47adc6", "span_id": "b2377fb01e2996f7", "start_timestamp": 1785161757.067139, "status": "ok", "timestamp": 1785161757.1114416, "trace_id": "633702f5dc7b442f9ab6928f721681e0"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "9324989cdf47adc6", "span_id": "83f9ca3fe2838813", "start_timestamp": 1785161757.112432, "status": "ok", "timestamp": 1785161757.112591, "trace_id": "633702f5dc7b442f9ab6928f721681e0"}] 20 | const spans = transactionEvent.spans || []; 21 | > 22 | expect(spans).toContainEqual( | ^ 23 | expect.objectContaining({ 24 | op: 'db', 25 | origin: 'auto.db.orchestrion.mysql', at /home/runner/work/_temp/test-application/tests/mysql.test.ts:22:17
[chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion: ../../_temp/test-application/tests/mongoose.test.ts#L17
7) [chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion ── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.mongodb.collection": "blogposts", "db.name": "test", "db.operation": "save", "db.system": "mongoose"}, "description": "mongoose.BlogPost.save", "op": "db", "origin": "auto.db.orchestrion.mongoose", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mongoose", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "a2864dfe45eaf157", "span_id": "b1b947e7a777afca", "start_timestamp": 1785161756.1635654, "status": "ok", "timestamp": 1785161756.1637561, "trace_id": "04f4cde18134456cae693db07e41491e"}, {"data": {"http.response.status_code": 200, "next.route": "/api/db-mongoose", "next.span_name": "executing api route (app) /api/db-mongoose", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mongoose", "origin": "auto", "parent_span_id": "a2864dfe45eaf157", "span_id": "bb5b0b037c1e66d1", "start_timestamp": 1785161756.1673012, "status": "ok", "timestamp": 1785161756.234821, "trace_id": "04f4cde18134456cae693db07e41491e"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "a2864dfe45eaf157", "span_id": "933c7ecec2d882a6", "start_timestamp": 1785161756.2356565, "status": "ok", "timestamp": 1785161756.235762, "trace_id": "04f4cde18134456cae693db07e41491e"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mongoose', at /home/runner/work/_temp/test-application/tests/mongoose.test.ts:17:17
[chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion: ../../_temp/test-application/tests/mongodb.test.ts#L17
6) [chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion ──── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.mongodb.collection": "movies", "db.name": "admin", "db.operation": "insert", "db.system": "mongodb"}, "op": "db", "origin": "auto.db.orchestrion.mongo", "status": "ok"} Received array: [{"data": {"next.route": "/api/db-mongodb", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "967c3e45976e50c5", "span_id": "b5e38500a0d9d515", "start_timestamp": 1785161755.2403882, "status": "ok", "timestamp": 1785161755.2409039, "trace_id": "e3044eb9d066461284ce76bc7bdc0f66"}, {"data": {"http.response.status_code": 200, "next.route": "/api/db-mongodb", "next.span_name": "executing api route (app) /api/db-mongodb", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/db-mongodb", "origin": "auto", "parent_span_id": "967c3e45976e50c5", "span_id": "b6d360f6c5f081c4", "start_timestamp": 1785161755.2449548, "status": "ok", "timestamp": 1785161755.2900176, "trace_id": "e3044eb9d066461284ce76bc7bdc0f66"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "967c3e45976e50c5", "span_id": "bd2a585b27e3d91f", "start_timestamp": 1785161755.2910414, "status": "ok", "timestamp": 1785161755.291256, "trace_id": "e3044eb9d066461284ce76bc7bdc0f66"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | op: 'db', 20 | origin: 'auto.db.orchestrion.mongo', at /home/runner/work/_temp/test-application/tests/mongodb.test.ts:17:17
[chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion: ../../_temp/test-application/tests/lru-memoizer.test.ts#L20
5) [chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"memoized.context_preserved": true}, "description": "lru-memoizer-check"} Received array: [{"data": {"next.route": "/api/lru-memoizer", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "b1b32ac34946f899", "span_id": "8e392626812fcaa9", "start_timestamp": 1785161754.3420475, "status": "ok", "timestamp": 1785161754.3424423, "trace_id": "cdbf0ec8ce144911ae821f616116b55e"}, {"data": {"http.response.status_code": 200, "next.route": "/api/lru-memoizer", "next.span_name": "executing api route (app) /api/lru-memoizer", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/lru-memoizer", "origin": "auto", "parent_span_id": "b1b32ac34946f899", "span_id": "87327d8d0e984886", "start_timestamp": 1785161754.346037, "status": "ok", "timestamp": 1785161754.3502917, "trace_id": "cdbf0ec8ce144911ae821f616116b55e"}, {"data": {"memoized.context_preserved": false, "sentry.op": "run", "sentry.origin": "manual"}, "description": "lru-memoizer-check", "op": "run", "origin": "manual", "parent_span_id": "87327d8d0e984886", "span_id": "aeaef380960c88ef", "start_timestamp": 1785161754.346985, "status": "ok", "timestamp": 1785161754.3481333, "trace_id": "cdbf0ec8ce144911ae821f616116b55e"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "b1b32ac34946f899", "span_id": "b130f02af769c24d", "start_timestamp": 1785161754.350995, "status": "ok", "timestamp": 1785161754.3511603, "trace_id": "cdbf0ec8ce144911ae821f616116b55e"}] 18 | const spans = transactionEvent.spans || []; 19 | > 20 | expect(spans).toContainEqual( | ^ 21 | expect.objectContaining({ 22 | description: 'lru-memoizer-check', 23 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/lru-memoizer.test.ts:20:17
[chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion: ../../_temp/test-application/tests/knex.test.ts#L15
4) [chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion ────────── Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.name": "postgres", "db.system": "postgresql", "net.peer.name": "localhost", "net.peer.port": 5432, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.knex"}, "description": "insert into \"knex_users\" (\"name\") values (?)", "op": "db", "origin": "auto.db.orchestrion.knex", "status": "ok"} Received array: [{"data": {"next.route": "/api/knex", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "b2391d82ee2b536d", "span_id": "8ac38f8190b17adf", "start_timestamp": 1785161753.450341, "status": "ok", "timestamp": 1785161753.450545, "trace_id": "c651acb5161445a79ea5032db12e216f"}, {"data": {"http.response.status_code": 200, "next.route": "/api/knex", "next.span_name": "executing api route (app) /api/knex", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/knex", "origin": "auto", "parent_span_id": "b2391d82ee2b536d", "span_id": "83ba7a71b1065b93", "start_timestamp": 1785161753.4535317, "status": "ok", "timestamp": 1785161753.4885824, "trace_id": "c651acb5161445a79ea5032db12e216f"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "b2391d82ee2b536d", "span_id": "b303179fcc8688c8", "start_timestamp": 1785161753.489355, "status": "ok", "timestamp": 1785161753.489538, "trace_id": "c651acb5161445a79ea5032db12e216f"}] 13 | const spans = transactionEvent.spans || []; 14 | > 15 | expect(spans).toContainEqual( | ^ 16 | expect.objectContaining({ 17 | op: 'db', 18 | origin: 'auto.db.orchestrion.knex', at /home/runner/work/_temp/test-application/tests/knex.test.ts:15:17
[chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion: ../../_temp/test-application/tests/generic-pool.test.ts#L17
3) [chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"sentry.origin": "auto.db.orchestrion.generic_pool"}, "description": "generic-pool.acquire", "origin": "auto.db.orchestrion.generic_pool", "status": "ok"} Received array: [{"data": {"next.route": "/api/generic-pool", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "adf625c997189549", "span_id": "9cc09e70fa2cfae0", "start_timestamp": 1785161752.3801155, "status": "ok", "timestamp": 1785161752.3803718, "trace_id": "db668f96891d4d52b82fc43f8b4df89a"}, {"data": {"http.response.status_code": 200, "next.route": "/api/generic-pool", "next.span_name": "executing api route (app) /api/generic-pool", "next.span_type": "AppRouteRouteHandlers.runHandler", "sentry.origin": "auto"}, "description": "executing api route (app) /api/generic-pool", "origin": "auto", "parent_span_id": "adf625c997189549", "span_id": "ae616f8846721b3b", "start_timestamp": 1785161752.3830345, "status": "ok", "timestamp": 1785161752.3951588, "trace_id": "db668f96891d4d52b82fc43f8b4df89a"}, {"data": {"next.span_name": "start response", "next.span_type": "NextNodeServer.startResponse", "sentry.origin": "auto"}, "description": "start response", "origin": "auto", "parent_span_id": "adf625c997189549", "span_id": "b0883933faadfc54", "start_timestamp": 1785161752.3960125, "status": "ok", "timestamp": 1785161752.3961675, "trace_id": "db668f96891d4d52b82fc43f8b4df89a"}] 15 | const spans = transactionEvent.spans || []; 16 | > 17 | expect(spans).toContainEqual( | ^ 18 | expect.objectContaining({ 19 | description: 'generic-pool.acquire', 20 | origin: 'auto.db.orchestrion.generic_pool', at /home/runner/work/_temp/test-application/tests/generic-pool.test.ts:17:17
[chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L19
2) [chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"data": ObjectContaining {"db.statement": "SELECT 40 + 2 AS answer", "db.system": "postgresql"}, "description": "SELECT 40 + 2 AS answer", "op": "db", "origin": "auto.db.orchestrion.postgres", "status": "ok"} Received array: [{"data": {"next.route": "/db-page", "next.span_name": "resolve page components", "next.span_type": "NextNodeServer.findPageComponents", "sentry.origin": "auto"}, "description": "resolve page components", "origin": "auto", "parent_span_id": "94f8bb4003b07876", "span_id": "a85777aea8766823", "start_timestamp": 1785161751.2608995, "status": "ok", "timestamp": 1785161751.2612326, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"next.route": "/db-page", "next.span_name": "render route (app) /db-page", "next.span_type": "AppRender.getBodyResult", "sentry.origin": "auto"}, "description": "render route (app) /db-page", "origin": "auto", "parent_span_id": "94f8bb4003b07876", "span_id": "8d1ca36ca0f2515b", "start_timestamp": 1785161751.2740445, "status": "ok", "timestamp": 1785161751.3458328, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"next.span_name": "build component tree", "next.span_type": "NextNodeServer.createComponentTree", "sentry.origin": "auto"}, "description": "build component tree", "origin": "auto", "parent_span_id": "8d1ca36ca0f2515b", "span_id": "be5c9bee84d573f9", "start_timestamp": 1785161751.2764285, "status": "ok", "timestamp": 1785161751.2814212, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"next.segment": "", "next.span_name": "resolve segment modules", "next.span_type": "NextNodeServer.getLayoutOrPageModule", "sentry.nextjs.ssr.function.route": "/db-page", "sentry.nextjs.ssr.function.type": "Layout", "sentry.op": "function.nextjs", "sentry.origin": "auto", "sentry.source": "custom"}, "description": "resolve root layout server component", "op": "function.nextjs", "origin": "auto", "parent_span_id": "be5c9bee84d573f9", "span_id": "bec0ac7d6ffeeb4b", "start_timestamp": 1785161751.2786605, "status": "ok", "timestamp": 1785161751.279005, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"next.segment": "__PAGE__", "next.span_name": "resolve segment modules", "next.span_type": "NextNodeServer.getLayoutOrPageModule", "sentry.nextjs.ssr.function.route": "/db-page", "sentry.nextjs.ssr.function.type": "Page", "sentry.op": "function.nextjs", "sentry.origin": "auto", "sentry.source": "custom"}, "description": "resolve page server component \"/db-page\"", "op": "function.nextjs", "origin": "auto", "parent_span_id": "be5c9bee84d573f9", "span_id": "a44ac97620a7bf93", "start_timestamp": 1785161751.2805026, "status": "ok", "timestamp": 1785161751.2806888, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "connect", "db.system": "redis", "net.peer.name": "localhost", "net.peer.port": 6379, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.redis"}, "description": "connect", "op": "db", "origin": "auto.db.orchestrion.redis", "parent_span_id": "8d1ca36ca0f2515b", "span_id": "ba44ea5666b4c053", "start_timestamp": 1785161751.3337383, "status": "ok", "timestamp": 1785161751.34239, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "client SETINFO LIB-NAME ioredis", "db.system": "redis", "net.peer.name": "localhost", "net.peer.port": 6379, "sentry.op": "db", "sentry.origin": "auto.db.orchestrion.redis"}, "description": "client SETINFO LIB-NAME ioredis", "op": "db", "origin": "auto.db.orchestrion.redis", "parent_span_id": "ba44ea5666b4c053", "span_id": "8d5385b0dcbd924e", "start_timestamp": 1785161751.3374197, "status": "ok", "timestamp": 1785161751.338764, "trace_id": "7f5a85a4dd4f4fe882e6b1e8049aa430"}, {"data": {"db.connection_string": "redis://localhost:6379", "db.statement": "clien
[chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion: ../../_temp/test-application/tests/dataloader.test.ts#L18
1) [chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion Error: expect(received).toBeDefined() Received: undefined 16 | 17 | const loadSpan = spans.find(span => span.description === 'dataloader.load usersLoader'); > 18 | expect(loadSpan).toBeDefined(); | ^ 19 | expect(loadSpan?.op).toBe('cache.get'); 20 | expect(loadSpan?.origin).toBe('auto.db.orchestrion.dataloader'); 21 | expect(loadSpan?.status).toBe('ok'); at /home/runner/work/_temp/test-application/tests/dataloader.test.ts:18:20
[chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 11 | 12 | await page.goto('/'); > 13 | await page.waitForTimeout(500); | ^ 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | 16 | const orpcError = await orpcErrorPromise; at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
[chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when streamed query error [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - }, - "description": "SELECT * FROM does_not_exist", - "op": "db", - "status": "internal_error", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when streamed query error [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - }, - "description": "SELECT * FROM does_not_exist", - "op": "db", - "status": "internal_error", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using createPool() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using createPool() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when without connection.connect() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when without connection.connect() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using query without callback [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using query without callback [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using connection.connect() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using connection.connect() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40273, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when streamed query error [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - }, - "description": "SELECT * FROM does_not_exist", - "op": "db", - "status": "internal_error", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when streamed query error [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - }, - "description": "SELECT * FROM does_not_exist", - "op": "db", - "status": "internal_error", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using createPool() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using createPool() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when without connection.connect() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when without connection.connect() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using query without callback [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using query without callback [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using connection.connect() [cjs]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
suites/tracing/mysql/test.ts > mysql auto instrumentation > diagnostics-channel (init opt-in) > should auto-instrument `mysql` package when using connection.connect() [esm]: dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(5) } (107 matching properties omitted from actual) - Expected + Received { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT 1 + 1 AS solution", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ObjectContaining { - "data": ObjectContaining { - "db.system": "mysql", - "db.user": "root", - "net.peer.name": "localhost", - "net.peer.port": 40871, - "sentry.origin": "auto.db.orchestrion.mysql", - }, - "description": "SELECT NOW()", - "op": "db", - "origin": "auto.db.orchestrion.mysql", - "status": "ok", - }, - ], + "spans": [], "start_timestamp": Anything, "timestamp": Anything, "transaction": "Test Transaction", "type": "transaction", } ❯ assertSentryTransaction utils/assertions.ts:42:18 ❯ expectTransactionEvent utils/runner/createRunner.ts:751:5 ❯ assertExpectedEnvelope utils/runner/createRunner.ts:725:5 ❯ newEnvelope utils/runner/createRunner.ts:386:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner/createRunner.ts:514:15 ❯ Socket.<anonymous> utils/runner/createRunner.ts:532:15
Node (22) (Orchestrion) Integration Tests
The job has exceeded the maximum execution time of 20m0s
Node (22) (Orchestrion) Integration Tests
The operation was canceled.
Node (20.19) (Orchestrion) Integration Tests
The job has exceeded the maximum execution time of 20m0s
Node (20.19) (Orchestrion) Integration Tests
The operation was canceled.
All required jobs passed or were skipped
Process completed with exit code 1.
E2E aws-serverless Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer (Node 22) Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E deno-mysql 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
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
19 passed (6.8s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
1 skipped 71 passed (4.5s)
🎭 Playwright Run Summary
13 passed (12.7s)
🎭 Playwright Run Summary
15 passed (2.9s)
🎭 Playwright Run Summary
1 skipped 71 passed (5.5s)
🎭 Playwright Run Summary
7 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 skipped 24 passed (14.6s)
🎭 Playwright Run Summary
2 passed (2.7s)
🎭 Playwright Run Summary
22 passed (10.1s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
5 passed (19.0s)
🎭 Playwright Run Summary
1 passed (3.0s)
🎭 Playwright Run Summary
3 passed (4.7s)
🎭 Playwright Run Summary
2 passed (17.4s)
🎭 Playwright Run Summary
12 passed (5.8s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
13 passed (12.6s)
🎭 Playwright Run Summary
23 passed (13.3s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
8 passed (20.2s)
🎭 Playwright Run Summary
7 passed (9.7s)
🎭 Playwright Run Summary
11 passed (15.5s)
🎭 Playwright Run Summary
12 passed (5.2s)
🎭 Playwright Run Summary
4 passed (5.2s)
🎭 Playwright Run Summary
30 passed (28.8s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
4 skipped 9 passed (28.4s)
🎭 Playwright Run Summary
4 skipped 9 passed (28.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (4.5s)
🎭 Playwright Run Summary
15 passed (9.1s)
🎭 Playwright Run Summary
13 passed (24.0s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/errors.test.ts:4:1 β€Ί Sends correct error event ────────────────────────────── [chromium] β€Ί tests/transactions.test.ts:4:1 β€Ί Sends an API route transaction ─────────────────── [chromium] β€Ί tests/transactions.test.ts:108:1 β€Ί Sends an API route transaction for an errored route [chromium] β€Ί tests/transactions.test.ts:127:1 β€Ί Instruments MySQL via Orchestrion ──────────────
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
1 skipped 9 passed (6.5s)
🎭 Playwright Run Summary
1 skipped 9 passed (6.9s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
14 passed (25.8s)
🎭 Playwright Run Summary
9 passed (9.0s)
🎭 Playwright Run Summary
3 passed (4.1s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.3s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
11 passed (6.9s)
🎭 Playwright Run Summary
8 passed (6.7s)
🎭 Playwright Run Summary
1 skipped 71 passed (4.2s)
🎭 Playwright Run Summary
40 passed (19.4s)
🎭 Playwright Run Summary
53 passed (26.9s)
🎭 Playwright Run Summary
8 passed (3.6s)
🎭 Playwright Run Summary
8 passed (3.6s)
🎭 Playwright Run Summary
11 passed (10.9s)
🎭 Playwright Run Summary
1 skipped 71 passed (3.9s)
🎭 Playwright Run Summary
11 passed (19.7s)
🎭 Playwright Run Summary
12 passed (18.6s)
🎭 Playwright Run Summary
10 passed (10.7s)
🎭 Playwright Run Summary
13 passed (14.9s)
🎭 Playwright Run Summary
7 passed (15.5s)
🎭 Playwright Run Summary
19 skipped 2 passed (5.2s)
🎭 Playwright Run Summary
5 passed (9.8s)
🎭 Playwright Run Summary
12 passed (17.3s)
🎭 Playwright Run Summary
12 passed (17.3s)
🎭 Playwright Run Summary
9 passed (10.8s)
🎭 Playwright Run Summary
11 passed (14.9s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
12 passed (9.4s)
🎭 Playwright Run Summary
2 skipped 22 passed (34.3s)
🎭 Playwright Run Summary
10 passed (37.3s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.5s)
🎭 Playwright Run Summary
1 skipped 9 passed (6.9s)
🎭 Playwright Run Summary
40 passed (19.7s)
🎭 Playwright Run Summary
5 skipped 8 passed (7.1s)
🎭 Playwright Run Summary
13 passed (33.2s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
9 passed (9.5s)
🎭 Playwright Run Summary
11 passed (6.0s)
🎭 Playwright Run Summary
2 skipped 19 passed (10.1s)
🎭 Playwright Run Summary
2 passed (32.5s)
🎭 Playwright Run Summary
1 skipped 14 passed (10.8s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/errors.test.ts:4:5 β€Ί Sends correct error event ────────────────────────────── [chromium] β€Ί tests/transactions.test.ts:4:5 β€Ί Sends an API route transaction ─────────────────── [chromium] β€Ί tests/transactions.test.ts:108:5 β€Ί Sends an API route transaction for an errored route [chromium] β€Ί tests/transactions.test.ts:127:5 β€Ί Instruments MySQL via Orchestrion ──────────────
🎭 Playwright Run Summary
2 skipped 22 passed (37.6s)
🎭 Playwright Run Summary
2 passed (31.7s)
🎭 Playwright Run Summary
19 skipped 2 passed (4.2s)
🎭 Playwright Run Summary
7 passed (6.7s)
🎭 Playwright Run Summary
16 passed (24.1s)
🎭 Playwright Run Summary
5 passed (10.1s)
🎭 Playwright Run Summary
2 passed (32.3s)
🎭 Playwright Run Summary
2 passed (30.3s)
🎭 Playwright Run Summary
9 passed (9.5s)
🎭 Playwright Run Summary
8 passed (24.6s)
🎭 Playwright Run Summary
8 passed (6.1s)
🎭 Playwright Run Summary
2 passed (30.8s)
🎭 Playwright Run Summary
2 passed (31.9s)
🎭 Playwright Run Summary
1 skipped 13 passed (23.2s)
🎭 Playwright Run Summary
10 passed (36.8s)
🎭 Playwright Run Summary
8 failed [chromium] β€Ί tests/events.test.ts:7:5 β€Ί @onevent opens an event.nestjs transaction ───────────── [chromium] β€Ί tests/transactions.test.ts:15:5 β€Ί app_creation: emits a "Create Nest App" transaction at startup [chromium] β€Ί tests/transactions.test.ts:39:5 β€Ί request_context + handler: a route transaction nests the nestjs spans [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs (ExampleMiddleware) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.guard (ExampleGuard) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.pipe (ParseIntPipe) [chromium] β€Ί tests/transactions.test.ts:82:7 β€Ί middleware span: auto.middleware.orchestrion.nestjs.interceptor (ExampleInterceptor) [chromium] β€Ί tests/transactions.test.ts:99:5 β€Ί exception_filter span: a @catch filter opens a middleware.nestjs span 3 passed (45.4s)
🎭 Playwright Run Summary
19 skipped 2 passed (5.2s)
🎭 Playwright Run Summary
10 failed [chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion [chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page [chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion [chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion ─────────── [chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion [chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion ───── [chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion ─── [chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion ───────── [chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion ─────── [chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion ─────────────── 5 passed (41.8s)
🎭 Playwright Run Summary
2 skipped 22 passed (36.2s)
🎭 Playwright Run Summary
3 passed (16.6s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
16 passed (29.7s)
🎭 Playwright Run Summary
10 passed (37.0s)
🎭 Playwright Run Summary
15 skipped 12 passed (21.8s)
🎭 Playwright Run Summary
19 skipped 2 passed (4.6s)
🎭 Playwright Run Summary
15 skipped 12 passed (21.3s)
🎭 Playwright Run Summary
2 passed (34.8s)
🎭 Playwright Run Summary
10 passed (32.6s)
🎭 Playwright Run Summary
3 passed (16.3s)
🎭 Playwright Run Summary
3 passed (10.4s)
🎭 Playwright Run Summary
8 passed (13.5s)
🎭 Playwright Run Summary
17 passed (57.4s)
🎭 Playwright Run Summary
4 skipped 26 passed (31.3s)
🎭 Playwright Run Summary
2 skipped 28 passed (34.2s)
🎭 Playwright Run Summary
9 passed (11.9s)
🎭 Playwright Run Summary
9 passed (9.5s)
🎭 Playwright Run Summary
5 passed (37.0s)
🎭 Playwright Run Summary
19 skipped 2 passed (10.1s)
🎭 Playwright Run Summary
5 passed (40.9s)
🎭 Playwright Run Summary
5 passed (28.2s)
🎭 Playwright Run Summary
15 skipped 12 passed (20.3s)
🎭 Playwright Run Summary
12 passed (31.9s)
🎭 Playwright Run Summary
12 passed (32.0s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ───────────── [chromium] β€Ί tests/trpc-mutation.test.ts:4:1 β€Ί should create transaction with trpc input for mutation 1 passed (39.0s)
🎭 Playwright Run Summary
3 passed (3.9s)
🎭 Playwright Run Summary
2 passed (36.2s)
🎭 Playwright Run Summary
3 passed (38.3s)
🎭 Playwright Run Summary
3 passed (10.0s)
🎭 Playwright Run Summary
13 passed (51.0s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.8s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.0s)
🎭 Playwright Run Summary
13 passed (44.1s)
🎭 Playwright Run Summary
13 passed (8.2s)
🎭 Playwright Run Summary
4 passed (38.5s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
6 skipped 6 passed (38.1s)
🎭 Playwright Run Summary
12 passed (50.9s)
🎭 Playwright Run Summary
5 passed (45.3s)
🎭 Playwright Run Summary
5 passed (12.5s)
🎭 Playwright Run Summary
10 failed [chromium] β€Ί tests/dataloader.test.ts:4:5 β€Ί Instruments dataloader automatically via orchestrion [chromium] β€Ί tests/db-page.test.ts:4:5 β€Ί Instruments DB calls made during server-side rendering of a page [chromium] β€Ί tests/generic-pool.test.ts:4:5 β€Ί Instruments generic-pool automatically via orchestrion [chromium] β€Ί tests/knex.test.ts:4:5 β€Ί Instruments knex automatically via orchestrion ─────────── [chromium] β€Ί tests/lru-memoizer.test.ts:7:5 β€Ί Preserves async context through lru-memoizer via orchestrion [chromium] β€Ί tests/mongodb.test.ts:4:5 β€Ί Instruments mongodb automatically via orchestrion ───── [chromium] β€Ί tests/mongoose.test.ts:4:5 β€Ί Instruments mongoose automatically via orchestrion ─── [chromium] β€Ί tests/mysql.test.ts:9:5 β€Ί Instruments mysql automatically via orchestrion ───────── [chromium] β€Ί tests/mysql2.test.ts:4:5 β€Ί Instruments mysql2 automatically via orchestrion ─────── [chromium] β€Ί tests/pg.test.ts:4:5 β€Ί Instruments pg automatically via orchestrion ─────────────── 5 passed (44.6s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ────────────── 2 passed (45.6s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
4 skipped 10 passed (33.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.2s)
🎭 Playwright Run Summary
4 passed (18.2s)
🎭 Playwright Run Summary
52 passed (1.1m)
🎭 Playwright Run Summary
13 passed (48.9s)
🎭 Playwright Run Summary
13 passed (9.7s)
🎭 Playwright Run Summary
4 passed (19.2s)
🎭 Playwright Run Summary
52 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 31 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 31 passed (36.0s)
🎭 Playwright Run Summary
2 skipped 22 passed (37.5s)
🎭 Playwright Run Summary
13 skipped 30 passed (1.5m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
13 skipped 30 passed (1.5m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
13 skipped 30 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 31 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (37.5s)
🎭 Playwright Run Summary
3 skipped 31 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (37.5s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.2m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
4 passed (27.6s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
17.6 MB
sha256:8e95f597ed386aec5681d93c03e0f1b8e6ddcb3bc654e237a852af820ca3528b
build-layer-output Expired
1.63 MB
sha256:0c72adf85d4bdba37807b2a2e5ade869fab508a503f727e4e85bf01a63918227
build-output Expired
13 MB
sha256:a970813021015dfa5b64c324c51b8dd1439bed41c359caa14c88b9290cc0593b
build-tarball-output Expired
6.76 MB
sha256:e42cfa87d332948689c8fbe1c3bc7ae7168e988ff01f427fb9dd7e50c8339532
playwright-traces-job_e2e_playwright_tests-nestjs-orchestrion Expired
19.5 KB
sha256:b9031f183187884b4191a68e3047cf28d69a5084692e799bac09a2fe4b231113
playwright-traces-job_e2e_playwright_tests-nextjs-16-orchestrion Expired
34.4 KB
sha256:3331d5259b7cb26bfecf662b9de90c15244b2613c6b18e9d99a9b8bc4bcdced5
playwright-traces-job_e2e_playwright_tests-node-express-orchestrion Expired
8.56 KB
sha256:3ec5b843f5d9f44b8efdd444a4ddd1c5947b04fc2a28091ff798d92a5ce2834c
playwright-traces-job_e2e_playwright_tests-node-express-orchestrion-cjs Expired
8.56 KB
sha256:93952a0ce0860e9bc1e2ca49a0d06a65f51369ebb0b7103e6b2a84f966459b41