-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
Labels
c.BugBug/defect reportBug/defect reportp.HighSignificant impact; would like to do in the next few releasesSignificant impact; would like to do in the next few releases
Description
Currently, doRemoveAndRestoreDataBundle does not fully clean up entities created dynamically during a test, such as when FeedbackQuestion is copied.
This happens because removeSqlDataBundle only deletes entities that are listed in the given SqlDataBundle. Entities created during the test are not included in the original SqlDataBundle and therefore persist in the database after the test finishes.
Example
When I repeatedly run the test and execute some scripts in the browser console, I observe that more and more question forms accumulate in that same feedback session.

Sub-issues
Metadata
Metadata
Assignees
Labels
c.BugBug/defect reportBug/defect reportp.HighSignificant impact; would like to do in the next few releasesSignificant impact; would like to do in the next few releases