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
Are you using junit4? EmbeddedPostgresRules is intended for use in junit4 tests. If you are using junit5, you need to use EmbeddedPostgresExtension instead. Other testing frameworks are not supported at this moment. Check the following issue for more information about junit5 support: #34
Thanks. No, I'm not using junit at all.
But turns out that I can just use getPostgresDatabase to get the DataSource and with that use Flyway as normal for migration.
When trying to use Flyway migration with embedded-postgres, I get the following error:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: