• Stephane Nicoll's avatar
    `AutoconfigureTestDatabase` replace with a fresh database · 4bf645c6
    Stephane Nicoll authored
    Previously, two or more `@DataJpaTest` tests in the same test suite were
    sharing the same in-memory database instance. This commit makes sure
    that `TestDatabaseAutoConfiguration` creates a unique embedded database
    for each test it operates on.
    
    Closes gh-7473
    4bf645c6
Name
Last commit
Last update
..
java/org/springframework/boot/test/autoconfigure Loading commit data...
resources/META-INF Loading commit data...