clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Run JDBC Related Tests from Jakarta EE TCK

Open enqueue opened this issue 4 years ago • 1 comments

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.

enqueue avatar Feb 18 '21 08:02 enqueue

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.

scottmarlow avatar Mar 14 '24 13:03 scottmarlow