feat(pubsub/azure/servicebus/queues): add certification tests#4150
Conversation
Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
…ge metadata and multiple queues Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
Adds a wait time to ensure the sidecar is ready before publishing messages. This improves the reliability of the test by preventing messages from being sent before the sidecar is fully initialized. Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
…with detailed test cases and prerequisites Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
…ts to avoid interference Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
…essages tests, ensuring unique queues to avoid interference Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
Adds a GPG key file. This allows users to verify the authenticity of the application and its updates, enhancing security. Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
4434720 to
743f733
Compare
mikeee
left a comment
There was a problem hiding this comment.
Before I review further just this q-
Signed-off-by: Jose Maria Flores Zazo <jmfloreszazo@gmail.com>
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
@holopin-bot @jmfloreszazo components-badge Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @jmfloreszazo, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmqbfa0lv000xje0aqetgtp2d This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Description
This pull request introduces a certification test suite for the Azure Service Bus Queues pub/sub component (pubsub.azure.servicebus.queues) in the components-contrib repository.
The goal is to provide reproducible automated tests that validate both basic and advanced functionality, enabling this component to be promoted from Beta to Stable as required by the project’s certification lifecycle.
The tests cover core pub/sub semantics (competing consumers, multiple subscriptions, queue auto-creation) and outline additional scenarios for resilience, metadata handling, authentication, and edge cases. The suite is intended to run against a real Azure Service Bus namespace using environment variables for configuration.
Documentation (README) is included to explain environment setup and how to execute the tests locally.
Issue reference
#2940 – Azure Service Bus queues pubsub component as stable
Checklist
pubsub.azure.servicebus.queuesgo test ./components-contrib/tests/conformance/pubsub/azure_servicebus_queues -vREADME.mdinsidetests/conformance/pubsub/azure_servicebus_queues/explaining:Additional Context
Auto-created Queues
The queues used in tests (auto-created) are:
Quick notes:
Environment Variables
The following environment variables are expected when running the certification test suite:
Run tests