gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

tests: Plug connection leaks when testing #76

Closed nj1973 closed 8 months ago

nj1973 commented 8 months ago

We were keeping lots of repo and frontend api connections open until the full test run completed. This PR implements a lot of explicit API.close() calls and also removes some redundant options/code.