Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize PooledConnectionProviderDefaultMetricsTest#testConnectionPoolPendingAcquireSize #2374

Open
violetagg opened this issue Jul 11, 2022 · 0 comments
Labels
type/enhancement A general enhancement
Milestone

Comments

@violetagg
Copy link
Member

This test is flaky and it is observed that it fails from time to time on the CI for versions 2.0.x

Observed exception:

PooledConnectionProviderDefaultMetricsTest > testConnectionPoolPendingAcquireSize() FAILED
    org.opentest4j.AssertionFailedError: 
    expected: 0.0
     but was: 187.0
        at java.base@17.0.3/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base@17.0.3/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at java.base@17.0.3/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base@17.0.3/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at app//reactor.netty.resources.PooledConnectionProviderDefaultMetricsTest.testConnectionPoolPendingAcquireSize(PooledConnectionProviderDefaultMetricsTest.java:286)
@violetagg violetagg added the type/enhancement A general enhancement label Jul 11, 2022
@violetagg violetagg added this to the 2.0.x Backlog milestone Jul 11, 2022
@pderop pderop mentioned this issue Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant