Closed kyri-petrou closed 1 month ago
@kyri-petrou Please re-open if you need to do further testing! I take it from the failure, ZPool has more work to do??
@jdegoes the issue is with a badly written test which provides the Client
layer and then closes the request Scope
. Previously ZPool
would leak the connection pool resources so the test would succeed, but with the new implementation the connections are correctly closed when the Client.default
finalizers are run so the test is failing.
I'll open a PR to fix the test
Testing whether the ZPool related flakiness is gone with the latest ZIO snapshot