• 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
..
src Loading commit data...
pom.xml Loading commit data...