CustomerRepositoryIT

1

tests

0

failures

0

ignored

0.310s

duration

100%

successful

Tests

Test Duration Result
shouldCreateAndFindAndModifyAndRemoveACustomer() 0.310s passed

Standard output

09:12:39.143 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
09:12:39.152 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
09:12:39.218 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT] from class [org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper]
09:12:39.234 [Test worker] INFO org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT], using SpringBootContextLoader
09:12:39.238 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT]: class path resource [edu/obya/blueprint/customer/adapter/jpa/CustomerRepositoryIT-context.xml] does not exist
09:12:39.239 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT]: class path resource [edu/obya/blueprint/customer/adapter/jpa/CustomerRepositoryITContext.groovy] does not exist
09:12:39.239 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT]: no resource found for suffixes {-context.xml, Context.groovy}.
09:12:39.240 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT]: CustomerRepositoryIT does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:12:39.395 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/runner/work/arch-blueprint-java/arch-blueprint-java/build/classes/java/main/edu/obya/blueprint/Application.class]
09:12:39.396 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration edu.obya.blueprint.Application for test class edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT
09:12:39.399 [Test worker] DEBUG org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper - @TestExecutionListeners is not present for class [edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT]: using defaults.
09:12:39.399 [Test worker] INFO org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener, io.zonky.test.db.EmbeddedDatabaseTestExecutionListener, io.zonky.test.db.event.EventPublishingTestExecutionListener, io.zonky.test.db.flyway.OptimizedFlywayTestExecutionListener]
09:12:39.419 [Test worker] INFO org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4a8a0099, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7c1447b5, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@49e4c2d5, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@24a2e565, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3e36b7a0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@60c1663c, io.zonky.test.db.EmbeddedDatabaseTestExecutionListener@f5cf29b, io.zonky.test.db.flyway.OptimizedFlywayTestExecutionListener@3c66b7d8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@37e69c43, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c7dfc05, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@345d053b, org.springframework.test.context.event.EventPublishingTestExecutionListener@3d0cac1f, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@3e8b3b79, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@d257579, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@518ddd3b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@939ff41, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6e0e5dec, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@48a663e9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@777d0bc3, io.zonky.test.db.event.EventPublishingTestExecutionListener@3178219a]
09:12:39.422 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@1fedf0a4 testClass = CustomerRepositoryIT, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e4c6583 testClass = CustomerRepositoryIT, locations = '{}', classes = '{class edu.obya.blueprint.Application}', contextInitializerClasses = '[]', activeProfiles = '{jpa, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@35e26d05, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@1bb740f2, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ed11a092, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3a2d3909, [ImportsContextCustomizer@2ee48610 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, edu.obya.blueprint.customer.adapter.jpa.CustomerJpaConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4832f03b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@68565bc7, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, io.zonky.test.db.EmbeddedDatabaseContextCustomizerFactory$EmbeddedDatabaseContextCustomizer@4637c061, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@0], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
 ██████╗██╗   ██╗███████╗████████╗ ██████╗ ███╗   ███╗███████╗██████╗ 
██╔════╝██║   ██║██╔════╝╚══██╔══╝██╔═══██╗████╗ ████║██╔════╝██╔══██╗
██║     ██║   ██║███████╗   ██║   ██║   ██║██╔████╔██║█████╗  ██████╔╝
██║     ██║   ██║╚════██║   ██║   ██║   ██║██║╚██╔╝██║██╔══╝  ██╔══██╗
╚██████╗╚██████╔╝███████║   ██║   ╚██████╔╝██║ ╚═╝ ██║███████╗██║  ██║
 ╚═════╝ ╚═════╝ ╚══════╝   ╚═╝    ╚═════╝ ╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝
2023-05-22 09:12:39.849  WARN 3084 --- [    Test worker] ory$DuplicateJsonObjectContextCustomizer : 

Found multiple occurrences of org.json.JSONObject on the class path:

	jar:file:/home/runner/.gradle/caches/modules-2/files-2.1/org.json/json/20220924/5aa95e7688f76c664af205c5937620f02688dfbc/json-20220924.jar!/org/json/JSONObject.class
	jar:file:/home/runner/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class

You may wish to exclude one of them to ensure predictable runtime behavior

2023-05-22 09:12:39.867  INFO 3084 --- [    Test worker] e.o.b.c.a.jpa.CustomerRepositoryIT       : Starting CustomerRepositoryIT using Java 17.0.7 on fv-az1256-291 with PID 3084 (started by runner in /home/runner/work/arch-blueprint-java/arch-blueprint-java)
2023-05-22 09:12:39.869  INFO 3084 --- [    Test worker] e.o.b.c.a.jpa.CustomerRepositoryIT       : The following 2 profiles are active: "jpa", "test"
2023-05-22 09:12:40.660  INFO 3084 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-05-22 09:12:40.789  INFO 3084 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 123 ms. Found 1 JPA repository interfaces.
2023-05-22 09:12:40.884  INFO 3084 --- [    Test worker] EmbeddedDatabaseContextCustomizerFactory : Replacing 'dataSource' DataSource bean with embedded version
2023-05-22 09:12:41.006  INFO 3084 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'io.zonky.test.db.config.EmbeddedDatabaseAutoConfiguration' of type [io.zonky.test.db.config.EmbeddedDatabaseAutoConfiguration$$EnhancerBySpringCGLIB$$a8189397] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-05-22 09:12:41.395  INFO 3084 --- [  prefetching-1] o.t.utility.ImageNameSubstitutor         : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2023-05-22 09:12:41.439  INFO 3084 --- [  prefetching-1] o.t.d.DockerClientProviderStrategy       : Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
2023-05-22 09:12:41.992  INFO 3084 --- [  prefetching-1] o.t.d.DockerClientProviderStrategy       : Found Docker environment with local Unix socket (unix:///var/run/docker.sock)
2023-05-22 09:12:41.994  INFO 3084 --- [  prefetching-1] org.testcontainers.DockerClientFactory   : Docker host IP address is localhost
2023-05-22 09:12:42.013  INFO 3084 --- [  prefetching-1] org.testcontainers.DockerClientFactory   : Connected to docker: 
  Server Version: 20.10.24+azure-1
  API Version: 1.41
  Operating System: Ubuntu 22.04.2 LTS
  Total Memory: 6943 MB
2023-05-22 09:12:42.037  INFO 3084 --- [  prefetching-1] 🐳 [testcontainers/ryuk:0.3.4]           : Creating container for image: testcontainers/ryuk:0.3.4
2023-05-22 09:12:42.140  INFO 3084 --- [  prefetching-1] 🐳 [testcontainers/ryuk:0.3.4]           : Container testcontainers/ryuk:0.3.4 is starting: 4cb96983ad1e03203ccb8ced4cd17b9a2e72d80605c9516e6c11ef3fb774df80
2023-05-22 09:12:42.522  INFO 3084 --- [  prefetching-1] 🐳 [testcontainers/ryuk:0.3.4]           : Container testcontainers/ryuk:0.3.4 started in PT0.500381649S
2023-05-22 09:12:42.529  INFO 3084 --- [  prefetching-1] o.t.utility.RyukResourceReaper           : Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
2023-05-22 09:12:42.530  INFO 3084 --- [  prefetching-1] org.testcontainers.DockerClientFactory   : Checking the system...
2023-05-22 09:12:42.530  INFO 3084 --- [  prefetching-1] org.testcontainers.DockerClientFactory   : ✔︎ Docker server version should be at least 1.6.0
2023-05-22 09:12:42.531  INFO 3084 --- [  prefetching-1] 🐳 [postgres:11-alpine]                  : Creating container for image: postgres:11-alpine
2023-05-22 09:12:42.549  INFO 3084 --- [  prefetching-1] 🐳 [postgres:11-alpine]                  : Container postgres:11-alpine is starting: bc06ea4430f8cc1746fe92f6c7224140acc4ca948453a56b7b43897f14bd4aca
2023-05-22 09:12:44.107  INFO 3084 --- [  prefetching-1] 🐳 [postgres:11-alpine]                  : Container postgres:11-alpine started in PT1.575944583S
2023-05-22 09:12:44.120  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: The files belonging to this database system will be owned by user "postgres".
2023-05-22 09:12:44.125  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: This user must also own the server process.
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: The database cluster will be initialized with locale "en_US.utf8".
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: The default database encoding has accordingly been set to "UTF8".
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: The default text search configuration will be set to "english".
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.126  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: Data page checksums are disabled.
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: fixing permissions on existing directory /var/lib/postgresql/data ... ok
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: creating subdirectories ... ok
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: selecting default max_connections ... 100
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: selecting default shared_buffers ... 128MB
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: selecting default timezone ... UTC
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: selecting dynamic shared memory implementation ... posix
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: creating configuration files ... ok
2023-05-22 09:12:44.127  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: running bootstrap script ... ok
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: sh: locale: not found
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:43.248 UTC [31] WARNING:  no usable system locales were found
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: performing post-bootstrap initialization ... ok
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: Sync to disk skipped.
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: The data directory might become corrupt if the operating system crashes.
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: Success. You can now start the database server using:
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT:     pg_ctl -D /var/lib/postgresql/data -l logfile start
2023-05-22 09:12:44.128  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: WARNING: enabling "trust" authentication for local connections
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: You can change this by editing pg_hba.conf or using the option -A, or
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: --auth-local and --auth-host, the next time you run initdb.
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: waiting for server to start....2023-05-22 09:12:43.628 UTC [37] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-05-22 09:12:44.129  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.643 UTC [38] LOG:  database system was shut down at 2023-05-22 09:12:43 UTC
2023-05-22 09:12:44.130  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.649 UTC [37] LOG:  database system is ready to accept connections
2023-05-22 09:12:44.130  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT:  done
2023-05-22 09:12:44.130  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: server started
2023-05-22 09:12:44.131  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: CREATE DATABASE
2023-05-22 09:12:44.131  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.131  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.132  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
2023-05-22 09:12:44.132  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.132  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.966 UTC [37] LOG:  received fast shutdown request
2023-05-22 09:12:44.132  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.966 UTC [37] LOG:  aborting any active transactions
2023-05-22 09:12:44.133  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: waiting for server to shut down....2023-05-22 09:12:43.969 UTC [37] LOG:  background worker "logical replication launcher" (PID 44) exited with exit code 1
2023-05-22 09:12:44.133  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.969 UTC [39] LOG:  shutting down
2023-05-22 09:12:44.133  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 2023-05-22 09:12:43.973 UTC [37] LOG:  database system is shut down
2023-05-22 09:12:44.134  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT:  done
2023-05-22 09:12:44.134  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: server stopped
2023-05-22 09:12:44.134  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.134  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: PostgreSQL init process complete; ready for start up.
2023-05-22 09:12:44.135  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDOUT: 
2023-05-22 09:12:44.135  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.077 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-05-22 09:12:44.135  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.077 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2023-05-22 09:12:44.135  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.077 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-05-22 09:12:44.136  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.096 UTC [52] LOG:  database system was shut down at 2023-05-22 09:12:43 UTC
2023-05-22 09:12:44.136  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.101 UTC [1] LOG:  database system is ready to accept connections
2023-05-22 09:12:44.349  INFO 3084 --- [  prefetching-1] liquibase.database                       : Set default schema name to public
2023-05-22 09:12:44.378  WARN 3084 --- [  prefetching-1] liquibase.util                           : Failed to perform a method call for SnakeYaml because the version of SnakeYaml being used is too old. Consider upgrading to a SnakeYaml version equal to or newer than 1.32, by downloading and installing a newer version of Liquibase (which includes a newer version of SnakeYaml). Loading particularly large JSON and YAML documents (like snapshots) in Liquibase may fail if SnakeYaml is not upgraded.

java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.LoaderOptions.setCodePointLimit(int)'
	at liquibase.util.SnakeYamlUtil.lambda$setCodePointLimitSafely$0(SnakeYamlUtil.java:23) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.util.SnakeYamlUtil.safelyCallNewSnakeYamlMethod(SnakeYamlUtil.java:39) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.util.SnakeYamlUtil.setCodePointLimitSafely(SnakeYamlUtil.java:23) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.parser.core.yaml.YamlParser.createLoaderOptions(YamlParser.java:16) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:26) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:607) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:591) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase$16.run(Liquibase.java:2290) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.lambda$child$0(Scope.java:187) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:196) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:186) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:165) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.runInScope(Liquibase.java:2639) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:2286) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.isUpToDateFastCheck(Liquibase.java:506) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.lambda$update$1(Liquibase.java:237) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.lambda$child$0(Scope.java:187) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:196) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:186) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Scope.child(Scope.java:165) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.runInScope(Liquibase.java:2639) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.update(Liquibase.java:236) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.Liquibase.update(Liquibase.java:221) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:329) ~[liquibase-core-4.20.0.jar:na]
	at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:284) ~[liquibase-core-4.20.0.jar:na]
	at io.zonky.test.db.liquibase.LiquibaseDatabasePreparer.prepare(LiquibaseDatabasePreparer.java:70) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.preparer.CompositeDatabasePreparer.prepare(CompositeDatabasePreparer.java:49) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.postgres.DockerPostgresDatabaseProvider$DatabaseInstance.createDatabase(DockerPostgresDatabaseProvider.java:214) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.postgres.DockerPostgresDatabaseProvider.createDatabase(DockerPostgresDatabaseProvider.java:114) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.postgres.DockerPostgresDatabaseProvider.createTemplate(DockerPostgresDatabaseProvider.java:102) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider.createTemplate(TemplatingDatabaseProvider.java:129) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider.lambda$createTemplateIfPossible$1(TemplatingDatabaseProvider.java:171) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider$TemplateWrapper.loadTemplate(TemplatingDatabaseProvider.java:294) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider$TemplateWrapper.access$200(TemplatingDatabaseProvider.java:224) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider.createTemplateIfPossible(TemplatingDatabaseProvider.java:171) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider.createDatabase(TemplatingDatabaseProvider.java:112) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.TemplatingDatabaseProvider.createDatabase(TemplatingDatabaseProvider.java:104) ~[embedded-database-spring-test-2.2.0.jar:na]
	at io.zonky.test.db.provider.common.PrefetchingDatabaseProvider$PrefetchingTask.lambda$forPreparer$0(PrefetchingDatabaseProvider.java:391) ~[embedded-database-spring-test-2.2.0.jar:na]
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
	at io.zonky.test.db.provider.common.PrefetchingDatabaseProvider$PrefetchingTask.run(PrefetchingDatabaseProvider.java:420) ~[embedded-database-spring-test-2.2.0.jar:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]

2023-05-22 09:12:44.570  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.570 UTC [60] ERROR:  relation "public.databasechangelog" does not exist at character 22
2023-05-22 09:12:44.571  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.570 UTC [60] STATEMENT:  SELECT COUNT(*) FROM public.databasechangelog
2023-05-22 09:12:44.665  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.665 UTC [60] ERROR:  relation "public.databasechangeloglock" does not exist at character 22
2023-05-22 09:12:44.666  INFO 3084 --- [eam--1390591832] z.t.d.p.p.DockerPostgresDatabaseProvider : STDERR: 2023-05-22 09:12:44.665 UTC [60] STATEMENT:  SELECT COUNT(*) FROM public.databasechangeloglock
2023-05-22 09:12:44.682  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.685  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.690  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.693  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.698  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.699  INFO 3084 --- [  prefetching-1] liquibase.lockservice                    : Successfully acquired change log lock
2023-05-22 09:12:44.715  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : Creating database history table with name: public.databasechangelog
2023-05-22 09:12:44.722  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.726  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : Reading from public.databasechangelog
2023-05-22 09:12:44.730  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.732  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
Running Changeset: db/changelog/db.changelog-1-added-customer-table.yaml::1.1::vondacho
2023-05-22 09:12:44.782  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : Table customer created
2023-05-22 09:12:44.786  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : ChangeSet db/changelog/db.changelog-1-added-customer-table.yaml::1.1::vondacho ran successfully in 10ms
2023-05-22 09:12:44.789  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.791  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
Running Changeset: db/changelog/db.changelog-1-added-customer-table.yaml::1.2::vondacho
2023-05-22 09:12:44.797  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : Index idx_customer_id created
2023-05-22 09:12:44.799  INFO 3084 --- [  prefetching-1] liquibase.changelog                      : ChangeSet db/changelog/db.changelog-1-added-customer-table.yaml::1.2::vondacho ran successfully in 5ms
2023-05-22 09:12:44.802  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.804  INFO 3084 --- [  prefetching-1] liquibase                                : Update command completed successfully.
2023-05-22 09:12:44.807  INFO 3084 --- [  prefetching-1] liquibase.executor                       : Changelog query completed.
2023-05-22 09:12:44.808  INFO 3084 --- [  prefetching-1] liquibase.lockservice                    : Successfully released change log lock
2023-05-22 09:12:44.961  INFO 3084 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-05-22 09:12:45.025  INFO 3084 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.15.Final
2023-05-22 09:12:45.170  INFO 3084 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-22 09:12:45.285  INFO 3084 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
2023-05-22 09:12:45.806  INFO 3084 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-22 09:12:45.817  INFO 3084 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-05-22 09:12:46.350  INFO 3084 --- [    Test worker] e.o.b.c.a.jpa.CustomerRepositoryIT       : Started CustomerRepositoryIT in 6.895 seconds (JVM running for 9.719)
2023-05-22 09:12:46.392  INFO 3084 --- [    Test worker] o.s.t.c.transaction.TransactionContext   : Began transaction (1) for test context [DefaultTestContext@1fedf0a4 testClass = CustomerRepositoryIT, testInstance = edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT@665574fb, testMethod = shouldCreateAndFindAndModifyAndRemoveACustomer@CustomerRepositoryIT, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e4c6583 testClass = CustomerRepositoryIT, locations = '{}', classes = '{class edu.obya.blueprint.Application}', contextInitializerClasses = '[]', activeProfiles = '{jpa, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@35e26d05, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@1bb740f2, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ed11a092, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3a2d3909, [ImportsContextCustomizer@2ee48610 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, edu.obya.blueprint.customer.adapter.jpa.CustomerJpaConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4832f03b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@68565bc7, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, io.zonky.test.db.EmbeddedDatabaseContextCustomizerFactory$EmbeddedDatabaseContextCustomizer@4637c061, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@0], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@33319df0]; rollback [true]
2023-05-22 09:12:46.518  INFO 3084 --- [    Test worker] i.z.t.d.l.EmbeddedDatabaseReporter       : JDBC URL to connect to 'dataSource': url='jdbc:postgresql://localhost:32773/yzrvtjrypgxp?user=postgres&password=docker', scope='CustomerRepositoryIT#shouldCreateAndFindAndModifyAndRemoveACustomer'
Hibernate: select jpacustome0_.pk as pk1_0_0_, jpacustome0_.firstname as firstnam2_0_0_, jpacustome0_.lastname as lastname3_0_0_, jpacustome0_.id as id4_0_0_ from customer jpacustome0_ where jpacustome0_.pk=?
Hibernate: insert into customer (firstname, lastname, id, pk) values (?, ?, ?, ?)
Hibernate: select jpacustome0_.pk as pk1_0_, jpacustome0_.firstname as firstnam2_0_, jpacustome0_.lastname as lastname3_0_, jpacustome0_.id as id4_0_ from customer jpacustome0_ where jpacustome0_.id=?
Hibernate: select jpacustome0_.pk as pk1_0_, jpacustome0_.firstname as firstnam2_0_, jpacustome0_.lastname as lastname3_0_, jpacustome0_.id as id4_0_ from customer jpacustome0_ where jpacustome0_.id=?
Hibernate: update customer set firstname=?, lastname=?, id=? where pk=?
Hibernate: select jpacustome0_.pk as pk1_0_, jpacustome0_.firstname as firstnam2_0_, jpacustome0_.lastname as lastname3_0_, jpacustome0_.id as id4_0_ from customer jpacustome0_ where jpacustome0_.id=?
Hibernate: select jpacustome0_.pk as pk1_0_, jpacustome0_.firstname as firstnam2_0_, jpacustome0_.lastname as lastname3_0_, jpacustome0_.id as id4_0_ from customer jpacustome0_ where jpacustome0_.id=?
Hibernate: delete from customer where pk=?
Hibernate: select jpacustome0_.pk as pk1_0_, jpacustome0_.firstname as firstnam2_0_, jpacustome0_.lastname as lastname3_0_, jpacustome0_.id as id4_0_ from customer jpacustome0_ where jpacustome0_.id=?
2023-05-22 09:12:46.682  INFO 3084 --- [    Test worker] o.s.t.c.transaction.TransactionContext   : Rolled back transaction for test: [DefaultTestContext@1fedf0a4 testClass = CustomerRepositoryIT, testInstance = edu.obya.blueprint.customer.adapter.jpa.CustomerRepositoryIT@665574fb, testMethod = shouldCreateAndFindAndModifyAndRemoveACustomer@CustomerRepositoryIT, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e4c6583 testClass = CustomerRepositoryIT, locations = '{}', classes = '{class edu.obya.blueprint.Application}', contextInitializerClasses = '[]', activeProfiles = '{jpa, test}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@35e26d05, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@1bb740f2, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ed11a092, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3a2d3909, [ImportsContextCustomizer@2ee48610 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration, edu.obya.blueprint.customer.adapter.jpa.CustomerJpaConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4832f03b, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@68565bc7, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, io.zonky.test.db.EmbeddedDatabaseContextCustomizerFactory$EmbeddedDatabaseContextCustomizer@4637c061, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@0], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]