-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.log
113 lines (111 loc) · 17.5 KB
/
test.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] shopping4you [pom]
[INFO] manager-app [jar]
[INFO] catalogue-service [jar]
[INFO]
[INFO] ------------------------< at.bovt:shopping4you >------------------------
[INFO] Building shopping4you 1.1.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ------------------------< at.bovt:manager-app >-------------------------
[INFO] Building manager-app 1.1.1-SNAPSHOT [2/3]
[INFO] from manager-app\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ manager-app ---
[INFO] Copying 8 resources from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ manager-app ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ manager-app ---
[INFO] skip non existing resourceDirectory D:\Programming\Java\shopping4you\manager-app\src\test\resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ manager-app ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- surefire:3.2.2:test (default-test) @ manager-app ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running at.bovt.manager.controller.ProductControllerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in at.bovt.manager.controller.ProductControllerTest
[INFO] Running at.bovt.manager.controller.ProductsControllerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in at.bovt.manager.controller.ProductsControllerTest
[INFO] Running at.bovt.manager.ManagerAppApplicationTests
23:33:18.705 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [at.bovt.manager.ManagerAppApplicationTests]: ManagerAppApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
23:33:18.822 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration at.bovt.manager.ManagerApp for test class at.bovt.manager.ManagerAppApplicationTests
23:33:19.015 [main] INFO org.springframework.boot.devtools.restart.RestartApplicationListener -- Restart disabled due to context in which it is running
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.2.4)
2024-04-04T23:33:19.247+02:00 INFO 10092 --- [ main] a.b.manager.ManagerAppApplicationTests : Starting ManagerAppApplicationTests using Java 21.0.2 with PID 10092 (started by valen in D:\Programming\Java\shopping4you\manager-app)
2024-04-04T23:33:19.249+02:00 INFO 10092 --- [ main] a.b.manager.ManagerAppApplicationTests : No active profile set, falling back to 1 default profile: "default"
2024-04-04T23:33:20.716+02:00 INFO 10092 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2024-04-04T23:33:20.876+02:00 INFO 10092 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@101c15ad, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6068ebb2, org.springframework.security.web.context.SecurityContextHolderFilter@63553e9f, org.springframework.security.web.header.HeaderWriterFilter@4be12f6c, org.springframework.web.filter.CorsFilter@5a466dd, org.springframework.security.web.csrf.CsrfFilter@57bdceaa, org.springframework.security.web.authentication.logout.LogoutFilter@77bb916f, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@38ef1a0a, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@6ba0ee4a, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@2b5f8e61, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3193e21d, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@1ed9d173, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@295b07e0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@55053f81, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e981e78, org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter@6ec3d8e4, org.springframework.security.web.access.ExceptionTranslationFilter@59a2d756, org.springframework.security.web.access.intercept.AuthorizationFilter@dae5e0]
2024-04-04T23:33:21.254+02:00 INFO 10092 --- [ main] a.b.manager.ManagerAppApplicationTests : Started ManagerAppApplicationTests in 2.249 seconds (process running for 4.503)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.738 s -- in at.bovt.manager.ManagerAppApplicationTests
[INFO] Running at.bovt.manager.security.OAuthClientHttpRequestInterceptorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in at.bovt.manager.security.OAuthClientHttpRequestInterceptorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ---------------------< at.bovt:catalogue-service >----------------------
[INFO] Building catalogue-service 1.1.1-SNAPSHOT [3/3]
[INFO] from catalogue-service\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ catalogue-service ---
[INFO] Copying 3 resources from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ catalogue-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ catalogue-service ---
[INFO] Copying 2 resources from src\test\resources to target\test-classes
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ catalogue-service ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- surefire:3.2.2:test (default-test) @ catalogue-service ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running at.bovt.catalogue.controller.ProductRestControllerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in at.bovt.catalogue.controller.ProductRestControllerTest
[INFO] Running at.bovt.catalogue.controller.ProductsRestControllerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in at.bovt.catalogue.controller.ProductsRestControllerTest
[INFO] Running at.bovt.catalogue.service.DefaultProductServiceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in at.bovt.catalogue.service.DefaultProductServiceTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for shopping4you 1.1.1-SNAPSHOT:
[INFO]
[INFO] shopping4you ....................................... SUCCESS [ 0.052 s]
[INFO] manager-app ........................................ SUCCESS [ 6.718 s]
[INFO] catalogue-service .................................. SUCCESS [ 2.280 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.359 s
[INFO] Finished at: 2024-04-04T23:33:24+02:00
[INFO] ------------------------------------------------------------------------