forked from camunda/camunda-bpm-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(sql-script): stabilize cleanup and comparison (camunda#3625)
* Uses direct comparison via existing snapshots to avoid creating databases from those snapshots again. * Introduces a second `Liquibase#dropAll` invocation to clean up all data. A single invocation can leave data in the tables if the cleanup takes too long or is interrupted. The method seems to ignore such issues and progress as if successful silently. related to camunda#3613
- Loading branch information
Showing
1 changed file
with
43 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters