When upgrading from Spring Boot 2.2.9 to 2.3.0, unit tests cannot handle large datasets anymore. When logging with a `debug` level, we see `extShutdownHook` drops tables **before** the end of the insertions, hence the test fails. Here is [a minimal reproducible example][1] : it works with 2.2.9, but when upgrading to 2.3.0 we can see 10k rows seems too much. The problem still exist in the last version (2.3.2). [1]: https://github.com/wikisamuel/spring-boot-problem