-
Hi, I was looking for concurrency tests that validate the connection pooling implementation, but don't really see anything. In fact, it looks like SqlConnection.ClearAllPools isn't even covered. Can you point me to where the connection pooling implementation is code covered? |
Beta Was this translation helpful? Give feedback.
Answered by
JRahnama
Aug 3, 2022
Replies: 1 comment 3 replies
-
@jzabroski maybe looking into performance counter will help you to test your implementation. There are some uncovered parts of the driver that we are working on, but with this driver it takes a lot to improve CodeCov even for 2%. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jzabroski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jzabroski maybe looking into performance counter will help you to test your implementation. There are some uncovered parts of the driver that we are working on, but with this driver it takes a lot to improve CodeCov even for 2%.