Skip to content

[Service Bus] session tests UnpartitionedQueueWithSessions failing in nightly runs #18592

Closed

Description

Service Bus nightly test runs are failing with:

Error message:
Error occurred on the AMQP connection while receiving messages. The receiver for session "nonmy-session" in "unpartitioned-queue-sessions" has been closed and can no longer be used. Please create a new receiver using the "acceptSession" or "acceptNextSession" method on the ServiceBusClient. More info - Error: read ETIMEDOUT

Stack trace:
ServiceBusError: Error occurred on the AMQP connection while receiving messages. The receiver for session "nonmy-session" in "unpartitioned-queue-sessions" has been closed and can no longer be used. Please create a new receiver using the "acceptSession" or "acceptNextSession" method on the ServiceBusClient.
More info -
Error: read ETIMEDOUT
at getSessionError (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:29:53)
at callOnDetachedOnSessionReceivers (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:29:53)
at Connection.disconnected (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:195:18)

For more details check here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Service Bustest-reliabilityIssue that causes tests to be unreliable

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions