octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
10 stars 4 forks source link

Create integration testing framework for networks of services #600

Open cortadocodes opened 1 year ago

cortadocodes commented 1 year ago

We need an integration test framework that allows us to roll out changes to networks of inter-dependent services with an obvious and clear cut procedure that we can use to find any problems without messing up the production network of services.

We'd also like to capture edge cases by doing things like rolling out to different services in different orders etc.

thclark commented 1 year ago

Whilst looking here for an unrelated resource to test terraform, it took me to kitchen-terraform which might be a good candidate for helping with this. Not sure yet but worth educating ourselves.

cortadocodes commented 1 year ago

This looks great