You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve coverage of CDCT for optional attributes (#386)
* Remove unnecessary timestamp attribute
* Cover optional schema attribute in CDC-Tests
It is covered in interactions between Notification & Pipeline and UI & Pipeline
The skipped interactions between UI & Pipeline are not adjusted, this will be done in a future commit
* Fix lint error
* Remove unused return value when updating and deleting pipelines
* Fix lint error
* Cover health status enum values in CDC-Tests
* Let CDCT script remove previously existing containers
This change should reduce the flakiness of the provider-side CDC-Tests of the pipeline service.
Old entries in the database and old messages in the message queue are avoided that way.
* Remove unnecessary timestamp attribute in provider-side CDC-Test
* Cover schema attribute for previously skipped interactions
* Improve script so it determines the project folder name
* Remove unnecessary methods for state handling
0 commit comments