kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
3 stars 12 forks source link

Improve the Finalizer and add integration tests #240

Open grischperl opened 1 month ago

grischperl commented 1 month ago

Description

Add more complex integration test cases to ensure the functionality of the Finalizer. Making the tests green will most likely involve improving the prompt of the Finalizer.

Background

The Finalizer was moved into the Supervisor subgraph in the issue #170. The basic functionality of the Finalizer was covered in integration tests. However, some of the functionality suggested in the prompt could not be seen in more complex tests cases. To rectify this:

Considerations/Recommendations for Integration tests:

Test case(s):

Acceptance Criteria(s):