clickhouse-java
clickhouse-java copied to clipboard
Run JDBC Related Tests from Jakarta EE TCK
There are some JDBC related tests published as part of the Jakarta EE TCK. We should try to integrate them in our verification workflow.
This is not an easy task, because the tests are meant to be run in a larger testing environment for application servers. There might be an elegant way to make them usable outside of such an environment, though.
FYI, we are working on refactoring the Platform TCK so that it will be easier to deal with. The branch is https://github.com/jakartaee/platform-tck/tree/tckrefactor which might be easier to deal with (e.g. it will build with Apache Maven).
I randomly came across this project and issue.