components-contrib icon indicating copy to clipboard operation
components-contrib copied to clipboard

Create certification test for Azure ServiceBus pubsub

Open artursouza opened this issue 4 years ago • 2 comments

After completing #1137, write an integration test for ASB pubsub.

Test scenarios:

** Handle connection drop of 1 minute, a.k.a. "reconnect" - offer "pull the plug" mode in the test framework. *** Test should perform a write operation with retry over 2 minutes and succeed, following with a GET proving the data was written. Write operation must last at least 1 minute to show that the outage was correctly injected.

** Validate multiple authentication mechanisms

** Resiliency of message delivery when subscribers are added/removed. ** Resiliency of message delivery when there is a disconnection. ** Shared consumer group - message is delivered to any of the consumers, validate rebalancing. ** Broadcast messages - consumers sharing a topic. ** Handling retriable errors vs non-retriable errors (bad query vs connection errors, for example).

** Dead-letter queue based on message TTL

Parent: #939

artursouza avatar Sep 13 '21 04:09 artursouza

/assign

helbing avatar Jul 13 '22 04:07 helbing

#1922

addjuarez avatar Aug 09 '22 16:08 addjuarez