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
Integration test DefaultRestTemplateEndpointIT creates several templates with random version ids which causes issues with other tests when run locally (AqlTestIT). In particular, translated SQL is bloated with unnecessary UNIONs. One of the side effect is that checked cardinality of results doesn't match since UNION is present causing duplicated values to be eliminated (similarly to an explicit DISTINCT).
Actual result
The created templates remain in the DB after running the tests
Expected result (Acceptance Criteria)
The created templates are deleted from the DB
Definition of Done
The defect is checked by an unit or an integration test (Robot)
Merge Request approved
Unit tests passed
Build without errors
Release notes prepared
No additional runtime warnings
The text was updated successfully, but these errors were encountered:
Configuration information
Steps to reproduce
Integration test DefaultRestTemplateEndpointIT creates several templates with random version ids which causes issues with other tests when run locally (AqlTestIT). In particular, translated SQL is bloated with unnecessary UNIONs. One of the side effect is that checked cardinality of results doesn't match since UNION is present causing duplicated values to be eliminated (similarly to an explicit DISTINCT).
Actual result
The created templates remain in the DB after running the tests
Expected result (Acceptance Criteria)
The created templates are deleted from the DB
Definition of Done
The text was updated successfully, but these errors were encountered: