Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
v-jiaodi opened this issue Apr 4, 2023 · 2 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable

Comments

@v-jiaodi
Copy link
Member

v-jiaodi commented Apr 4, 2023

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:

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Apr 4, 2023
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable labels Apr 4, 2023
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Apr 4, 2023
@jeremymeng
Copy link
Member

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.

@jeremymeng
Copy link
Member

not seeing this recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable
Projects
Status: Done
Development

No branches or pull requests

3 participants