eskabetxe opened a new pull request, #22: URL: https://github.com/apache/flink-connector-jdbc/pull/22
## What is the purpose of the change Added DatabaseExtension, basically is a junit extension that start, clean and stop the containers, so only one container for database is started for all tests that use it.. The tests could provide the tables that want the extension to manage with TableManaged. ## Brief change log - Add DatabaseExtension and TableManaged - Refactor all tests that use containers to use this - Clean and refactor tests that are extended or duplicate by database tests ## Verifying this change All tests are maintained (some added) and must be passing ## Does this pull request potentially affect one of the following parts: This don't affect nothing at is pure tests change ## Documentation JavaDocs where apply -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
