elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.25k stars 24.86k forks source link

JDBC: investigate usage of test-framework to completely decouple the codebase from the server #82365

Open costin opened 2 years ago

costin commented 2 years ago

With the completion of #82077, the JDBC dependencies and driver do not depend on the ES code base allowing different compiler source/targets. However testing wise , the testing framework and its utilities are still being used which keeps the coupling in place - ideally the testing follow the same semantic and environments as the code base itself. Potential things to investigate on this front are:

elasticmachine commented 2 years ago

Pinging @elastic/es-ql (Team:QL)

elasticsearchmachine commented 10 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)