Initial implementation of HTTP Sender Plugin following TDD methodology with hexagonal architecture. All 313 tests passing (0 failures). This commit adds: - Complete domain model and port interfaces - All adapter implementations (HTTP, gRPC, file logging, config) - Application services (data collection, transmission, backpressure) - Comprehensive test suite with 18 integration tests Test fixes applied during implementation: - Fix base64 encoding validation in DataCollectionServiceIntegrationTest - Fix exception type handling in IConfigurationPortTest - Fix CompletionException unwrapping in IHttpPollingPortTest - Fix sequential batching in DataTransmissionServiceIntegrationTest - Add test adapter failure simulation for reconnection tests - Use adapter counters for gRPC verification Files added: - pom.xml with all dependencies (JUnit 5, Mockito, WireMock, gRPC, Jackson) - src/main/java: Domain model, ports, adapters, application services - src/test/java: Unit tests, integration tests, test utilities
198 lines
19 KiB
Plaintext
198 lines
19 KiB
Plaintext
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
|
|
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/opt/homebrew/Cellar/maven/3.9.11/libexec/lib/guice-5.1.0-classes.jar)
|
|
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
|
|
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
|
|
[INFO] Scanning for projects...
|
|
[INFO]
|
|
[INFO] -------------< com.siemens.coreshield:http-sender-plugin >--------------
|
|
[INFO] Building HTTP Sender Plugin (HSP) 1.0.0-SNAPSHOT
|
|
[INFO] from pom.xml
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
|
[WARNING] The artifact com.github.tomakehurst:wiremock:jar:3.0.1 has been relocated to org.wiremock:wiremock:jar:3.0.1
|
|
[INFO]
|
|
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ http-sender-plugin ---
|
|
[INFO] argLine set to "-javaagent:/Volumes/Mac maxi/Users/christoph/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/Volumes/Mac maxi/Users/christoph/sources/hackathon/target/jacoco.exec"
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ http-sender-plugin ---
|
|
[INFO] skip non existing resourceDirectory /Volumes/Mac maxi/Users/christoph/sources/hackathon/src/main/resources
|
|
[INFO]
|
|
[INFO] --- compiler:3.11.0:compile (default-compile) @ http-sender-plugin ---
|
|
[INFO] Nothing to compile - all classes are up to date
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ http-sender-plugin ---
|
|
[INFO] skip non existing resourceDirectory /Volumes/Mac maxi/Users/christoph/sources/hackathon/src/test/resources
|
|
[INFO]
|
|
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-sender-plugin ---
|
|
[INFO] Changes detected - recompiling the module! :source
|
|
[INFO] Compiling 34 source files with javac [debug target 21] to target/test-classes
|
|
[WARNING] Systemmodulpfad ist nicht zusammen mit -source 21 festgelegt
|
|
Wenn Sie den Speicherort der Systemmodule nicht festlegen, kann dies zu Klassendateien führen, die auf JDK 21 nicht ausgeführt werden können
|
|
--release 21 wird anstelle von -source 21 -target 21 empfohlen, weil dadurch der Speicherort der Systemmodule automatisch festgelegt wird
|
|
[INFO]
|
|
[INFO] --- surefire:3.2.2:test (default-test) @ http-sender-plugin ---
|
|
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
|
|
[INFO]
|
|
[INFO] -------------------------------------------------------
|
|
[INFO] T E S T S
|
|
[INFO] -------------------------------------------------------
|
|
[INFO] Running com.siemens.coreshield.hsp.application.DataCollectionServiceIntegrationTest
|
|
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 what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
|
|
WARNING: A Java agent has been loaded dynamically (/Volumes/Mac maxi/Users/christoph/.m2/repository/net/bytebuddy/byte-buddy-agent/1.15.4/byte-buddy-agent-1.15.4.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
|
|
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
|
|
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
|
|
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction (file:/Volumes/Mac%20maxi/Users/christoph/.m2/repository/net/bytebuddy/byte-buddy/1.15.4/byte-buddy-1.15.4.jar)
|
|
WARNING: Please consider reporting this to the maintainers of class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction
|
|
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@20a7953c{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4833eff3{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@468dda3e{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51843}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@149b0577{STARTING}[11.0.15,sto=1000] @914ms
|
|
[qtp1120043781-47] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@149b0577{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@149b0577{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@468dda3e{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4833eff3{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@20a7953c{/__admin,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6909f6be{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6b5ab2f2{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@552cede7{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51854}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@7f42e06e{STARTING}[11.0.15,sto=1000] @1095ms
|
|
[qtp479161446-77] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@7f42e06e{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@7f42e06e{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@552cede7{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6b5ab2f2{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6909f6be{/__admin,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3e900e1a{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@196624bf{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@2e1eb85f{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51856}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@69a024a0{STARTING}[11.0.15,sto=1000] @1138ms
|
|
[qtp1317746045-87] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@69a024a0{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@69a024a0{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@2e1eb85f{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@196624bf{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3e900e1a{/__admin,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@541bf968{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@739265f1{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@4e80a001{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51858}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@681c0ae6{STARTING}[11.0.15,sto=1000] @1149ms
|
|
[qtp1601333072-97] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@681c0ae6{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@681c0ae6{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@4e80a001{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@739265f1{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@541bf968{/__admin,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@267f9765{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@79ba0a6f{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@7af0affa{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51860}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@96897c8{STARTING}[11.0.15,sto=1000] @1156ms
|
|
[qtp1673518027-107] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@96897c8{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@96897c8{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@7af0affa{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@79ba0a6f{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@267f9765{/__admin,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 25.0.1
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@33a8c9c9{/__admin,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler.ROOT - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@382dc417{/,null,AVAILABLE}
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started NetworkTrafficServerConnector@4f1fb828{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:51862}
|
|
[main] INFO org.eclipse.jetty.server.Server - Started Server@6fa02932{STARTING}[11.0.15,sto=1000] @1163ms
|
|
[qtp214774813-117] INFO org.eclipse.jetty.server.handler.ContextHandler.__admin - RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
|
|
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@6fa02932{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.Server - Shutdown Server@6fa02932{STOPPING}[11.0.15,sto=1000]
|
|
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped NetworkTrafficServerConnector@4f1fb828{HTTP/1.1, (http/1.1, h2c)}{0.0.0.0:0}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@382dc417{/,null,STOPPED}
|
|
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@33a8c9c9{/__admin,null,STOPPED}
|
|
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.00 s -- in com.siemens.coreshield.hsp.application.DataCollectionServiceIntegrationTest
|
|
[INFO] Running com.siemens.coreshield.hsp.application.DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:07:46 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:07:46 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: 4bffaa1b-6fb7-4b9b-8a03-d547d1583d1e
|
|
Nov. 20, 2025 10:08:00 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:00 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:00 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:00 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: bd3fe847-6602-45e4-ad46-6bd35436a2ee
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: cbd84d23-8e97-46ec-97a2-76ec39548875
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:02 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: 91844700-419a-4b42-a2cd-821652ad089a
|
|
Nov. 20, 2025 10:08:04 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:04 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:04 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:04 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: 472f655f-4c85-4a43-a6ad-c72f10645835
|
|
Nov. 20, 2025 10:08:06 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:06 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:06 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:06 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: 47251012-8483-439f-86d1-df553669f0cc
|
|
Nov. 20, 2025 10:08:09 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:09 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:09 PM com.siemens.coreshield.hsp.util.TestBase setUp
|
|
INFORMATION: Test setup complete: DataTransmissionServiceIntegrationTest
|
|
Nov. 20, 2025 10:08:09 PM com.siemens.coreshield.hsp.util.GrpcMockServer start
|
|
INFORMATION: gRPC mock server started: fe33721d-801b-4d61-8603-394cdcac8313
|
|
Nov. 20, 2025 10:08:14 PM com.siemens.coreshield.hsp.util.GrpcMockServer shutdown
|
|
INFORMATION: gRPC mock server shutdown
|
|
Nov. 20, 2025 10:08:14 PM com.siemens.coreshield.hsp.util.TestBase tearDown
|
|
INFORMATION: Test teardown complete: DataTransmissionServiceIntegrationTest
|
|
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.06 s -- in com.siemens.coreshield.hsp.application.DataTransmissionServiceIntegrationTest
|
|
[INFO] Running com.siemens.coreshield.hsp.domain.port.inbound.IConfigurationPortTest
|
|
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.siemens.coreshield.hsp.domain.port.inbound.IConfigurationPortTest
|
|
[INFO] Running com.siemens.coreshield.hsp.domain.port.outbound.IHttpPollingPortTest
|
|
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.siemens.coreshield.hsp.domain.port.outbound.IHttpPollingPortTest
|
|
[INFO]
|
|
[INFO] Results:
|
|
[INFO]
|
|
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
|
|
[INFO]
|
|
[INFO]
|
|
[INFO] --- jacoco:0.8.11:report (report) @ http-sender-plugin ---
|
|
[INFO] Skipping JaCoCo execution due to missing execution data file.
|
|
[INFO] ------------------------------------------------------------------------
|
|
[INFO] BUILD SUCCESS
|
|
[INFO] ------------------------------------------------------------------------
|
|
[INFO] Total time: 01:00 min
|
|
[INFO] Finished at: 2025-11-20T22:08:14+01:00
|
|
[INFO] ------------------------------------------------------------------------
|