Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Service Bus] Remove message count check - flaky rule filter test (Az…
…ure#13131) Azure#13105 investigates the flakyness. The reason why the message count in the test can sometimes(5/1000 times) be zero is that the sent messages might not have been filtered into the subscription by the time we call the runtime properties method. If we call the receiveMessages directly, the inherent delay would help in receiving the messages and should be enough for the test.
- Loading branch information