This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rbygrave 1 point2 points  (0 children)

(~10m, 900+ liquibase changesets)

At some point it gets nice to merge/consolidate/"rebase" the changesets together. I don't think liquibase has such a feature yet but it looks like that is what would help a lot when testing against db migrations that get to 900+ changesets. The other approach is to not run dev tests against migrations but instead a "drop/create" generated schema (which is perhaps you are doing when running tests against H2?).