Skip to content

BigResponseParsingTest is flaky #652

@diegolovison

Description

@diegolovison

From GitHub action, we have the following

[INFO] Running io.hyperfoil.http.BigResponseParsingTest
Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.032 s <<< FAILURE! -- in io.hyperfoil.http.BigResponseParsingTest
Error:  io.hyperfoil.http.BigResponseParsingTest.test(VertxTestContext) -- Time elapsed: 0.024 s <<< FAILURE!
java.lang.AssertionError
	at io.hyperfoil.http.connection.SharedConnectionPool.acquireNow(SharedConnectionPool.java:71)
	at io.hyperfoil.http.connection.SharedConnectionPool.acquire(SharedConnectionPool.java:105)
	at io.hyperfoil.http.BigResponseParsingTest.lambda$test$4(BigResponseParsingTest.java:118)
	at io.vertx.core.impl.future.FutureImpl$4.onSuccess(FutureImpl.java:176)
	at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66)
	at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231)
	at io.vertx.core.impl.future.FutureImpl.onComplete(FutureImpl.java:199)
	at io.hyperfoil.http.BigResponseParsingTest.test(BigResponseParsingTest.java:91)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Locally, it is always passing

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions