Commit 71104fe
committed
Disable Flyway for in-memory integration tests
The eventuate-tram-spring-flyway library is designed for PostgreSQL
and fails when running with H2 in-memory database because the H2
migration templates don't exist.
Co-authored by Claude Code1 parent bcaaebe commit 71104fe
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- ftgo-consumer-service/consumer-service-main/src/integrationTest/java/net/chrisrichardson/ftgo/consumerservice
- ftgo-kitchen-service/kitchen-service-main/src/integrationTest/java/net/chrisrichardson/ftgo/kitchenservice/domain
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments