Skip to content

[Service Bus] Send Batch Send multiple homogeneous messages - size < max_batch_size_allowed UnpartitionedSubscription: SendBatch failing in nightly runs #23105

Closed

Description

Service Bus nightly test runs are failing with:

Error message:
Create topic "unpartitioned-topic" : SubCode=40000. Bad Request. To know more visit https://aka.ms/sbResourceMgrExceptions. . TrackingId:33905e8a-3b5c-4439-8075-7cf6bd11e0e7_G7, SystemTracker:t4acec6527a154a06.servicebus.windows.net:unpartitioned-topic, Timestamp:2022-09-05T12:05:19
Stack trace:
RestError: Create topic "unpartitioned-topic" : SubCode=40000. Bad Request. To know more visit https://aka.ms/sbResourceMgrExceptions. . TrackingId:33905e8a-3b5c-4439-8075-7cf6bd11e0e7_G7, SystemTracker:t4acec6527a154a06.servicebus.windows.net:unpartitioned-topic, Timestamp:2022-09-05T12:05:19
at buildError (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/src/util/atomXmlHelper.ts:125:43)
at deserializeAtomXmlResponse (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/dist-esm/src/util/atomXmlHelper.js:31:162)
at TopicResourceSerializer.deserialize (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/src/serializers/topicResourceSerializer.ts:47:47)
at executeAtomXmlOperation (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/src/util/atomXmlHelper.ts:18:44)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at Object.withSpan (/mnt/vss/_work/1/s/sdk/core/core-tracing/src/tracingClient.ts:70:22)
at /mnt/vss/_work/1/s/sdk/servicebus/service-bus/src/serviceBusAtomManagementClient.ts:367:11
at Object.withSpan (/mnt/vss/_work/1/s/sdk/core/core-tracing/src/tracingClient.ts:70:22)
at createTopicOperation (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/public/utils/managementUtils.ts:122:5)
at retry (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/public/utils/managementUtils.ts:52:7)
at recreateTopic (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/public/utils/managementUtils.ts:141:3)
at createTestEntities (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/public/utils/testutils2.ts:112:5)
at ServiceBusTestHelpers.createTestEntities (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/public/utils/testutils2.ts:331:22)
at beforeEachTest (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/internal/sendBatch.spec.ts:37:19)
at Context. (/mnt/vss/_work/1/s/sdk/servicebus/service-bus/test/internal/sendBatch.spec.ts:208:7)

For more details check here:

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

Metadata

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

Relationships

None yet

Development

No branches or pull requests

Issue actions