ci(deps): bump denoland/setup-deno from 2.0.3 to 2.0.4 #45303
Annotations
2 errors and 6 warnings
|
Run integration tests
Process completed with exit code 1.
|
|
Run integration tests:
dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { Object (contexts, spans, ...) } to match object { event_id: Any<String>, …(6) }
(125 matching properties omitted from actual)
- Expected
+ Received
{
"contexts": {
- "trace": ObjectContaining {
- "data": ObjectContaining {
+ "trace": {
+ "data": {
"messaging.destination.name": "test-topic",
+ "messaging.destination.partition.id": "0",
+ "messaging.kafka.offset": "0",
+ "messaging.operation.name": "process",
+ "messaging.operation.type": "process",
"messaging.system": "kafka",
- "otel.kind": "PRODUCER",
+ "otel.kind": "CONSUMER",
"sentry.op": "message",
- "sentry.origin": "auto.kafkajs.otel.producer",
+ "sentry.origin": "auto.kafkajs.otel.consumer",
+ "sentry.source": "route",
},
"op": "message",
+ "origin": "auto.kafkajs.otel.consumer",
+ "parent_span_id": "d589142b35cf1ecd",
+ "span_id": "e2e222895c133211",
"status": "ok",
+ "trace_id": "b7fc9aaf24ee7f4d3caea15f30397e50",
},
},
"event_id": Any<String>,
"spans": Any<Array>,
"start_timestamp": Anything,
"timestamp": Anything,
- "transaction": "send test-topic",
+ "transaction": "process test-topic",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:35:18
❯ expectTransactionEvent utils/runner.ts:748:5
❯ newEnvelope utils/runner.ts:514:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15
❯ Socket.<anonymous> utils/runner.ts:651:15
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
|
|
Parse and Upload Coverage
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
|
|
Parse and Upload Coverage
No coverage files found
|
|
Parse and Upload Coverage
Please ensure your test framework is generating JUnit XML output.
|
|
Parse and Upload Coverage
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
|
|
Parse and Upload Coverage
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
|
Loading