Priyanshu Vaya
Priyanshu Vaya
Multiple Connection pools; We are using multiple clients, each with its own connection pool. Our current setup is such that each VertX application has N instances of a Verticle, and...
@vietj Changes for the jitter have been added. I have some doubts regarding the test cases. One way to verify this is by creating a pool and fetching a connection....
I have added a test case. Here's what the test does: - We set up a pool with a `maxlifetime` of 2 seconds and a `jitter` of 400ms - Then...
@vietj Modified the code to have jitter added to max lifetime, rather than ranging from `(-jitter, jitter+1)`. Added a test case which does the following: This test verifies that our...
@vietj While reviewing the test cases, I came across one for a `maxLifetime` where a connection is created and immediately closed. The test correctly verified that the connection was closed...
@vietj Have you checked the test case?
@vietj Have you got time to review the test case added?