Skip to content

Intermittent failure in CacheExpiresTest.testPublicInvalidClientMaxAge #113

Open
@tsegismont

Description

@tsegismont
2024-11-20T13:31:34.4809450Z [ERROR] io.vertx.tests.cache.CacheExpiresTest.testPublicInvalidClientMaxAge -- Time elapsed: 1.011 s <<< FAILURE!
2024-11-20T13:31:34.4813197Z java.lang.AssertionError: Not equals : 2 != 1
2024-11-20T13:31:34.4815124Z 	at [email protected]/io.vertx.ext.unit.impl.TestContextImpl.reportAssertionError(TestContextImpl.java:362)
2024-11-20T13:31:34.4817288Z 	at [email protected]/io.vertx.ext.unit.impl.TestContextImpl.assertEquals(TestContextImpl.java:258)
2024-11-20T13:31:34.4819548Z 	at [email protected]/io.vertx.ext.unit.impl.TestContextImpl.assertEquals(TestContextImpl.java:245)
2024-11-20T13:31:34.4821822Z 	at io.vertx.tests/io.vertx.tests.cache.CacheExpiresTest.lambda$testPublicInvalidClientMaxAge$15(CacheExpiresTest.java:132)
2024-11-20T13:31:34.4855506Z 	at [email protected]/io.vertx.core.impl.future.Composition.complete(Composition.java:40)
2024-11-20T13:31:34.4859523Z 	at [email protected]/io.vertx.core.impl.future.FutureBase.emitResult(FutureBase.java:65)
2024-11-20T13:31:34.4861499Z 	at [email protected]/io.vertx.core.impl.future.FutureImpl.handleInternal(FutureImpl.java:229)
2024-11-20T13:31:34.4864212Z 	at [email protected]/io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:235)
2024-11-20T13:31:34.4865994Z 	at [email protected]/io.vertx.core.Promise.complete(Promise.java:76)
2024-11-20T13:31:34.4868158Z 	at [email protected]/io.vertx.core.http.impl.HttpClientRequestImpl.handleResponse(HttpClientRequestImpl.java:390)
2024-11-20T13:31:34.4870733Z 	at [email protected]/io.vertx.core.http.impl.HttpClientRequestBase.handleResponse(HttpClientRequestBase.java:180)
2024-11-20T13:31:34.4873347Z 	at [email protected]/io.vertx.core.http.impl.HttpClientRequestBase.lambda$new$0(HttpClientRequestBase.java:65)
2024-11-20T13:31:34.4875210Z 	at [email protected]/io.vertx.core.impl.ContextBase.emit(ContextBase.java:83)
2024-11-20T13:31:34.4877391Z 	at [email protected]/io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.handleHead(Http1xClientConnection.java:647)
2024-11-20T13:31:34.4879838Z 	at [email protected]/io.vertx.core.http.impl.Http1xClientConnection.handleResponseBegin(Http1xClientConnection.java:816)
2024-11-20T13:31:34.4882398Z 	at [email protected]/io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:772)
2024-11-20T13:31:34.4884756Z 	at [email protected]/io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:742)
2024-11-20T13:31:34.4886860Z 	at [email protected]/io.vertx.core.net.impl.VertxConnection.read(VertxConnection.java:240)
2024-11-20T13:31:34.4888832Z 	at [email protected]/io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:148)
2024-11-20T13:31:34.4891438Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
2024-11-20T13:31:34.4893877Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4896508Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2024-11-20T13:31:34.4899161Z 	at [email protected]/io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
2024-11-20T13:31:34.4901699Z 	at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
2024-11-20T13:31:34.4903860Z 	at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
2024-11-20T13:31:34.4906119Z 	at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
2024-11-20T13:31:34.4908163Z 	at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2024-11-20T13:31:34.4910368Z 	at [email protected]/io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
2024-11-20T13:31:34.4912772Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
2024-11-20T13:31:34.4915233Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4917743Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2024-11-20T13:31:34.4920041Z 	at [email protected]/io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
2024-11-20T13:31:34.4922376Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2024-11-20T13:31:34.4924844Z 	at [email protected]/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4927280Z 	at [email protected]/io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
2024-11-20T13:31:34.4929561Z 	at [email protected]/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2024-11-20T13:31:34.4932021Z 	at [email protected]/io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:444)
2024-11-20T13:31:34.4934585Z 	at [email protected]/io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:386)
2024-11-20T13:31:34.4936707Z 	at [email protected]/io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:585)
2024-11-20T13:31:34.4938424Z 	at [email protected]/io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:560)
2024-11-20T13:31:34.4940648Z 	at [email protected]/io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:501)
2024-11-20T13:31:34.4942047Z 	at [email protected]/io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:478)
2024-11-20T13:31:34.4943697Z 	at [email protected]/io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:184)
2024-11-20T13:31:34.4944915Z 	at [email protected]/io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:156)
2024-11-20T13:31:34.4946265Z 	at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1123)
2024-11-20T13:31:34.4947717Z 	at [email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2024-11-20T13:31:34.4948885Z 	at [email protected]/io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2024-11-20T13:31:34.4949696Z 	at java.base/java.lang.Thread.run(Thread.java:829)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions