testlens-app[bot] commented on PR #16139:
URL: https://github.com/apache/grails-core/pull/16139#issuecomment-5361862246

   ## 🚨 TestLens detected 1 failed test 🚨
   
   Here is what you can do:
   
   1) Inspect the test failures carefully.
   2) If you are convinced that some of the tests are flaky, you can mute them 
below.
   3) Finally, trigger a rerun by checking the rerun checkbox.
   
   ### Test Summary
   
   #### [CI / Functional Tests \(Java 25, indy\=false, shard 
1\)](https://github.com/apache/grails-core/actions/runs/32417609447/job/96582361342?pr=16139)
 > :grails-test-examples-micronaut:integrationTest
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | MicronautErsatzRoundtripSpec > full roundtrip: ersatz mocks empty response 
body | ❌ | 0% 🟢 |
   
   🏷️ Commit: 5a4fab66a207d5e55bbde290b48cb3658f825092
   ▶️ Tests:  20110 executed
   🟡 Checks: 22/76 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>MicronautErsatzRoundtripSpec > full roundtrip: ersatz mocks 
empty response body</strong> (:grails-test-examples-micronaut:integrationTest 
in <a 
href="https://github.com/apache/grails-core/actions/runs/32417609447/job/96582361342?pr=16139";>CI
 / Functional Tests (Java 25, indy=false, shard 1)</a>)</summary>
   
   ```
   io.micronaut.http.client.exceptions.HttpClientException: Client 
'grails-self': Error occurred reading HTTP response: Connection reset
        at 
io.micronaut.http.client.netty.NettyHttpClient.handleResponseError(NettyHttpClient.java:1911)
        at 
io.micronaut.http.client.netty.NettyHttpClient$6.fail(NettyHttpClient.java:1587)
        at 
io.micronaut.http.client.netty.Http1ResponseHandler$BeforeResponse.exceptionCaught(Http1ResponseHandler.java:150)
        at 
io.micronaut.http.client.netty.Http1ResponseHandler.exceptionCaught(Http1ResponseHandler.java:90)
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:290)
        at 
io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:272)
        at 
io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught(CombinedChannelDuplexHandler.java:422)
        at 
io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:92)
        at 
io.netty.channel.CombinedChannelDuplexHandler$1.fireExceptionCaught(CombinedChannelDuplexHandler.java:144)
        at 
io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:143)
        at 
io.netty.channel.CombinedChannelDuplexHandler.exceptionCaught(CombinedChannelDuplexHandler.java:229)
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:290)
        at 
io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:272)
        at 
io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1396)
        at 
io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:890)
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:132)
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:187)
        at 
io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
        at 
io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
        at 
io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
        at 
io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:571)
        at 
io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:512)
        at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
        at 
io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
        at 
io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:1474)
        Suppressed: java.lang.Exception: #block terminated with an error
                at 
reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104)
                at reactor.core.publisher.Mono.block(Mono.java:1773)
                at 
io.micronaut.http.client.netty.NettyHttpClient$1.exchange(NettyHttpClient.java:426)
                at 
io.micronaut.http.client.netty.NettyHttpClient$1.retrieve(NettyHttpClient.java:435)
                at 
io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice.lambda$handleSynchronous$2(HttpClientIntroductionAdvice.java:245)
                at 
io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice.handleBlockingCall(HttpClientIntroductionAdvice.java:641)
                at 
io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice.handleSynchronous(HttpClientIntroductionAdvice.java:244)
                at 
io.micronaut.http.client.interceptor.HttpClientIntroductionAdvice.intercept(HttpClientIntroductionAdvice.java:196)
                at 
io.micronaut.aop.chain.MethodInterceptorChain.proceed(MethodInterceptorChain.java:142)
                at 
micronaut.ExternalApiService.fetchById(ExternalApiService.groovy:56)
                at micronaut.MicronautErsatzRoundtripSpec.full roundtrip: 
ersatz mocks empty response body(MicronautErsatzRoundtripSpec.groovy:394)
   Caused by: java.net.SocketException: Connection reset
        at 
java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:399)
        at 
java.base/sun.nio.ch.SocketChannelImpl.implRead(SocketChannelImpl.java:431)
        at 
java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:489)
        at 
io.netty.buffer.AdaptivePoolingAllocator$AdaptiveByteBuf.setBytes(AdaptivePoolingAllocator.java:2018)
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1139)
        at 
io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
        at 
io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:161)
        ... 12 more
   ```
   
   </details>
   
   ### Rerun Controls
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 MicronautErsatzRoundtripSpec > full roundtrip: ersatz mocks empty response 
body <!-- 
uniqueId=[engine:spock]/[spec:micronaut.MicronautErsatzRoundtripSpec]/[feature:$spock_feature_0_14]
 -->
   
   Reuse successful test results:
   
   🔲 ♻️ Only rerun the tests that failed or were muted before
   
   Click the checkbox to trigger a rerun:
   
   🔲 **Rerun jobs**
   
   ---
   _Learn more about TestLens at 
[testlens.app/docs](https://testlens.app/docs/features/pr-comment/)._
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to