spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 138 forks source link

Refactor H2R2dbcDslTests to split transactional test purpose #327

Closed fteychene closed 4 years ago

fteychene commented 4 years ago

Change H2R2dbcDslTests to separate transaction from non transactional test.

Weird enough to test without transactional behavior it seems that we need to have a connection to a h2 databse that is not in memory. If we tests in memory each step is executed but seems to not been available on the next step execution.