Skip to content

Intermittent failure in CacheExpiresTest.testPublicInvalidClientMaxAge #113

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 io.vertx.testing.unit@5.0.0-SNAPSHOT/io.vertx.ext.unit.impl.TestContextImpl.reportAssertionError(TestContextImpl.java:362)
2024-11-20T13:31:34.4817288Z 	at io.vertx.testing.unit@5.0.0-SNAPSHOT/io.vertx.ext.unit.impl.TestContextImpl.assertEquals(TestContextImpl.java:258)
2024-11-20T13:31:34.4819548Z 	at io.vertx.testing.unit@5.0.0-SNAPSHOT/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 io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.impl.future.Composition.complete(Composition.java:40)
2024-11-20T13:31:34.4859523Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.impl.future.FutureBase.emitResult(FutureBase.java:65)
2024-11-20T13:31:34.4861499Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.impl.future.FutureImpl.handleInternal(FutureImpl.java:229)
2024-11-20T13:31:34.4864212Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:235)
2024-11-20T13:31:34.4865994Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.Promise.complete(Promise.java:76)
2024-11-20T13:31:34.4868158Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.HttpClientRequestImpl.handleResponse(HttpClientRequestImpl.java:390)
2024-11-20T13:31:34.4870733Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.HttpClientRequestBase.handleResponse(HttpClientRequestBase.java:180)
2024-11-20T13:31:34.4873347Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.HttpClientRequestBase.lambda$new$0(HttpClientRequestBase.java:65)
2024-11-20T13:31:34.4875210Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.impl.ContextBase.emit(ContextBase.java:83)
2024-11-20T13:31:34.4877391Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.handleHead(Http1xClientConnection.java:647)
2024-11-20T13:31:34.4879838Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.Http1xClientConnection.handleResponseBegin(Http1xClientConnection.java:816)
2024-11-20T13:31:34.4882398Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:772)
2024-11-20T13:31:34.4884756Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:742)
2024-11-20T13:31:34.4886860Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.net.impl.VertxConnection.read(VertxConnection.java:240)
2024-11-20T13:31:34.4888832Z 	at io.vertx.core@5.0.0-SNAPSHOT/io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:148)
2024-11-20T13:31:34.4891438Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
2024-11-20T13:31:34.4893877Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4896508Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2024-11-20T13:31:34.4899161Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
2024-11-20T13:31:34.4901699Z 	at io.netty.codec@4.2.0.Beta1/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
2024-11-20T13:31:34.4903860Z 	at io.netty.codec@4.2.0.Beta1/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
2024-11-20T13:31:34.4906119Z 	at io.netty.codec@4.2.0.Beta1/io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
2024-11-20T13:31:34.4908163Z 	at io.netty.codec@4.2.0.Beta1/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
2024-11-20T13:31:34.4910368Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
2024-11-20T13:31:34.4912772Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
2024-11-20T13:31:34.4915233Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4917743Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
2024-11-20T13:31:34.4920041Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
2024-11-20T13:31:34.4922376Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
2024-11-20T13:31:34.4924844Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
2024-11-20T13:31:34.4927280Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
2024-11-20T13:31:34.4929561Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
2024-11-20T13:31:34.4932021Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:444)
2024-11-20T13:31:34.4934585Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:386)
2024-11-20T13:31:34.4936707Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:585)
2024-11-20T13:31:34.4938424Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:560)
2024-11-20T13:31:34.4940648Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:501)
2024-11-20T13:31:34.4942047Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:478)
2024-11-20T13:31:34.4943697Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:184)
2024-11-20T13:31:34.4944915Z 	at io.netty.transport@4.2.0.Beta1/io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:156)
2024-11-20T13:31:34.4946265Z 	at io.netty.common@4.2.0.Beta1/io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1123)
2024-11-20T13:31:34.4947717Z 	at io.netty.common@4.2.0.Beta1/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2024-11-20T13:31:34.4948885Z 	at io.netty.common@4.2.0.Beta1/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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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