Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
1.99k stars 1.16k forks source link

[Service Bus] UnpartitionedQueue: AMQP (live testing) AMQP body type encoding/decoding amqp encoding/decoding failing in nightly runs #25453

Open v-jiaodi opened 1 year ago

v-jiaodi commented 1 year ago

Service Bus nightly test runs are failing with:

Error message: write EPIPE

Stack trace: Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:160:15) at writeGeneric (node:internal/stream_base_commons:151:3) at Socket._writeGeneric (node:net:930:11) at Socket._write (node:net:942:8) at writeOrBuffer (node:internal/streams/writable:392:12) at _write (node:internal/streams/writable:333:10) at Socket.Writable.write (node:internal/streams/writable:337:10) at Function.log (/Users/runner/work/1/s/sdk/core/logger/src/log.ts:8:18) at Function.AzureLogger.log (/Users/runner/work/1/s/sdk/core/logger/src/index.ts:20:9) at Function.child.log (/Users/runner/work/1/s/sdk/core/logger/src/index.ts:141:12) at Function.child.log (/Users/runner/work/1/s/sdk/core/logger/src/index.ts:141:12) at Object.debug [as verbose] (/Users/runner/work/1/s/sdk/core/logger/src/debug.ts:150:17) at BatchingReceiver._initLinkImpl (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/core/linkEntity.ts:163:6) at processTicksAndRejections (node:internal/process/task_queues:95:5) at CancellableAsyncLockImpl._execute (/Users/runner/work/1/s/sdk/core/core-amqp/src/util/lock.ts:190:23)

For more details check here:

jeremymeng commented 1 year ago

I was not able to find this error log in the build. It seemed that we log some verbose message but nodejs crashed in wirting to the output stream. Not actionable from our side.