test(node): Fix flaky postgresjs integration test #45868
build.yml
on: pull_request
job_get_metadata
/
Get Metadata
8s
Check PR branches
3s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 0s
Lint
1m 7s
Circular Dependency Check
1m 45s
Upload Artifacts
Browser Unit Tests
1m 36s
Bun Unit Tests
Deno Unit Tests
0s
Cloudflare Integration Tests
1m 44s
Bun Integration Tests
Check for faulty .d.ts files
40s
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
3s
Annotations
8 errors and 29 warnings
|
Node (20) Integration Tests
Process completed with exit code 1.
|
|
suites/tracing/postgresjs/test.ts > postgresjs auto instrumentation > should instrument sql.unsafe() queries (CJS):
dev-packages/node-integration-tests/utils/runner.ts#L518
Error: Expected envelope item type 'transaction' but got 'event'.
Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"read ECONNRESET","stacktrace":{"frames":[{"filename":"node:internal/async_hooks","module":"async_hooks","function":"TCP.callbackTrampoline","lineno":130,"colno":17,"in_app":false},{"filename":"node:internal/stream_base_commons","module":"stream_base_commons","function":"TCP.onStreamRead","lineno":218,"colno":20,"in_app":false}]},"mechanism":{"type":"auto.node.onunhandledrejection","handled":false}}]},"event_id":"f9e43b7ee00e437e8e29844007c15b18","level":"error","platform":"node","contexts":{"trace":{"trace_id":"fd7823466b3d4518a2e05f0ce12e83f6","span_id":"9f520eaa6120b391"},"runtime":{"name":"node","version":"v20.20.2"},"app":{"app_start_time":"2026-04-16T16:49:52.858Z","app_memory":83267584,"free_memory":14897438720},"os":{"kernel_version":"6.17.0-1010-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-16T16:45:49.203Z","arch":"x64","memory_size":16766431232,"free_memory":14897438720,"processor_count":4,"cpu_description":"AMD EPYC 9V74 80-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"server_name":"runnervm35a4x","timestamp":1776358193.264,"environment":"production","release":"1.0","sdk":{"integrations":["InboundFilters","FunctionToString","LinkedErrors","RequestData","NodeSystemError","ConversationId","Console","OnUncaughtException","OnUnhandledRejection","ContextLines","LocalVariablesAsync","Context","ChildProcess","ProcessSession","Modules","Http","NodeFetch","Express","Fastify","Graphql","Hono","Mongo","Mongoose","Mysql","Mysql2","Redis","Postgres","Prisma","Hapi","Koa","Connect","Tedious","GenericPool","Kafka","Amqplib","LruMemoizer","LangChain","LangGraph","VercelAI","OpenAI","Anthropic_AI","Google_GenAI","PostgresJs","Firebase"],"name":"sentry.javascript.node","version":"10.48.0","packages":[{"name":"npm:@sentry/node","version":"10.48.0"}]},"extra":{"unhandledPromiseRejection":true},"modules":{"@anthropic-ai/sdk":"0.63.0","@apollo/server":"^5.5.0","@aws-sdk/client-s3":"^3.993.0","@google/genai":"^1.20.0","@growthbook/growthbook":"^1.6.1","@hapi/hapi":"^21.3.10","@hono/node-server":"^1.19.10","@langchain/anthropic":"^0.3.10","@langchain/core":"^0.3.80","@langchain/openai":"^0.5.0","@langchain/langgraph":"^0.2.32","@nestjs/common":"^11","@nestjs/core":"^11","@nestjs/platform-express":"^11","@prisma/adapter-pg":"7.2.0","@prisma/client":"6.15.0","@sentry/aws-serverless":"10.48.0","@sentry/core":"10.48.0","@sentry/hono":"10.48.0","@sentry/node":"10.48.0","@types/mongodb":"^3.6.20","@types/mysql":"^2.15.21","@types/pg":"^8.6.5","ai":"^4.3.16","amqplib":"^0.10.9","body-parser":"^2.2.2","connect":"^3.7.0","consola":"^3.2.3","cors":"^2.8.5","cron":"^3.1.6","dataloader":"2.2.2","express":"^4.21.2","generic-pool":"^3.9.0","graphql":"^16.11.0","graphql-tag":"^2.12.6","hono":"^4.12.12","http-terminator":"^3.2.0","ioredis":"^5.4.1","kafkajs":"2.2.4","knex":"^2.5.1","lru-memoizer":"2.3.0","mongodb":"^3.7.3","mongodb-memory-server-global":"^11.0.1","mongoose":"^6.13.6","mysql":"^2.18.1","mysql2":"^3.19.1","nock":"^13.5.5","node-cron":"^3.0.3","node-schedule":"^2.1.1","openai":"5.18.1","pg":"8.16.0","pino":"9.10.0","pino-next":"npm:pino@^9.12.0","postgres":"^3.4.7","prisma":"6.15.0","proxy":"^2.1.1","redis-4":"npm:redis@^4.6.14","reflect-metadata":"0.2.1","rxjs":"^7.8.2","tedious":"^19.2.1","winston":"^3.17.0","yargs":"^16.2.0","@sentry-internal/test-utils":"10.48.0","@types/amqplib":"^0.10.5","@types/node-cron":"^3.0.11","@types/node-schedule":"^2.1.7","eslint-plugin-regexp":"^1.15.0","globby":"11","react":"^18.3.1","zod":"^3.24.1","require-in-the-middle":"8.0.1","debug":"4.4.3","supports-color":"7.2.0","has-flag":"4.0.0","ms":"2.1.3","module-details-from-path":"1.0.4","import-in-the-middle":"3.0.0","forwarded-parse":"2.1.2"}}]
❯ newEnvelope utils/runner.ts:518:21
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/postgresjs/test.ts > postgresjs auto instrumentation > should instrument postgres package with URL initialization (CJS):
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(13) } to match object { event_id: Any<String>, …(5) }
(99 matching properties omitted from actual)
- Expected
+ Received
@@ -1,71 +1,30 @@
{
"event_id": Any<String>,
- "spans": ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
+ "spans": [
+ {
+ "data": {
"db.namespace": "test_db",
- "db.operation.name": "CREATE TABLE",
+ "db.operation.name": "CREATE",
"db.query.text": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
+ "db.response.status_code": "ECONNRESET",
"db.system.name": "postgres",
+ "error.type": "Error",
"sentry.op": "db",
"sentry.origin": "auto.db.postgresjs",
"server.address": "localhost",
"server.port": 5444,
},
"description": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "INSERT",
- "db.query.text": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
"op": "db",
"origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "UPDATE",
- "db.query.text": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
+ "parent_span_id": "cae21fee10c48e61",
+ "span_id": "0ba8d9319001b542",
+ "start_timestamp": 1776358187.917,
+ "status": "internal_error",
+ "timestamp": 1776358187.9299188,
+ "trace_id": "fc86fe4de4d88e11e8eff5e144d6f691",
},
],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "Test Transaction",
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/postgresjs/test.ts > postgresjs auto instrumentation > should call requestHook when provided (CJS):
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(6) }
(91 matching properties omitted from actual)
- Expected
+ Received
@@ -6,78 +6,34 @@
"host": "localhost",
"port": "5444",
"sanitizedQuery": Any<String>,
},
},
- "spans": ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
+ "spans": [
+ {
+ "data": {
"custom.requestHook": "called",
"db.namespace": "test_db",
- "db.operation.name": "CREATE TABLE",
+ "db.operation.name": "CREATE",
"db.query.text": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
+ "db.response.status_code": "57P03",
"db.system.name": "postgres",
+ "error.type": "PostgresError",
"sentry.op": "db",
"sentry.origin": "auto.db.postgresjs",
"server.address": "localhost",
"server.port": 5444,
},
"description": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
"op": "db",
"origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "custom.requestHook": "called",
- "db.namespace": "test_db",
- "db.operation.name": "INSERT",
- "db.query.text": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "custom.requestHook": "called",
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "custom.requestHook": "called",
- "db.namespace": "test_db",
- "db.operation.name": "DROP TABLE",
- "db.query.text": "DROP TABLE \"User\"",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "DROP TABLE \"User\"",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "status": "ok",
+ "parent_span_id": "d1f413ced97e7468",
+ "span_id": "1e712cfd9a73bddf",
+ "start_timestamp": 1776358183.239,
+ "status": "internal_error",
+ "timestamp": 1776358183.2560065,
+ "trace_id": "145c223920a733db5ac08adcad80dfaf",
},
],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "Test Transaction",
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/postgresjs/test.ts > postgresjs auto instrumentation > should auto-instrument `postgres` package (CJS):
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(13) } to match object { event_id: Any<String>, …(5) }
(99 matching properties omitted from actual)
- Expected
+ Received
@@ -1,177 +1,30 @@
{
"event_id": Any<String>,
- "spans": ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
+ "spans": [
+ {
+ "data": {
"db.namespace": "test_db",
- "db.operation.name": "CREATE TABLE",
+ "db.operation.name": "CREATE",
"db.query.text": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "INSERT",
- "db.query.text": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "UPDATE",
- "db.query.text": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = $1 AND \"name\" = $2",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
-
|
|
Node (24) Integration Tests
Process completed with exit code 1.
|
|
suites/tracing/postgresjs/test.ts > postgresjs auto instrumentation > should auto-instrument `postgres` package (CJS):
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(13) } to match object { event_id: Any<String>, …(5) }
(99 matching properties omitted from actual)
- Expected
+ Received
@@ -1,177 +1,30 @@
{
"event_id": Any<String>,
- "spans": ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
+ "spans": [
+ {
+ "data": {
"db.namespace": "test_db",
- "db.operation.name": "CREATE TABLE",
+ "db.operation.name": "CREATE",
"db.query.text": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "CREATE TABLE \"User\" (\"id\" SERIAL NOT NULL,\"createdAt\" TIMESTAMP(?) NOT NULL DEFAULT CURRENT_TIMESTAMP,\"email\" TEXT NOT NULL,\"name\" TEXT,CONSTRAINT \"User_pkey\" PRIMARY KEY (\"id\"))",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "INSERT",
- "db.query.text": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "INSERT INTO \"User\" (\"email\", \"name\") VALUES (?, ?)",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "UPDATE",
- "db.query.text": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "UPDATE \"User\" SET \"name\" = ? WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
- "server.port": 5444,
- },
- "description": "SELECT * FROM \"User\" WHERE \"email\" = ?",
- "op": "db",
- "origin": "auto.db.postgresjs",
- "parent_span_id": Any<String>,
- "span_id": Any<String>,
- "start_timestamp": Any<Number>,
- "status": "ok",
- "timestamp": Any<Number>,
- "trace_id": Any<String>,
- },
- ObjectContaining {
- "data": ObjectContaining {
- "db.namespace": "test_db",
- "db.operation.name": "SELECT",
- "db.query.text": "SELECT * FROM \"User\" WHERE \"email\" = $1 AND \"name\" = $2",
- "db.system.name": "postgres",
- "sentry.op": "db",
- "sentry.origin": "auto.db.postgresjs",
- "server.address": "localhost",
-
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/core/src/integrations/requestdata.ts#L2
Identifier 'hasSpanStreamingEnabled' is imported but never used.
|
|
Node (20) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (20) Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Node (20) Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Node (20) Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Node (24) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (24) Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Node (24) Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Node (24) Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Node (22) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (22) Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Node (22) Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Node (22) Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Browser Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Browser Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Browser Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Node (18) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (18) Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Node (18) Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Node (18) Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
Expired
|
33.6 MB |
sha256:1e5723ebe0ae84047b5e3784d0b546dc8154068454e048e7cbe4557d3fac5778
|
|
|
codecov-coverage-results-jp-node-integration-flake-job_browser_unit_tests
|
1 KB |
sha256:d8a6676341df855ec1080aad27087f0684e472e06650243e4e79fcf94495745e
|
|
|
codecov-coverage-results-jp-node-integration-flake-job_node_unit_tests-18
|
1.01 KB |
sha256:af5cd18669773b95e0507514b6ec30f094d49e26a169e1140570dd658969746f
|
|
|
codecov-coverage-results-jp-node-integration-flake-job_node_unit_tests-20
|
1.01 KB |
sha256:ec591c832d49aeca08040b275268a3534829608e41e2b7a4183c72e5cbb2f07e
|
|
|
codecov-coverage-results-jp-node-integration-flake-job_node_unit_tests-22
|
1.01 KB |
sha256:543b582b930202580212e63b4bb36d3374e398d4a11cb3bc4a412ab0d7ca9379
|
|
|
codecov-coverage-results-jp-node-integration-flake-job_node_unit_tests-24
|
1.01 KB |
sha256:3c26ca0dc98e3c03b72794f96b5c96972009b49b9759f8598acb9d0108c56e04
|
|