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.01k stars 1.18k forks source link

[ServiceBus][Test] UnpartitionedQueue: purgeMessages failing in nightly runs #30392

Open jerryshia opened 1 month ago

jerryshia commented 1 month ago

Search Documents nightly test runs are failing with:

Stack trace: Unexpected number of msgs found when peeking: expected 1 to equal +0

  • expected - actual -1 +0

AssertionError: Unexpected number of msgs found when peeking: expected 1 to equal +0 at Object.should.equal (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/chai@4.3.10/node_modules/chai/lib/chai/interface/should.js:98:35) at testPeekMsgsLength (/Users/runner/work/1/s/sdk/servicebus/service-bus/test/public/utils/testutils2.ts:2:35) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Context. (/Users/runner/work/1/s/sdk/servicebus/service-bus/test/internal/batchReceiver.spec.ts:2:35)

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

github-actions[bot] commented 1 month ago

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

jeremymeng commented 1 month ago

likely it's because of the known service issue.