fix(deps): update micronaut.sql to v5.8.3 #10876
Open
GitHub Actions / Java CI / Test Report (21)
failed
Jan 7, 2025 in 0s
17023 tests run, 16910 passed, 111 skipped, 2 failed.
Annotations
github-actions / Java CI / Test Report (21)
HealthEndpointSpec.test health endpoint
Condition not satisfied:
result.details.jdbc.details."jdbc:h2:mem:oneDb".details.version == "2.2.224 (2023-09-17)"
| | | | | | | |
| | | | | | | false
| | | | | | | 6 differences (70% similarity)
| | | | | | | 2.(3).2(3)2(-) (202(4)-0(8)-1(1))
| | | | | | | 2.(2).2(-)2(4) (202(3)-0(9)-1(7))
| | | | | | 2.3.232 (2024-08-11)
| | | | | [database:H2, version:2.3.232 (2024-08-11)]
| | | | [name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]
| | | [jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]
| | [name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]
| [compositeDiscoveryClient():[name:foo, status:UP], readiness:[name:foo, status:UP], diskSpace:[name:foo, status:UP, details:[total:77851254784, free:28173701120, threshold:10485760]], service:[name:foo, status:UP], deadlockedThreads:[name:foo, status:UP], liveness:[name:foo, status:UP], jdbc:[name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]]
[name:foo, status:UP, details:[compositeDiscoveryClient():[name:foo, status:UP], readiness:[name:foo, status:UP], diskSpace:[name:foo, status:UP, details:[total:77851254784, free:28173701120, threshold:10485760]], service:[name:foo, status:UP], deadlockedThreads:[name:foo, status:UP], liveness:[name:foo, status:UP], jdbc:[name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]]]
Raw output
Condition not satisfied:
result.details.jdbc.details."jdbc:h2:mem:oneDb".details.version == "2.2.224 (2023-09-17)"
| | | | | | | |
| | | | | | | false
| | | | | | | 6 differences (70% similarity)
| | | | | | | 2.(3).2(3)2(-) (202(4)-0(8)-1(1))
| | | | | | | 2.(2).2(-)2(4) (202(3)-0(9)-1(7))
| | | | | | 2.3.232 (2024-08-11)
| | | | | [database:H2, version:2.3.232 (2024-08-11)]
| | | | [name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]
| | | [jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]
| | [name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]
| [compositeDiscoveryClient():[name:foo, status:UP], readiness:[name:foo, status:UP], diskSpace:[name:foo, status:UP, details:[total:77851254784, free:28173701120, threshold:10485760]], service:[name:foo, status:UP], deadlockedThreads:[name:foo, status:UP], liveness:[name:foo, status:UP], jdbc:[name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]]
[name:foo, status:UP, details:[compositeDiscoveryClient():[name:foo, status:UP], readiness:[name:foo, status:UP], diskSpace:[name:foo, status:UP, details:[total:77851254784, free:28173701120, threshold:10485760]], service:[name:foo, status:UP], deadlockedThreads:[name:foo, status:UP], liveness:[name:foo, status:UP], jdbc:[name:foo, status:UP, details:[jdbc:h2:mem:twoDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]], jdbc:h2:mem:oneDb:[name:foo, status:UP, details:[database:H2, version:2.3.232 (2024-08-11)]]]]]]
at io.micronaut.management.endpoint.health.HealthEndpointSpec.test health endpoint(HealthEndpointSpec.groovy:165)
github-actions / Java CI / Test Report (21)
FormUrlEncodedBodyInRequestFilterTest.bodyParsingInFilter()
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout
Raw output
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
at app//org.junit.jupiter.api.AssertDoesNotThrow.createAssertionFailedError(AssertDoesNotThrow.java:84)
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:75)
at app//org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:58)
at app//org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3259)
at app//io.micronaut.http.tck.AssertionUtils.assertDoesNotThrow(AssertionUtils.java:117)
at app//io.micronaut.http.server.tck.tests.forms.FormUrlEncodedBodyInRequestFilterTest.lambda$assertOk$0(FormUrlEncodedBodyInRequestFilterTest.java:64)
at app//io.micronaut.http.tck.TestScenario.run(TestScenario.java:118)
at app//io.micronaut.http.tck.TestScenario$Builder.run(TestScenario.java:201)
at app//io.micronaut.http.server.tck.tests.forms.FormUrlEncodedBodyInRequestFilterTest.assertOk(FormUrlEncodedBodyInRequestFilterTest.java:67)
at app//io.micronaut.http.server.tck.tests.forms.FormUrlEncodedBodyInRequestFilterTest.bodyParsingInFilter(FormUrlEncodedBodyInRequestFilterTest.java:47)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout
at app//io.micronaut.http.client.exceptions.ReadTimeoutException.<clinit>(ReadTimeoutException.java:26)
at app//io.micronaut.http.client.netty.DefaultHttpClient.handleResponseError(DefaultHttpClient.java:2029)
at app//io.micronaut.http.client.netty.DefaultHttpClient$6.fail(DefaultHttpClient.java:1702)
at app//io.micronaut.http.client.netty.Http1ResponseHandler$BeforeResponse.exceptionCaught(Http1ResponseHandler.java:147)
at app//io.micronaut.http.client.netty.Http1ResponseHandler.exceptionCaught(Http1ResponseHandler.java:88)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856)
at app//io.netty.handler.codec.http2.Http2MultiplexHandler$2.visit(Http2MultiplexHandler.java:321)
at app//io.netty.handler.codec.http2.Http2FrameCodec$1.visit(Http2FrameCodec.java:201)
at app//io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams.forEachActiveStream(DefaultHttp2Connection.java:1005)
at app//io.netty.handler.codec.http2.DefaultHttp2Connection.forEachActiveStream(DefaultHttp2Connection.java:207)
at app//io.netty.handler.codec.http2.Http2FrameCodec.forEachActiveStream(Http2FrameCodec.java:197)
at app//io.netty.handler.codec.http2.Http2ChannelDuplexHandler.forEachActiveStream(Http2ChannelDuplexHandler.java:81)
at app//io.netty.handler.codec.http2.Http2MultiplexHandler.fireExceptionCaughtForActiveStream(Http2MultiplexHandler.java:316)
at app//io.netty.handler.codec.http2.Http2MultiplexHandler.exceptionCaught(Http2MultiplexHandler.java:305)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
at app//io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:143)
at app//io.netty.handler.codec.http2.Http2ConnectionHandler.exceptionCaught(Http2ConnectionHandler.java:580)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
at app//io.netty.handler.ssl.SslHandler.exceptionCaught(SslHandler.java:1210)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
at app//io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856)
at app//io.micronaut.http.client.netty.ConnectionManager$Pool$Http2ConnectionHolder.fireReadTimeout(ConnectionManager.java:1614)
at app//io.micronaut.http.client.netty.ConnectionManager$Pool$ConnectionHolder$1.readTimedOut(ConnectionManager.java:1316)
at app//io.netty.handler.timeout.ReadTimeoutHandler.channelIdle(ReadTimeoutHandler.java:90)
at app//io.netty.handler.timeout.IdleStateHandler$ReaderIdleTimeoutTask.run(IdleStateHandler.java:525)
at app//io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.run(IdleStateHandler.java:497)
at app//io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at app//io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156)
at app//io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at app//io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at app//io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at [email protected]/java.lang.Thread.run(Thread.java:1583)
Loading