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
2.08k stars 1.2k forks source link

[Service Bus] PartitionedSubscriptionWithSessions: deleteMessages (session) failing in nightly runs #30704

Open jerryshia opened 2 months ago

jerryshia commented 2 months ago

Service Bus nightly test runs are failing with:

Stack trace: expected +0 to equal 3

  • expected - actual -0 +3

AssertionError: expected +0 to equal 3 at Context. (D:\a_work\1\s\sdk\servicebus\service-bus\test\internal\batchReceiver.spec.ts:2:35) at processTicksAndRejections (node:internal/process/task_queues:95:5)

For more details check here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4035243&view=results

github-actions[bot] commented 2 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @EldertGrootenboer.

jeremymeng commented 2 months ago

Will investigate after the service feature is consider stable.