testkube
testkube copied to clipboard
Make test, testsuite operations atomic
Describe the enhancement you'd like to see Now for example if there is an error in deleting a test it won't delete it secrets but the test is deleted.
Additional context Add any other context, CLI input/output, etc. about the enhancement here.
We should have a kind of Saga for this. Compensate failed operations with reverse ones
Can't controller handle those for CRD's? during delete remove all deps?
We need to define each operation to support
@vsukhin is this still an issue ?
we didn't wrok on this issue