novatechflow commented on PR #665:
URL: https://github.com/apache/wayang/pull/665#issuecomment-3771588275
Thank you - just to make the tests running, how's about mocking the JDBC
layer?
Wrap `DriverManager.getConnection/Connection` in a small interface (e.g.,
`JdbcClient`) and inject a fake in tests. Then assert SQL statements and batch
parameters without a real DB.
--
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]