· 6 years ago · Nov 14, 2019, 10:48 PM
1Usando arquivo de configuração: /Users/daniel/.codenation.yml
2
3Executando testes...
4
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 1 resource
22[INFO]
23[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ spring-data-ddl ---
24[INFO] Changes detected - recompiling the module!
25[INFO] Compiling 10 source files to /Users/daniel/codenation/java-10/target/test-classes
26[INFO]
27[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ spring-data-ddl ---
28[INFO]
29[INFO] -------------------------------------------------------
30[INFO] T E S T S
31[INFO] -------------------------------------------------------
32[INFO] Running com.challenge.suite.ChallengeTestSuite
3320:37:18.549 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.AccelerationServiceTest]
3420:37:18.559 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
3520:37:18.568 [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)]
3620:37:18.590 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.AccelerationServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
3720:37:18.604 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.AccelerationServiceTest], using SpringBootContextLoader
3820:37:18.611 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.AccelerationServiceTest]: class path resource [com/challenge/suite/AccelerationServiceTest-context.xml] does not exist
3920:37:18.611 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.AccelerationServiceTest]: class path resource [com/challenge/suite/AccelerationServiceTestContext.groovy] does not exist
4020:37:18.611 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.AccelerationServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
4120:37:18.612 [main] INFO org.springframework.test.context.support.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.
4220:37:18.680 [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.suite.AccelerationServiceTest]
4320:37:18.802 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/daniel/codenation/java-10/target/classes/com/challenge/SpringChallengeApplication.class]
4420:37:18.803 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.AccelerationServiceTest
4520:37:18.911 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.AccelerationServiceTest]: using defaults.
4620:37:18.912 [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]
4720:37:18.924 [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]
4820:37:18.938 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@42e99e4a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@14dd9eb7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@52e6fdee, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6c80d78a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@62150f9e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a451d4d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7fa98a66, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@15ff3e9e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5fdcaa40, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6dc17b83, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5e0826e7]
4920:37:18.942 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.CandidateServiceTest]
5020:37:18.943 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
5120:37:18.943 [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)]
5220:37:18.944 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.CandidateServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
5320:37:18.945 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.CandidateServiceTest], using SpringBootContextLoader
5420:37:18.946 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.CandidateServiceTest]: class path resource [com/challenge/suite/CandidateServiceTest-context.xml] does not exist
5520:37:18.946 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.CandidateServiceTest]: class path resource [com/challenge/suite/CandidateServiceTestContext.groovy] does not exist
5620:37:18.947 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.CandidateServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
5720:37:18.947 [main] INFO org.springframework.test.context.support.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.
5820:37:18.951 [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.suite.CandidateServiceTest]
5920:37:18.952 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.CandidateServiceTest
6020:37:18.955 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.CandidateServiceTest]: using defaults.
6120:37:18.955 [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]
6220:37:18.957 [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]
6320:37:18.957 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@158da8e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@74e52303, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@47af7f3d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7c729a55, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3bb9a3ff, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@661972b0, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5af3afd9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@323b36e0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@44ebcd03, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@694abbdc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2e005c4b]
6420:37:18.959 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.ChallengeServiceTest]
6520:37:18.959 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
6620:37:18.959 [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)]
6720:37:18.960 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.ChallengeServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
6820:37:18.961 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.ChallengeServiceTest], using SpringBootContextLoader
6920:37:18.961 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.ChallengeServiceTest]: class path resource [com/challenge/suite/ChallengeServiceTest-context.xml] does not exist
7020:37:18.964 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.ChallengeServiceTest]: class path resource [com/challenge/suite/ChallengeServiceTestContext.groovy] does not exist
7120:37:18.964 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.ChallengeServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
7220:37:18.964 [main] INFO org.springframework.test.context.support.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.
7320:37:18.969 [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.suite.ChallengeServiceTest]
7420:37:18.970 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.ChallengeServiceTest
7520:37:18.973 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.ChallengeServiceTest]: using defaults.
7620:37:18.974 [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]
7720:37:18.976 [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]
7820:37:18.977 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6356695f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4f18837a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@359f7cdf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1fa268de, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f6ee6e4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4466af20, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@a514af7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6b927fb, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3e58a80e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4fb61f4a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4fb0f2b9]
7920:37:18.979 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.CompanyServiceTest]
8020:37:18.979 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
8120:37:18.979 [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)]
8220:37:18.980 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.CompanyServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
8320:37:18.981 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.CompanyServiceTest], using SpringBootContextLoader
8420:37:18.981 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.CompanyServiceTest]: class path resource [com/challenge/suite/CompanyServiceTest-context.xml] does not exist
8520:37:18.982 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.CompanyServiceTest]: class path resource [com/challenge/suite/CompanyServiceTestContext.groovy] does not exist
8620:37:18.982 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.CompanyServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
8720:37:18.982 [main] INFO org.springframework.test.context.support.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.
8820:37:18.987 [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.suite.CompanyServiceTest]
8920:37:18.989 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.CompanyServiceTest
9020:37:18.994 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.CompanyServiceTest]: using defaults.
9120:37:18.994 [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]
9220:37:18.996 [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]
9320:37:18.996 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6379eb, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@294425a7, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@67d48005, org.springframework.test.context.support.DirtiesContextTestExecutionListener@9f116cc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@12468a38, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1aa7ecca, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@59309333, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5876a9af, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7ec7ffd3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5b239d7d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6572421]
9420:37:19.000 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.SubmissionServiceTest]
9520:37:19.000 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
9620:37:19.000 [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)]
9720:37:19.001 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.SubmissionServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
9820:37:19.002 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.SubmissionServiceTest], using SpringBootContextLoader
9920:37:19.002 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.SubmissionServiceTest]: class path resource [com/challenge/suite/SubmissionServiceTest-context.xml] does not exist
10020:37:19.003 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.SubmissionServiceTest]: class path resource [com/challenge/suite/SubmissionServiceTestContext.groovy] does not exist
10120:37:19.003 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.SubmissionServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
10220:37:19.003 [main] INFO org.springframework.test.context.support.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.
10320:37:19.006 [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.suite.SubmissionServiceTest]
10420:37:19.007 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.SubmissionServiceTest
10520:37:19.020 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.SubmissionServiceTest]: using defaults.
10620:37:19.021 [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]
10720:37:19.022 [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]
10820:37:19.023 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d763516, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@52bf72b5, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@37afeb11, org.springframework.test.context.support.DirtiesContextTestExecutionListener@515aebb0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@dd8ba08, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@245b4bdc, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6c64cb25, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6ae5aa72, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@222545dc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5c5eefef, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@16293aa2]
10920:37:19.027 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.challenge.suite.UserServiceTest]
11020:37:19.027 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
11120:37:19.027 [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)]
11220:37:19.028 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.challenge.suite.UserServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
11320:37:19.028 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.challenge.suite.UserServiceTest], using SpringBootContextLoader
11420:37:19.029 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.UserServiceTest]: class path resource [com/challenge/suite/UserServiceTest-context.xml] does not exist
11520:37:19.030 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.challenge.suite.UserServiceTest]: class path resource [com/challenge/suite/UserServiceTestContext.groovy] does not exist
11620:37:19.030 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.challenge.suite.UserServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
11720:37:19.030 [main] INFO org.springframework.test.context.support.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.
11820:37:19.034 [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.suite.UserServiceTest]
11920:37:19.035 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.challenge.SpringChallengeApplication for test class com.challenge.suite.UserServiceTest
12020:37:19.039 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.challenge.suite.UserServiceTest]: using defaults.
12120:37:19.039 [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]
12220:37:19.041 [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]
12320:37:19.041 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@399f45b1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@38c6f217, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@478190fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79e2c065, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a93b025, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@35cabb2a, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7e07db1f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1189dd52, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@36bc55de, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@564fabc8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@16d04d3d]
12420:37:19.045 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.AccelerationServiceTest]
12520:37:19.045 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.AccelerationServiceTest]
12620:37:19.048 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.CandidateServiceTest]
12720:37:19.049 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.CandidateServiceTest]
12820:37:19.052 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.ChallengeServiceTest]
12920:37:19.053 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.ChallengeServiceTest]
13020:37:19.056 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.CompanyServiceTest]
13120:37:19.057 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.CompanyServiceTest]
13220:37:19.059 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.SubmissionServiceTest]
13320:37:19.060 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.SubmissionServiceTest]
13420:37:19.061 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.UserServiceTest]
13520:37:19.062 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.UserServiceTest]
13620:37:19.068 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.AccelerationServiceTest]
13720:37:19.068 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.AccelerationServiceTest]
13820:37:19.068 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.CandidateServiceTest]
13920:37:19.069 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.CandidateServiceTest]
14020:37:19.069 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.ChallengeServiceTest]
14120:37:19.069 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.ChallengeServiceTest]
14220:37:19.070 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.CompanyServiceTest]
14320:37:19.072 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.CompanyServiceTest]
14420:37:19.073 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.SubmissionServiceTest]
14520:37:19.073 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.SubmissionServiceTest]
14620:37:19.073 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.UserServiceTest]
14720:37:19.073 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.UserServiceTest]
14820:37:19.075 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.AccelerationServiceTest]
14920:37:19.075 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.AccelerationServiceTest]
15020:37:19.075 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.AccelerationServiceTest]
15120:37:19.075 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.AccelerationServiceTest]
15220:37:19.082 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
15320:37:19.082 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.challenge.suite.AccelerationServiceTest]
15420:37:19.082 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.challenge.suite.AccelerationServiceTest]
15520:37:19.090 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@145f66e3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]].
15620:37:19.115 [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}
157
158 . ____ _ __ _ _
159 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
160( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
161 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
162 ' |____| .__|_| |_|_| |_\__, | / / / /
163 =========|_|==============|___/=/_/_/_/
164 :: Spring Boot :: (v2.1.6.RELEASE)
165
1662019-11-14 20:37:34.379 INFO 6680 --- [ main] c.c.suite.AccelerationServiceTest : Starting AccelerationServiceTest on MacBook-Pro-de-Daniel.local with PID 6680 (started by daniel in /Users/daniel/codenation/java-10)
1672019-11-14 20:37:34.381 INFO 6680 --- [ main] c.c.suite.AccelerationServiceTest : No active profile set, falling back to default profiles: default
1682019-11-14 20:37:34.840 INFO 6680 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
1692019-11-14 20:37:34.979 INFO 6680 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 127ms. Found 6 repository interfaces.
1702019-11-14 20:37:35.633 INFO 6680 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
1712019-11-14 20:37:35.842 INFO 6680 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
1722019-11-14 20:37:35.969 INFO 6680 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
173 name: default
174 ...]
1752019-11-14 20:37:36.059 INFO 6680 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
1762019-11-14 20:37:36.061 INFO 6680 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
1772019-11-14 20:37:36.249 INFO 6680 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
1782019-11-14 20:37:36.425 INFO 6680 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
179Hibernate: drop table acceleration if exists
180Hibernate: drop table candidate if exists
181Hibernate: drop table challenge if exists
182Hibernate: drop table company if exists
183Hibernate: drop table submission if exists
184Hibernate: drop table users if exists
185Hibernate: 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))
186Hibernate: 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))
187Hibernate: create table challenge (id bigint generated by default as identity, created_at timestamp, name varchar(255), slug varchar(255), primary key (id))
188Hibernate: create table company (id bigint generated by default as identity, created_at timestamp, name varchar(255), slug varchar(255), primary key (id))
189Hibernate: create table submission (created_at timestamp, score float, user_id bigint not null, challenge_id bigint not null, primary key (challenge_id, user_id))
190Hibernate: 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))
191Hibernate: alter table acceleration add constraint FK6bucejmky2hqhcmj6vexf9tkp foreign key (challenge_id) references challenge
192Hibernate: alter table candidate add constraint FKc23nbdgfce6rnt56ofltvxu71 foreign key (user_id) references users
193Hibernate: alter table candidate add constraint FK5859evebv1forwxno1dj2x73m foreign key (company_id) references company
194Hibernate: alter table candidate add constraint FK9wdl31wkstau7n5wckm5prkdg foreign key (acceleration_id) references acceleration
195Hibernate: alter table submission add constraint FKioe5xddu66v3aktrkyxj4vfx9 foreign key (user_id) references users
196Hibernate: alter table submission add constraint FK5w6mihcq53t1j5x2cmgy640cm foreign key (challenge_id) references challenge
1972019-11-14 20:37:37.426 INFO 6680 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@681c0ae6'
1982019-11-14 20:37:37.430 INFO 6680 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
1992019-11-14 20:37:38.002 INFO 6680 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2002019-11-14 20:37:38.560 INFO 6680 --- [ main] c.c.suite.AccelerationServiceTest : Started AccelerationServiceTest in 19.442 seconds (JVM running for 20.444)
2012019-11-14 20:37:38.581 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@145f66e3, testMethod = whenFindByCompanyId@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
202Hibernate: select acceleration.* from acceleration join candidate on acceleration.id = candidate.acceleration_id
203join company on candidate.company_id = company.id
204where company.id = ?
205Hibernate: 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=?
2062019-11-14 20:37:38.784 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@145f66e3, testMethod = whenFindByCompanyId@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2072019-11-14 20:37:38.788 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@6704df84, testMethod = whenFindById@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
208Hibernate: 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=?
2092019-11-14 20:37:38.816 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1bd4fdd testClass = AccelerationServiceTest, testInstance = com.challenge.suite.AccelerationServiceTest@6704df84, testMethod = whenFindById@AccelerationServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@55183b20 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2102019-11-14 20:37:38.823 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7d8b66d9, testMethod = whenFindByCompanyId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
211Hibernate: select * from candidate where company_id = ?
212Hibernate: 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=?
213Hibernate: 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=?
214Hibernate: 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=?
215Hibernate: 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=?
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=?
2172019-11-14 20:37:38.851 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7d8b66d9, testMethod = whenFindByCompanyId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2182019-11-14 20:37:38.854 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@49ced9c7, testMethod = whenFindById@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
219Hibernate: 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=?
220Hibernate: 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=?
221Hibernate: 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=?
222Hibernate: 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=?
2232019-11-14 20:37:38.893 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@49ced9c7, testMethod = whenFindById@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2242019-11-14 20:37:38.896 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7c2b6acb, testMethod = whenFindByAccelerationId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
225Hibernate: select * from candidate where acceleration_id = ?
226Hibernate: 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=?
227Hibernate: 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=?
228Hibernate: 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=?
229Hibernate: 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=?
230Hibernate: 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=?
2312019-11-14 20:37:38.924 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7c2b6acb, testMethod = whenFindByAccelerationId@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2322019-11-14 20:37:38.927 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7606bd03, testMethod = whenFindByIdThenNotFound@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
233Hibernate: 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=?
234Hibernate: 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=?
235Hibernate: 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=?
236Hibernate: 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=?
2372019-11-14 20:37:38.949 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@17134190 testClass = CandidateServiceTest, testInstance = com.challenge.suite.CandidateServiceTest@7606bd03, testMethod = whenFindByIdThenNotFound@CandidateServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5599b5bb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2382019-11-14 20:37:38.955 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@34fcd292 testClass = ChallengeServiceTest, testInstance = com.challenge.suite.ChallengeServiceTest@63db743d, testMethod = whenFindByAccelerationIdAndUserId@ChallengeServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@496cedbb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
239Hibernate: 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 candidate candidates2_ on accelerati1_.id=candidates2_.acceleration_id inner join users user3_ on candidates2_.user_id=user3_.id where user3_.id=? and accelerati1_.id=?
2402019-11-14 20:37:38.978 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@34fcd292 testClass = ChallengeServiceTest, testInstance = com.challenge.suite.ChallengeServiceTest@63db743d, testMethod = whenFindByAccelerationIdAndUserId@ChallengeServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@496cedbb 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2412019-11-14 20:37:38.987 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@6b3d9c38, testMethod = whenFindById@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
242Hibernate: 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=?
2432019-11-14 20:37:39.006 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@6b3d9c38, testMethod = whenFindById@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2442019-11-14 20:37:39.009 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@6c5747db, testMethod = whenFindByAccelerationId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
245Hibernate: select cp.* from company cp
246join candidate c on cp.id = c.company_id
247join acceleration a on c.acceleration_id = a.id where a.id = ?
2482019-11-14 20:37:39.029 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@6c5747db, testMethod = whenFindByAccelerationId@CompanyServiceTest, testException = java.lang.AssertionError:
249Expected: a collection with size <1>
250 but: collection size was <3>, mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2512019-11-14 20:37:39.037 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@4052913c, testMethod = whenFindByIdThenNotFound@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
252Hibernate: 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=?
2532019-11-14 20:37:39.051 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@4052913c, testMethod = whenFindByIdThenNotFound@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2542019-11-14 20:37:39.054 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@5dfd31f4, testMethod = whenFindByUserId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
255Hibernate: select cp.* from company cp
256join candidate c on cp.id = c.company_id
257join users u on c.user_id = u.id where u.id = ?
2582019-11-14 20:37:39.071 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@56da96b3 testClass = CompanyServiceTest, testInstance = com.challenge.suite.CompanyServiceTest@5dfd31f4, testMethod = whenFindByUserId@CompanyServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@426710f0 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2592019-11-14 20:37:39.076 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@655203e3, testMethod = whenFindByChallengeIdAndAccelerationId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
260Hibernate: select 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 accelerati2_.id=? and challenge1_.id=?
261Hibernate: 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=?
262Hibernate: 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=?
263Hibernate: 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=?
264Hibernate: 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=?
2652019-11-14 20:37:39.109 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@655203e3, testMethod = whenFindByChallengeIdAndAccelerationId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2662019-11-14 20:37:39.112 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@7103745, testMethod = whenFindHigherScoreByChallengeIdReturnNotFound@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
267Hibernate: select max(submission0_.score) as col_0_0_ from submission submission0_ inner join challenge challenge1_ on submission0_.challenge_id=challenge1_.id where challenge1_.id=?
2682019-11-14 20:37:39.134 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@7103745, testMethod = whenFindHigherScoreByChallengeIdReturnNotFound@SubmissionServiceTest, testException = java.lang.AssertionError:
269Expected: a value equal to <0>
270 but: was null, mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2712019-11-14 20:37:39.137 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@36dafa24, testMethod = whenFindHigherScoreByChallengeId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
272Hibernate: select max(submission0_.score) as col_0_0_ from submission submission0_ inner join challenge challenge1_ on submission0_.challenge_id=challenge1_.id where challenge1_.id=?
2732019-11-14 20:37:39.153 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@6df791a4 testClass = SubmissionServiceTest, testInstance = com.challenge.suite.SubmissionServiceTest@36dafa24, testMethod = whenFindHigherScoreByChallengeId@SubmissionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@305552d6 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2742019-11-14 20:37:39.159 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@6684f7f2, testMethod = whenFindByCompanyId@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
275Hibernate: select u.* from users u
276join candidate c on u.id = c.user_id
277join company cp on c.company_id = cp.id
278where cp.id = ?
2792019-11-14 20:37:39.175 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@6684f7f2, testMethod = whenFindByCompanyId@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2802019-11-14 20:37:39.179 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@1187dc82, testMethod = whenFindById@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
281Hibernate: 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=?
2822019-11-14 20:37:39.195 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@1187dc82, testMethod = whenFindById@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2832019-11-14 20:37:39.198 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@aca2fc3, testMethod = whenFindByAccelerationName@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
284Hibernate: select u.* from users u
285join candidate c on u.id = c.user_id
286join acceleration a on c.acceleration_id = a.id
287where a.name = ?
2882019-11-14 20:37:39.216 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@aca2fc3, testMethod = whenFindByAccelerationName@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2892019-11-14 20:37:39.218 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@62b0bf85, testMethod = whenSave@UserServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1282e98]; rollback [true]
290Hibernate: insert into users (id, created_at, email, full_name, nickname, password) values (null, ?, ?, ?, ?, ?)
2912019-11-14 20:37:39.251 INFO 6680 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@1ac0cdb0 testClass = UserServiceTest, testInstance = com.challenge.suite.UserServiceTest@62b0bf85, testMethod = whenSave@UserServiceTest, testException = java.lang.AssertionError:
292Expected: not null
293 but: was null, mergedContextConfiguration = [MergedContextConfiguration@1682e6a 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@34c4973, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@76b0bfab, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1a1d6a08, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@cb51256], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
294[ERROR] Tests run: 18, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 20.867 s <<< FAILURE! - in com.challenge.suite.ChallengeTestSuite
295[ERROR] whenFindByAccelerationId(com.challenge.suite.CompanyServiceTest) Time elapsed: 0.025 s <<< FAILURE!
296java.lang.AssertionError:
297
298Expected: a collection with size <1>
299 but: collection size was <3>
300 at com.challenge.suite.CompanyServiceTest.whenFindByAccelerationId(CompanyServiceTest.java:52)
301
302[ERROR] whenFindHigherScoreByChallengeIdReturnNotFound(com.challenge.suite.SubmissionServiceTest) Time elapsed: 0.025 s <<< FAILURE!
303java.lang.AssertionError:
304
305Expected: a value equal to <0>
306 but: was null
307 at com.challenge.suite.SubmissionServiceTest.whenFindHigherScoreByChallengeIdReturnNotFound(SubmissionServiceTest.java:42)
308
309[ERROR] whenSave(com.challenge.suite.UserServiceTest) Time elapsed: 0.035 s <<< FAILURE!
310java.lang.AssertionError:
311
312Expected: not null
313 but: was null
314 at com.challenge.suite.UserServiceTest.assertUser(UserServiceTest.java:76)
315 at com.challenge.suite.UserServiceTest.whenSave(UserServiceTest.java:42)
316
3172019-11-14 20:37:39.308 INFO 6680 --- [ Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
3182019-11-14 20:37:39.309 INFO 6680 --- [ Thread-2] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
319Hibernate: drop table acceleration if exists
320Hibernate: drop table candidate if exists
321Hibernate: drop table challenge if exists
322Hibernate: drop table company if exists
323Hibernate: drop table submission if exists
324Hibernate: drop table users if exists
3252019-11-14 20:37:39.322 INFO 6680 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
3262019-11-14 20:37:39.326 INFO 6680 --- [ Thread-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
327[INFO]
328[INFO] Results:
329[INFO]
330[ERROR] Failures:
331[ERROR] CompanyServiceTest.whenFindByAccelerationId:52
332Expected: a collection with size <1>
333 but: collection size was <3>
334[ERROR] SubmissionServiceTest.whenFindHigherScoreByChallengeIdReturnNotFound:42
335Expected: a value equal to <0>
336 but: was null
337[ERROR] UserServiceTest.whenSave:42->assertUser:76
338Expected: not null
339 but: was null
340[INFO]
341[ERROR] Tests run: 18, Failures: 3, Errors: 0, Skipped: 0
342[INFO]
343[INFO] ------------------------------------------------------------------------
344[INFO] BUILD FAILURE
345[INFO] ------------------------------------------------------------------------
346[INFO] Total time: 30.356 s
347[INFO] Finished at: 2019-11-14T20:37:39-02:00
348[INFO] ------------------------------------------------------------------------
349[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project spring-data-ddl: There are test failures.
350[ERROR]
351[ERROR] Please refer to /Users/daniel/codenation/java-10/target/surefire-reports for the individual test results.
352[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
353[ERROR] -> [Help 1]
354[ERROR]
355[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
356[ERROR] Re-run Maven using the -X switch to enable full debug logging.
357[ERROR]
358[ERROR] For more information about the errors and possible solutions, please read the following articles:
359[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
360Preparando code review... 100% |████████████████████████████████████████| [16s:0s]
361Códigos submetidos com sucesso!
362
363Sua nota é: 83.000000
364
365Parabéns! Você superou este desafio!
366
367O que fazer agora?
368- Você pode continuar sua jornada escolhendo um novo desafio em https://www.codenation.com.br
369- Você pode ajudar outros desenvolvedores revisando códigos ou respondendo dúvidas no forum do desafio
370- Lembre-se que ensinar é uma ótima forma de ganhar reconhecimento e gera um bom karma ;)
371➜ java-10 git:(master) ✗