검수완료 geosjon 생성 스케줄러 수정
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuite name="com.kamcoback.cd.review.TrainingDataReviewApplicationTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2026-02-24T10:11:37.681Z" hostname="gimbogmins-MacBook-Pro.local" time="2.343">
|
||||
<properties/>
|
||||
<testcase name="contextLoads()" classname="com.kamcoback.cd.review.TrainingDataReviewApplicationTests" time="0.235"/>
|
||||
<system-out><![CDATA[19:11:37.735 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.kamcoback.cd.review.TrainingDataReviewApplicationTests]: TrainingDataReviewApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
|
||||
19:11:37.777 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.kamcoback.cd.review.TrainingDataReviewApplication for test class com.kamcoback.cd.review.TrainingDataReviewApplicationTests
|
||||
|
||||
. ____ _ __ _ _
|
||||
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
|
||||
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
|
||||
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
|
||||
' |____| .__|_| |_|_| |_\__, | / / / /
|
||||
=========|_|==============|___/=/_/_/_/
|
||||
|
||||
:: Spring Boot :: (v4.0.3)
|
||||
|
||||
2026-02-24T19:11:37.923+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] k.c.r.TrainingDataReviewApplicationTests : Starting TrainingDataReviewApplicationTests using Java 21.0.9 with PID 37834 (started by bokmin in /Users/bokmin/workspace/scheduler/training_data_review/TrainingDataReview)
|
||||
2026-02-24T19:11:37.923+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] k.c.r.TrainingDataReviewApplicationTests : The following 1 profile is active: "local"
|
||||
2026-02-24T19:11:37.935+09:00 DEBUG 37834 --- [kamco-change-detection-api] [ Test worker] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@70730db
|
||||
2026-02-24T19:11:38.119+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
||||
2026-02-24T19:11:38.143+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 1 JPA repository interface.
|
||||
2026-02-24T19:11:38.284+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] org.hibernate.orm.jpa : HHH008540: Processing PersistenceUnitInfo [name: default]
|
||||
2026-02-24T19:11:38.300+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] org.hibernate.orm.core : HHH000001: Hibernate ORM core version 7.2.4.Final
|
||||
2026-02-24T19:11:38.435+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
|
||||
2026-02-24T19:11:38.447+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||||
2026-02-24T19:11:38.517+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@75c0cd39
|
||||
2026-02-24T19:11:38.518+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||||
2026-02-24T19:11:38.579+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
|
||||
Database JDBC URL [jdbc:postgresql://192.168.2.127:15432/kamco_cds]
|
||||
Database driver: PostgreSQL JDBC Driver
|
||||
Database dialect: PostgreSQLDialect
|
||||
Database version: 15.4
|
||||
Default catalog/schema: kamco_cds/public
|
||||
Autocommit mode: undefined/unknown
|
||||
Isolation level: READ_COMMITTED [default READ_COMMITTED]
|
||||
JDBC fetch size: none
|
||||
Pool: DataSourceConnectionProvider
|
||||
Minimum pool size: undefined/unknown
|
||||
Maximum pool size: undefined/unknown
|
||||
2026-02-24T19:11:38.998+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] org.hibernate.orm.core : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
||||
2026-02-24T19:11:39.000+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] org.hibernate.orm.jdbc.batch : HHH100501: Automatic JDBC statement batching enabled (maximum batch size 50)
|
||||
2026-02-24T19:11:39.147+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||||
2026-02-24T19:11:39.206+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] o.s.d.j.r.query.QueryEnhancerFactories : Hibernate is in classpath; If applicable, HQL parser will be used.
|
||||
2026-02-24T19:11:39.695+09:00 DEBUG 37834 --- [kamco-change-detection-api] [ Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 3 mappings in 'requestMappingHandlerMapping'
|
||||
2026-02-24T19:11:39.705+09:00 DEBUG 37834 --- [kamco-change-detection-api] [ Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
|
||||
2026-02-24T19:11:39.717+09:00 DEBUG 37834 --- [kamco-change-detection-api] [ Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 2 RequestBodyAdvice, 1 ResponseBodyAdvice
|
||||
2026-02-24T19:11:39.733+09:00 DEBUG 37834 --- [kamco-change-detection-api] [ Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
|
||||
2026-02-24T19:11:39.785+09:00 INFO 37834 --- [kamco-change-detection-api] [ Test worker] k.c.r.TrainingDataReviewApplicationTests : Started TrainingDataReviewApplicationTests in 1.964 seconds (process running for 2.4)
|
||||
]]></system-out>
|
||||
<system-err><![CDATA[Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
|
||||
WARNING: A Java agent has been loaded dynamically (/Users/bokmin/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.8/f09415827a71be7ed621c7bd02550678f28bc81c/byte-buddy-agent-1.17.8.jar)
|
||||
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
|
||||
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
|
||||
WARNING: Dynamic loading of agents will be disallowed by default in a future release
|
||||
]]></system-err>
|
||||
</testsuite>
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user