Class tech.muyan.importexport.ImportCustomiseEngineServiceIntegrationTestOrganization
Tests
Test |
Duration |
Result |
test import Organization csv |
26.695s |
passed |
Standard output
03:30:03,032 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
03:30:03,033 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.groovy] at [file:/home/runner/work/grails-platform/grails-platform/build/resources/integrationTest/logback.groovy]
03:30:03,042 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.groovy] occurs multiple times on the classpath.
03:30:03,042 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.groovy] occurs at [file:/home/runner/work/grails-platform/grails-platform/build/resources/integrationTest/logback.groovy]
03:30:03,042 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.groovy] occurs at [file:/home/runner/work/grails-platform/grails-platform/build/resources/main/logback.groovy]
03:30:04,666 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
03:30:04,677 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - registering conversion word wex with class [org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter]
03:30:04,687 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:30:04,690 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Naming appender as [STDOUT]
03:30:04,843 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Setting level of logger [tech.muyan] to INFO
03:30:04,852 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Attaching appender named [STDOUT] to Logger[tech.muyan]
03:30:04,853 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Setting level of logger [StackTrace] to ERROR
03:30:04,853 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Attaching appender named [STDOUT] to Logger[StackTrace]
03:30:04,853 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Setting level of logger [org.hibernate] to ERROR
03:30:04,857 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Attaching appender named [STDOUT] to Logger[org.hibernate]
03:30:04,857 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Setting level of logger [org.springframework] to ERROR
03:30:04,857 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@2f9d2441 - Attaching appender named [STDOUT] to Logger[org.springframework]
███╗ ███╗██╗ ██╗██╗ ██╗ █████╗ ███╗ ██╗ ██████╗ ██╗ █████╗ ████████╗███████╗ ██████╗ ██████╗ ███╗ ███╗
████╗ ████║██║ ██║╚██╗ ██╔╝██╔══██╗████╗ ██║ ██╔══██╗██║ ██╔══██╗╚══██╔══╝██╔════╝██╔═══██╗██╔══██╗████╗ ████║
██╔████╔██║██║ ██║ ╚████╔╝ ███████║██╔██╗ ██║ ██████╔╝██║ ███████║ ██║ █████╗ ██║ ██║██████╔╝██╔████╔██║
██║╚██╔╝██║██║ ██║ ╚██╔╝ ██╔══██║██║╚██╗██║ ██╔═══╝ ██║ ██╔══██║ ██║ ██╔══╝ ██║ ██║██╔══██╗██║╚██╔╝██║
██║ ╚═╝ ██║╚██████╔╝ ██║ ██║ ██║██║ ╚████║ ██║ ███████╗██║ ██║ ██║ ██║ ╚██████╔╝██║ ██║██║ ╚═╝ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
11-22 03:30:09.109 INFO [ Test worker] ngframework.boot.SpringApplication.logStartupProfileInfo@652 : The following profiles are active: test
Configuring Spring Security Core ...
... finished configuring Spring Security Core
Configuring Spring Security REST 3.0.1...
... finished configuring Spring Security REST
11-22 03:30:24.955 INFO [ Test worker] ultiTenantRequestMapFilterInvocationDefinition.initialize@42 : request maps are per tenant configuration, will not initialize them during system start up,
this is to avoid [org.hibernate.HibernateException: No Session found for current thread] error causes system starts up failure
11-22 03:30:29.723 INFO [ Thread-12] tech.muyan.ExecRecordService.initRecordQueue@66 : Field and object hook execution record thread started
11-22 03:30:29.725 WARN [ Thread-12] tech.muyan.MuyanPlatformBootStrap.importSystemSeedData@97 : Resource [classpath:/data/test/*.csv] not exist, will skip importing system seed data
11-22 03:30:29.730 INFO [ Thread-12] .muyan.MuyanPlatformBootStrap$_closure1$_closure8.doCall@143 : Will load application seed data from folder /tmp/test
11-22 03:30:29.730 WARN [ Thread-12] .muyan.MuyanPlatformBootStrap$_closure1$_closure8.doCall@145 : Application seed data folder /tmp/test does not exist
11-22 03:30:29.770 INFO [ Test worker] tech.muyan.PokeTaskService.initTaskQueue@133 : Added 0 schedule tasks, current task queue: ([])
11-22 03:30:29.775 INFO [ Test worker] tech.muyan.PokeTaskService.startPokeThread@156 : Schedule task poke thread started...
11-22 03:30:30.036 INFO [ Test worker] org.springframework.boot.StartupInfoLogger.logStarted@59 : Started ImportCustomiseEngineServiceIntegrationTestOrganization in 24.219 seconds (JVM running for 29.937)
Grails application running at http://localhost:40535 in environment: test
11-22 03:30:32.263 INFO [ Test worker] h.muyan.importexport.ImportService.logImportRecordSummary@80 : ...Organization............. INS: 011, UPD: 000, FAIL: 000, DEL: 000, SKIP: 000, NC: 000