Create Integration testing task in CI/CD #83

Open
opened 2025-10-05 20:35:54 +00:00 by stanislav.hejny · 0 comments

to prevent issues when integrating with other apps after making a change, setup integration testing task in CI/CD for AMQ Adapter Library.
The aim of this task is to ensure that we can identify issues with incompatible code after a breaking change early.
The scope/steps:

  1. Setup KinD (k8s in docker) cluster to run a minimum needed CleverMicro components and Demo app and have it run as part of Forgejo Action after each commit/push to Develop and Master branch
  2. write scripts that would submit messages and evaluate result. Add test to verify that the Management Service is scaling up and down the Demo app according the backpressure
  3. Add the script from step #2 to Forgejo action and ensure that its results are reported as result of the Integration testing
to prevent issues when integrating with other apps after making a change, setup integration testing task in CI/CD for AMQ Adapter Library. The aim of this task is to ensure that we can identify issues with incompatible code after a breaking change early. The scope/steps: 1. Setup KinD (k8s in docker) cluster to run a minimum needed CleverMicro components and Demo app and have it run as part of Forgejo Action after each commit/push to Develop and Master branch 2. write scripts that would submit messages and evaluate result. Add test to verify that the Management Service is scaling up and down the Demo app according the backpressure 3. Add the script from step #2 to Forgejo action and ensure that its results are reported as result of the Integration testing
stanislav.hejny added this to the V.01 milestone 2025-10-06 10:49:28 +00:00
Sign in to join this conversation.
No milestone
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clevermicro/amq-adapter-python#83
No description provided.