· 6 years ago · Nov 16, 2019, 09:20 PM
1➜ java-10 codenation test -c java-10
2Versão: 1.0.13
3
4Usando arquivo de configuração: /Users/disouzaleo/.codenation.yml
5[INFO] Scanning for projects...
6[INFO]
7[INFO] -------------------< com.challenge:spring-data-ddl >--------------------
8[INFO] Building spring-data-ddl 0.0.1-SNAPSHOT
9[INFO] --------------------------------[ jar ]---------------------------------
10[INFO]
11[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-data-ddl ---
12[INFO] Using 'UTF-8' encoding to copy filtered resources.
13[INFO] Copying 1 resource
14[INFO] Copying 0 resource
15[INFO]
16[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ spring-data-ddl ---
17[INFO] Nothing to compile - all classes are up to date
18[INFO]
19[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spring-data-ddl ---
20[INFO] Using 'UTF-8' encoding to copy filtered resources.
21[INFO] Copying 0 resource
22[INFO]
23[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ spring-data-ddl ---
24[INFO] Nothing to compile - all classes are up to date
25[INFO]
26[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ spring-data-ddl ---
27[INFO]
28[INFO] -------------------------------------------------------
29[INFO] T E S T S
30[INFO] -------------------------------------------------------
31[INFO] Running com.challenge.SpringDmlApplicationTests
3218:10:30.208 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.SpringDmlApplicationTests]
3318:10:30.217 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
3418:10:30.251 [main] 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)]
3518:10:30.315 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.SpringDmlApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
3618:10:30.379 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.SpringDmlApplicationTests], using SpringBootContextLoader
3718:10:30.405 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.SpringDmlApplicationTests]: class path resource [com/challenge/SpringDmlApplicationTests-context.xml] does not exist
3818:10:30.415 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.SpringDmlApplicationTests]: class path resource [com/challenge/SpringDmlApplicationTestsContext.groovy] does not exist
3918:10:30.417 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.SpringDmlApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
4018:10:30.421 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.challenge.SpringDmlApplicationTests]: SpringDmlApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
4118:10:30.564 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.challenge.SpringDmlApplicationTests]
4218:10:30.757 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/disouzaleo/codenation/java-10/target/classes/com/challenge/SpringChallengeApplication.class]
4318:10:30.760 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.SpringDmlApplicationTests
4418:10:31.115 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.SpringDmlApplicationTests]: using defaults.
4518:10:31.117 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
4618:10:31.146 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
4718:10:31.182 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74751b3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@741a8937, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@306e95ec, org.springframework.test.context.support.DirtiesContextTestExecutionListener@52af26ee, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6fd83fc1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4f2b503c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@bae7dc0, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@209da20d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@e15b7e8, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1b2abca6, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6392827e]
4818:10:31.187 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.SpringDmlApplicationTests]
4918:10:31.189 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.SpringDmlApplicationTests]
5018:10:31.192 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.SpringDmlApplicationTests]
5118:10:31.192 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.SpringDmlApplicationTests]
5218:10:31.199 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.SpringDmlApplicationTests]
5318:10:31.201 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.SpringDmlApplicationTests]
5418:10:31.211 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@27462a88 testClass = SpringDmlApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@82de64a testClass = SpringDmlApplicationTests, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
5518:10:31.234 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.SpringDmlApplicationTests]
5618:10:31.236 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.SpringDmlApplicationTests]
5718:10:31.252 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@27462a88 testClass = SpringDmlApplicationTests, testInstance = com.challenge.SpringDmlApplicationTests@7d4f9aae, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@82de64a testClass = SpringDmlApplicationTests, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]].
5818:10:31.360 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
59
60 . ____ _ __ _ _
61 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
62( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
63 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
64 ' |____| .__|_| |_|_| |_\__, | / / / /
65 =========|_|==============|___/=/_/_/_/
66 :: Spring Boot :: (v2.1.6.RELEASE)
67
682019-11-16 18:10:37.074 INFO 15112 --- [ main] com.challenge.SpringDmlApplicationTests : Starting SpringDmlApplicationTests on x-wing-startfighter.local with PID 15112 (started by disouzaleo in /Users/disouzaleo/codenation/java-10)
692019-11-16 18:10:37.079 INFO 15112 --- [ main] com.challenge.SpringDmlApplicationTests : No active profile set, falling back to default profiles: default
702019-11-16 18:10:38.271 INFO 15112 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
712019-11-16 18:10:38.466 INFO 15112 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 160ms. Found 6 repository interfaces.
722019-11-16 18:10:39.455 INFO 15112 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
732019-11-16 18:10:39.904 INFO 15112 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
742019-11-16 18:10:40.150 INFO 15112 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
75 name: default
76 ...]
772019-11-16 18:10:40.382 INFO 15112 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
782019-11-16 18:10:40.386 INFO 15112 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
792019-11-16 18:10:40.860 INFO 15112 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
802019-11-16 18:10:41.194 INFO 15112 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
81Hibernate: drop table acceleration if exists
82Hibernate: drop table candidate if exists
83Hibernate: drop table challenge if exists
84Hibernate: drop table company if exists
85Hibernate: drop table submission if exists
86Hibernate: drop table users if exists
87Hibernate: create table acceleration (id bigint generated by default as identity, created_at timestamp, name varchar(255), slug varchar(255), challenge_id bigint, primary key (id))
88Hibernate: create table candidate (created_at timestamp, status integer, user_id bigint not null, company_id bigint not null, acceleration_id bigint not null, primary key (acceleration_id, company_id, user_id))
89Hibernate: create table challenge (id bigint generated by default as identity, created_at timestamp, name varchar(255), slug varchar(255), primary key (id))
90Hibernate: create table company (id bigint generated by default as identity, created_at timestamp, name varchar(255), slug varchar(255), primary key (id))
91Hibernate: create table submission (created_at timestamp, score float, user_id bigint not null, challenge_id bigint not null, primary key (challenge_id, user_id))
92Hibernate: create table users (id bigint generated by default as identity, created_at timestamp, email varchar(255), full_name varchar(255), nickname varchar(255), password varchar(255), primary key (id))
93Hibernate: alter table acceleration add constraint FK6bucejmky2hqhcmj6vexf9tkp foreign key (challenge_id) references challenge
94Hibernate: alter table candidate add constraint FKc23nbdgfce6rnt56ofltvxu71 foreign key (user_id) references users
95Hibernate: alter table candidate add constraint FK5859evebv1forwxno1dj2x73m foreign key (company_id) references company
96Hibernate: alter table candidate add constraint FK9wdl31wkstau7n5wckm5prkdg foreign key (acceleration_id) references acceleration
97Hibernate: alter table submission add constraint FKioe5xddu66v3aktrkyxj4vfx9 foreign key (user_id) references users
98Hibernate: alter table submission add constraint FK5w6mihcq53t1j5x2cmgy640cm foreign key (challenge_id) references challenge
992019-11-16 18:10:42.794 INFO 15112 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@45707f76'
1002019-11-16 18:10:42.807 INFO 15112 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
1012019-11-16 18:10:43.847 INFO 15112 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
1022019-11-16 18:10:44.627 INFO 15112 --- [ main] com.challenge.SpringDmlApplicationTests : Started SpringDmlApplicationTests in 13.259 seconds (JVM running for 15.484)
103[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.083 s - in com.challenge.SpringDmlApplicationTests
104[INFO] Running com.challenge.suite.CompanyServiceTest
1052019-11-16 18:10:44.941 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.CompanyServiceTest], using SpringBootContextLoader
1062019-11-16 18:10:44.942 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.CompanyServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
1072019-11-16 18:10:44.943 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.CompanyServiceTest]: CompanyServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
1082019-11-16 18:10:44.967 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.CompanyServiceTest
1092019-11-16 18:10:44.969 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
1102019-11-16 18:10:44.973 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d05435c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7d80e1b3, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1b732dd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3458dab6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23d060c2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59278072, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@61be6051, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@13c18bba, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@33373f70, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@56f61d74, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@44d84313]
1112019-11-16 18:10:44.996 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@62dc1203, testMethod = whenFindById@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
112Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
1132019-11-16 18:10:45.180 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@62dc1203, testMethod = whenFindById@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1142019-11-16 18:10:45.189 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@39685204, testMethod = whenFindByAccelerationId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
115Hibernate: select distinct company0_.id as id1_3_, company0_.created_at as created_2_3_, company0_.name as name3_3_, company0_.slug as slug4_3_ from company company0_ inner join candidate candidates1_ on company0_.id=candidates1_.company_id where candidates1_.acceleration_id=?
1162019-11-16 18:10:45.274 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@39685204, testMethod = whenFindByAccelerationId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1172019-11-16 18:10:45.284 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@1203d787, testMethod = whenFindByIdThenNotFound@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
118Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
1192019-11-16 18:10:45.322 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@1203d787, testMethod = whenFindByIdThenNotFound@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1202019-11-16 18:10:45.334 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@443dae2, testMethod = whenFindByUserId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
121Hibernate: select distinct company0_.id as id1_3_, company0_.created_at as created_2_3_, company0_.name as name3_3_, company0_.slug as slug4_3_ from company company0_ inner join candidate candidates1_ on company0_.id=candidates1_.company_id where candidates1_.user_id=?
1222019-11-16 18:10:45.386 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@2e4339c1 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@443dae2, testMethod = whenFindByUserId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35d0749 testClass = CompanyServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
123[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in com.challenge.suite.CompanyServiceTest
124[INFO] Running com.challenge.suite.UserServiceTest
1252019-11-16 18:10:45.408 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.UserServiceTest], using SpringBootContextLoader
1262019-11-16 18:10:45.410 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.UserServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
1272019-11-16 18:10:45.412 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.UserServiceTest]: UserServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
1282019-11-16 18:10:45.416 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.UserServiceTest
1292019-11-16 18:10:45.434 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
1302019-11-16 18:10:45.440 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1ed52f44, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@771afdd5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3abadb65, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7131d668, org.springframework.test.context.transaction.TransactionalTestExecutionListener@46a97805, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@667dd150, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@af04f09, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@758d4aa9, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@78e97d4d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7096d451, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7816454d]
1312019-11-16 18:10:45.450 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@6b33892a, testMethod = whenFindByCompanyId@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
132Hibernate: select user0_.id as id1_5_, user0_.created_at as created_2_5_, user0_.email as email3_5_, user0_.full_name as full_nam4_5_, user0_.nickname as nickname5_5_, user0_.password as password6_5_ from users user0_ left outer join candidate candidates1_ on user0_.id=candidates1_.user_id where candidates1_.company_id=?
1332019-11-16 18:10:45.523 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@6b33892a, testMethod = whenFindByCompanyId@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1342019-11-16 18:10:45.529 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@78a165db, testMethod = whenFindById@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
135Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
1362019-11-16 18:10:45.568 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@78a165db, testMethod = whenFindById@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1372019-11-16 18:10:45.573 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@ba87c11, testMethod = whenFindByAccelerationName@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
138Hibernate: select user0_.id as id1_5_, user0_.created_at as created_2_5_, user0_.email as email3_5_, user0_.full_name as full_nam4_5_, user0_.nickname as nickname5_5_, user0_.password as password6_5_ from users user0_ left outer join candidate candidates1_ on user0_.id=candidates1_.user_id cross join acceleration accelerati2_ where candidates1_.acceleration_id=accelerati2_.id and accelerati2_.name=?
1392019-11-16 18:10:45.631 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@ba87c11, testMethod = whenFindByAccelerationName@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1402019-11-16 18:10:45.634 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@7b5c9412, testMethod = whenSave@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
141Hibernate: insert into users (id, created_at, email, full_name, nickname, password) values (null, ?, ?, ?, ?, ?)
1422019-11-16 18:10:45.749 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@335896bd testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@7b5c9412, testMethod = whenSave@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@666b91db testClass = UserServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
143[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in com.challenge.suite.UserServiceTest
144[INFO] Running com.challenge.suite.CandidateServiceTest
1452019-11-16 18:10:45.772 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.CandidateServiceTest], using SpringBootContextLoader
1462019-11-16 18:10:45.775 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.CandidateServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
1472019-11-16 18:10:45.777 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.CandidateServiceTest]: CandidateServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
1482019-11-16 18:10:45.781 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.CandidateServiceTest
1492019-11-16 18:10:45.785 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
1502019-11-16 18:10:45.788 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@bb21063, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6821c63c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@c2f7c63, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4790b897, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5cba890e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3a4cb483, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4d770bcd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@fe156f4, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@79b4cff, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@58ac0823, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2d705998]
1512019-11-16 18:10:45.805 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@35d81657, testMethod = whenFindByCompanyId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
152Hibernate: select candidate0_.acceleration_id as accelera5_1_, candidate0_.company_id as company_4_1_, candidate0_.user_id as user_id3_1_, candidate0_.created_at as created_1_1_, candidate0_.status as status2_1_ from candidate candidate0_ where candidate0_.company_id=?
153Hibernate: select accelerati0_.id as id1_0_0_, accelerati0_.challenge_id as challeng5_0_0_, accelerati0_.created_at as created_2_0_0_, accelerati0_.name as name3_0_0_, accelerati0_.slug as slug4_0_0_, challenge1_.id as id1_2_1_, challenge1_.created_at as created_2_2_1_, challenge1_.name as name3_2_1_, challenge1_.slug as slug4_2_1_ from acceleration accelerati0_ left outer join challenge challenge1_ on accelerati0_.challenge_id=challenge1_.id where accelerati0_.id=?
154Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
155Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
156Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
157Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
1582019-11-16 18:10:45.870 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@35d81657, testMethod = whenFindByCompanyId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1592019-11-16 18:10:45.878 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7b10472e, testMethod = whenFindById@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
160Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
161Hibernate: select accelerati0_.id as id1_0_0_, accelerati0_.challenge_id as challeng5_0_0_, accelerati0_.created_at as created_2_0_0_, accelerati0_.name as name3_0_0_, accelerati0_.slug as slug4_0_0_, challenge1_.id as id1_2_1_, challenge1_.created_at as created_2_2_1_, challenge1_.name as name3_2_1_, challenge1_.slug as slug4_2_1_ from acceleration accelerati0_ left outer join challenge challenge1_ on accelerati0_.challenge_id=challenge1_.id where accelerati0_.id=?
162Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
163Hibernate: select candidate0_.acceleration_id as accelera5_1_0_, candidate0_.company_id as company_4_1_0_, candidate0_.user_id as user_id3_1_0_, candidate0_.created_at as created_1_1_0_, candidate0_.status as status2_1_0_ from candidate candidate0_ where candidate0_.acceleration_id=? and candidate0_.company_id=? and candidate0_.user_id=?
1642019-11-16 18:10:45.945 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7b10472e, testMethod = whenFindById@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1652019-11-16 18:10:45.958 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@1e6bd367, testMethod = whenFindByAccelerationId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
166Hibernate: select candidate0_.acceleration_id as accelera5_1_, candidate0_.company_id as company_4_1_, candidate0_.user_id as user_id3_1_, candidate0_.created_at as created_1_1_, candidate0_.status as status2_1_ from candidate candidate0_ where candidate0_.acceleration_id=?
167Hibernate: select accelerati0_.id as id1_0_0_, accelerati0_.challenge_id as challeng5_0_0_, accelerati0_.created_at as created_2_0_0_, accelerati0_.name as name3_0_0_, accelerati0_.slug as slug4_0_0_, challenge1_.id as id1_2_1_, challenge1_.created_at as created_2_2_1_, challenge1_.name as name3_2_1_, challenge1_.slug as slug4_2_1_ from acceleration accelerati0_ left outer join challenge challenge1_ on accelerati0_.challenge_id=challenge1_.id where accelerati0_.id=?
168Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
169Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
170Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
171Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
1722019-11-16 18:10:45.998 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@1e6bd367, testMethod = whenFindByAccelerationId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
1732019-11-16 18:10:46.000 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@2d0778d0, testMethod = whenFindByIdThenNotFound@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
174Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
175Hibernate: select accelerati0_.id as id1_0_0_, accelerati0_.challenge_id as challeng5_0_0_, accelerati0_.created_at as created_2_0_0_, accelerati0_.name as name3_0_0_, accelerati0_.slug as slug4_0_0_, challenge1_.id as id1_2_1_, challenge1_.created_at as created_2_2_1_, challenge1_.name as name3_2_1_, challenge1_.slug as slug4_2_1_ from acceleration accelerati0_ left outer join challenge challenge1_ on accelerati0_.challenge_id=challenge1_.id where accelerati0_.id=?
176Hibernate: select company0_.id as id1_3_0_, company0_.created_at as created_2_3_0_, company0_.name as name3_3_0_, company0_.slug as slug4_3_0_ from company company0_ where company0_.id=?
177Hibernate: select candidate0_.acceleration_id as accelera5_1_0_, candidate0_.company_id as company_4_1_0_, candidate0_.user_id as user_id3_1_0_, candidate0_.created_at as created_1_1_0_, candidate0_.status as status2_1_0_ from candidate candidate0_ where candidate0_.acceleration_id=? and candidate0_.company_id=? and candidate0_.user_id=?
1782019-11-16 18:10:46.037 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55317c63 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@2d0778d0, testMethod = whenFindByIdThenNotFound@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42ef5216 testClass = CandidateServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
179[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in com.challenge.suite.CandidateServiceTest
180[INFO] Running com.challenge.suite.ChallengeServiceTest
1812019-11-16 18:10:46.052 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.ChallengeServiceTest], using SpringBootContextLoader
1822019-11-16 18:10:46.053 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.ChallengeServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
1832019-11-16 18:10:46.053 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.ChallengeServiceTest]: ChallengeServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
1842019-11-16 18:10:46.055 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.ChallengeServiceTest
1852019-11-16 18:10:46.057 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
1862019-11-16 18:10:46.058 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@43719e98, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@49353d43, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@57e57dc5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5bba9949, org.springframework.test.context.transaction.TransactionalTestExecutionListener@147059f8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@744fb110, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@838e109, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7474196, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@11ee671f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@18209303, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@57df09a7]
1872019-11-16 18:10:46.076 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@14b9df65 testClass = ChallengeServiceTest, testInstance = com.challenge.suite.ChallengeServiceTest@3b046e64, testMethod = whenFindByAccelerationIdAndUserId@ChallengeServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1c43e84e testClass = ChallengeServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
188Hibernate: select distinct challenge0_.id as id1_2_, challenge0_.created_at as created_2_2_, challenge0_.name as name3_2_, challenge0_.slug as slug4_2_ from challenge challenge0_ inner join acceleration accelerati1_ on challenge0_.id=accelerati1_.challenge_id inner join submission submission2_ on challenge0_.id=submission2_.challenge_id where submission2_.user_id=? and accelerati1_.id=?
1892019-11-16 18:10:46.092 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@14b9df65 testClass = ChallengeServiceTest, testInstance = com.challenge.suite.ChallengeServiceTest@3b046e64, testMethod = whenFindByAccelerationIdAndUserId@ChallengeServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1c43e84e testClass = ChallengeServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
190[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in com.challenge.suite.ChallengeServiceTest
191[INFO] Running com.challenge.suite.AccelerationServiceTest
1922019-11-16 18:10:46.120 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.AccelerationServiceTest], using SpringBootContextLoader
1932019-11-16 18:10:46.129 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.AccelerationServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
1942019-11-16 18:10:46.138 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.AccelerationServiceTest]: AccelerationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
1952019-11-16 18:10:46.141 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.AccelerationServiceTest
1962019-11-16 18:10:46.143 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
1972019-11-16 18:10:46.146 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@62ee1c89, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2ab7f649, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@52a74328, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3093b9ff, org.springframework.test.context.transaction.TransactionalTestExecutionListener@220be130, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@379b4e86, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5f4df55e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@72bce309, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@f439e0f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@62410e1f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5296f00c]
1982019-11-16 18:10:46.152 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@5487a8f1 testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@3e5c7588, testMethod = whenFindByCompanyId@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b2ff4df testClass = AccelerationServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
199Hibernate: select accelerati0_.id as id1_0_, accelerati0_.challenge_id as challeng5_0_, accelerati0_.created_at as created_2_0_, accelerati0_.name as name3_0_, accelerati0_.slug as slug4_0_ from acceleration accelerati0_ inner join candidate candidates1_ on accelerati0_.id=candidates1_.acceleration_id where candidates1_.company_id=?
200Hibernate: select challenge0_.id as id1_2_0_, challenge0_.created_at as created_2_2_0_, challenge0_.name as name3_2_0_, challenge0_.slug as slug4_2_0_ from challenge challenge0_ where challenge0_.id=?
2012019-11-16 18:10:46.180 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@5487a8f1 testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@3e5c7588, testMethod = whenFindByCompanyId@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b2ff4df testClass = AccelerationServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2022019-11-16 18:10:46.196 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@5487a8f1 testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@c29b0dc, testMethod = whenFindById@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b2ff4df testClass = AccelerationServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
203Hibernate: select accelerati0_.id as id1_0_0_, accelerati0_.challenge_id as challeng5_0_0_, accelerati0_.created_at as created_2_0_0_, accelerati0_.name as name3_0_0_, accelerati0_.slug as slug4_0_0_, challenge1_.id as id1_2_1_, challenge1_.created_at as created_2_2_1_, challenge1_.name as name3_2_1_, challenge1_.slug as slug4_2_1_ from acceleration accelerati0_ left outer join challenge challenge1_ on accelerati0_.challenge_id=challenge1_.id where accelerati0_.id=?
2042019-11-16 18:10:46.229 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@5487a8f1 testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@c29b0dc, testMethod = whenFindById@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b2ff4df testClass = AccelerationServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
205[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in com.challenge.suite.AccelerationServiceTest
206[INFO] Running com.challenge.suite.SubmissionServiceTest
2072019-11-16 18:10:46.247 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.SubmissionServiceTest], using SpringBootContextLoader
2082019-11-16 18:10:46.250 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.suite.SubmissionServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2092019-11-16 18:10:46.253 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.suite.SubmissionServiceTest]: SubmissionServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2102019-11-16 18:10:46.257 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.SubmissionServiceTest
2112019-11-16 18:10:46.260 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2122019-11-16 18:10:46.261 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cc97e47, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@74a03bd5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@87fc0fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@671f545b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c335b9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@75c8d8e7, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3c68e82, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1e66bf2d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7112fa5, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@342dc040, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3a8ead9]
2132019-11-16 18:10:46.272 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@28c7fd9d, testMethod = whenFindByChallengeIdAndAccelerationId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
214Hibernate: select distinct submission0_.challenge_id as challeng4_4_, submission0_.user_id as user_id3_4_, submission0_.created_at as created_1_4_, submission0_.score as score2_4_ from submission submission0_ inner join challenge challenge1_ on submission0_.challenge_id=challenge1_.id inner join acceleration accelerati2_ on challenge1_.id=accelerati2_.challenge_id where challenge1_.id=? and accelerati2_.id=?
215Hibernate: select challenge0_.id as id1_2_0_, challenge0_.created_at as created_2_2_0_, challenge0_.name as name3_2_0_, challenge0_.slug as slug4_2_0_ from challenge challenge0_ where challenge0_.id=?
216Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
217Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
218Hibernate: select user0_.id as id1_5_0_, user0_.created_at as created_2_5_0_, user0_.email as email3_5_0_, user0_.full_name as full_nam4_5_0_, user0_.nickname as nickname5_5_0_, user0_.password as password6_5_0_ from users user0_ where user0_.id=?
2192019-11-16 18:10:46.331 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@28c7fd9d, testMethod = whenFindByChallengeIdAndAccelerationId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2202019-11-16 18:10:46.342 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@366b4a7b, testMethod = whenFindHigherScoreByChallengeIdReturnNotFound@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
221Hibernate: select coalesce(max(submission0_.score), 0) as col_0_0_ from submission submission0_ inner join challenge challenge1_ on submission0_.challenge_id=challenge1_.id where challenge1_.id=?
2222019-11-16 18:10:46.394 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@366b4a7b, testMethod = whenFindHigherScoreByChallengeIdReturnNotFound@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2232019-11-16 18:10:46.399 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@30333941, testMethod = whenFindHigherScoreByChallengeId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4990b335]; rollback [true]
224Hibernate: select coalesce(max(submission0_.score), 0) as col_0_0_ from submission submission0_ inner join challenge challenge1_ on submission0_.challenge_id=challenge1_.id where challenge1_.id=?
2252019-11-16 18:10:46.415 INFO 15112 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@55e4dd68 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@30333941, testMethod = whenFindHigherScoreByChallengeId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a63ff31 testClass = SubmissionServiceTest, locations = '{}', classes = '{class com.challenge.SpringChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@501edcf1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@27c86f2d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@2805c96b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@15b204a1], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
226[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in com.challenge.suite.SubmissionServiceTest
227[INFO] Running com.challenge.SpringChallengeApplicationTests
2282019-11-16 18:10:46.416 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.SpringChallengeApplicationTests], using SpringBootContextLoader
2292019-11-16 18:10:46.419 INFO 15112 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [com.challenge.SpringChallengeApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2302019-11-16 18:10:46.420 INFO 15112 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.challenge.SpringChallengeApplicationTests]: SpringChallengeApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2312019-11-16 18:10:46.423 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.SpringChallengeApplicationTests
2322019-11-16 18:10:46.427 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2332019-11-16 18:10:46.429 INFO 15112 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6be80629, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@20a4cba7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@10f10230, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3dec769, org.springframework.test.context.transaction.TransactionalTestExecutionListener@282c5075, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ed35f24, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@362b384c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@433b546f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@9de1b85, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3d405fe5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@52c6e959]
234[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.challenge.SpringChallengeApplicationTests
2352019-11-16 18:10:46.483 INFO 15112 --- [ Thread-1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2362019-11-16 18:10:46.485 INFO 15112 --- [ Thread-1] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
237Hibernate: drop table acceleration if exists
238Hibernate: drop table candidate if exists
239Hibernate: drop table challenge if exists
240Hibernate: drop table company if exists
241Hibernate: drop table submission if exists
242Hibernate: drop table users if exists
2432019-11-16 18:10:46.513 INFO 15112 --- [ Thread-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2442019-11-16 18:10:46.519 INFO 15112 --- [ Thread-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
245[INFO]
246[INFO] Results:
247[INFO]
248[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
249[INFO]
250[INFO] ------------------------------------------------------------------------
251[INFO] BUILD SUCCESS
252[INFO] ------------------------------------------------------------------------
253[INFO] Total time: 21.669 s
254[INFO] Finished at: 2019-11-16T18:10:46-03:00
255[INFO] ------------------------------------------------------------------------
256
257Parabéns! Você já pode começar a resolver o desafio. Boa sorte!