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] Send Batch Send multiple homogeneous messages - size < max_batch_size_allowed UnpartitionedSubscription: SendBatch failing in nightly runs #23105

Closed
v-jiaodi opened this issue Sep 6, 2022 · 3 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
Milestone

Comments

@v-jiaodi
Copy link
Member

v-jiaodi commented Sep 6, 2022

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:

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Sep 6, 2022
@azure-sdk azure-sdk added Client This issue points to a problem in the data-plane of the library. needs-team-triage This issue needs the team to triage. Service Bus labels Sep 6, 2022
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Sep 6, 2022
@v-xuto v-xuto added the test-reliability Issue that causes tests to be unreliable label Sep 6, 2022
@jeremymeng
Copy link
Contributor

This might be related to new test added recently. @HarshaNalluru is looking into this.

@jeremymeng
Copy link
Contributor

issue #23076

@joheredi joheredi removed the needs-team-triage This issue needs the team to triage. label Sep 6, 2022
@HarshaNalluru HarshaNalluru added this to the 2022-10 milestone Sep 6, 2022
@HarshaNalluru
Copy link
Member

#23081 fixes this :)

azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this issue Apr 7, 2023
fixing async response type for machinelearningservices-2023-02-01-preview (Azure#23105)

* fixing regex pattern and async response type

* remove update to regex
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
None yet
Development

No branches or pull requests

6 participants