startreedata / pinot-client-go

Apache Pinot Golang Client managed by StarTree
Apache License 2.0
28 stars 10 forks source link

Add integration tests to CI #31

Closed xiangfu0 closed 9 months ago

xiangfu0 commented 9 months ago

Add integration tests.

Since we need to test clients created from zookeeper/controller/broker, the pinot cluster has to be started locally using binary, not docker container.

Docker container will return local ip which could be resolved, so the clients initialized by zookeeper or controller won't work.