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

Closed
violetagg opened this issue Jul 11, 2022 · 1 comment
Assignees
Labels
type/test A general test
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
@violetagg violetagg added type/test A general test and removed type/enhancement A general enhancement labels May 21, 2024
@violetagg violetagg modified the milestones: 2.0.x Backlog, 1.0.46 May 21, 2024
@violetagg
Copy link
Member Author

Fixed with eafbfef

@violetagg violetagg self-assigned this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/test A general test
Projects
None yet
Development

No branches or pull requests

1 participant