deps: update grpc to 1.80.0 #1217
Annotations
2 errors
|
Test
Process completed with exit code 2.
|
|
Test:
test/agents/test-zmq-tracing.mjs#L0
--- stderr ---
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'agent-metrics'
- 'agent-tracing'
^
at file:///home/runner/work/nsolid/nsolid/node/test/agents/test-zmq-tracing.mjs:405:14
at /home/runner/work/nsolid/nsolid/node/test/common/index.js:489:15
at TestPlayground.detectInitialSequence (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/index.js:403:13)
at ZmqAgentBus.<anonymous> (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/index.js:305:14)
at ZmqAgentBus.emit (node:events:509:28)
at ZmqAgentBus._handleMessage (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/zmqagentbus.js:331:12)
at exports.Socket.emit (node:events:509:28)
at Socket._emitMessage (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:647:10)
at Socket._flushRead (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:660:10)
at Socket._flushReads (/home/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:696:15) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'agent-metrics',
expected: 'agent-tracing',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v24.15.0
--- stdout ---
[local] tracing generation should work for http transactions
[0] agent-connected, c577853749e10e001a2c8b8c120d220005e62c60
[1] agent-metrics, c577853749e10e001a2c8b8c120d220005e62c60
[1] agent-info, c577853749e10e001a2c8b8c120d220005e62c60
[2] agent-packages, c577853749e10e001a2c8b8c120d220005e62c60
[3] agent-metrics, c577853749e10e001a2c8b8c120d220005e62c60
[4] agent-tracing, c577853749e10e001a2c8b8c120d220005e62c60
agent-tracing, c577853749e10e001a2c8b8c120d220005e62c60
{
agentId: 'c577853749e10e001a2c8b8c120d220005e62c60',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded: { seconds: 1779731958, nanoseconds: 762473716 },
duration: 0,
interval: 5000,
version: 4,
body: {
spans: [
{
id: 'ee0002186e1f78ef',
parentId: 'ffee52e404d51be5',
traceId: 'f9dd6c44f1ede552165c560afeaadfde',
start: 1779731958681.3276,
end: 1779731958683.108,
kind: 1,
type: 8,
name: 'HTTP GET',
threadId: 0,
status: { message: '', code: 0 },
attributes: {
'http.method': 'GET',
'http.status_code': 200,
'http.status_text': 'OK',
'http.url': 'http://127.0.0.1:36419/',
'network.protocol.version': '1.1'
},
events: []
},
{
id: 'ffee52e404d51be5',
parentId: '0000000000000000',
traceId: 'f9dd6c44f1ede552165c560afeaadfde',
start: 1779731958675.8071,
end: 1779731958685.0376,
kind: 2,
type: 4,
name: 'HTTP GET',
threadId: 0,
status: { message: '', code: 0 },
attributes: {
'http.method': 'GET',
'http.status_code': 200,
'http.status_text': 'OK',
'http.url': 'http://127.0.0.1:36419/',
'network.protocol.version': '1.1'
},
events: []
}
]
},
time: 1779731958762,
timeNS: '1779731958762473716'
}
child process exited with code 0 and signal null
[local] tracing generation should work for http transactions immediately on startup
[0] agent-connected, cca0b0e892711500e53e7189f4024d0031acf9a1
[1] agent-metrics, cca0b0e892711500e53e7189f4024d0031acf9a1
[1] agent-info, cca0b0e892711500e53e7189f4024d0031acf9a1
[2] agent-packages, cca0b0e892711500e53e7189f4024d0031acf9a1
[3] agent-metrics, cca0b0e892711500e53e7189f4024d0031acf9a1
[4] agent-tracing, cca0b0e892711500e53e7189f4024d0031acf9a1
agent-tracing, cca0b0e892711500e53e7189f4024d0031acf9a1
{
agentId: 'cca0b0e892711500e53e7189f4024d0031acf9a1',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded: { secon
|
background
wait
wait-all
cancel
parallel
Loading