Details
Description
When addressing OAK-2986, we lost the ability to close the connection pool; now it's subject to garbage collection.
This causes problems with the way our unit tests run, which may cause tests to fail because too many DB connections are still open.
(Note that this only affects testing)