himanshug commented on issue #10542: URL: https://github.com/apache/druid/issues/10542#issuecomment-737560966
> how are you planning to run this it should be added as a new job in https://github.com/apache/druid/blob/master/.travis.yml , so travis would run it automatically on each PR > can you describe the flow something along the lines of... - create a k8s cluster using minikube/kind/whatever-can-work-inside-travis - deploy druid-operator in above k8s cluster - deploy zookeeper using StatefulSet resource (replica = 1) so as to have predictable name for the pod (we wouldn't need postgres, since we can run overload at coordinator itself and have just one replica, so it can use derby) - deploy a druid cluster via druid-operator , druid cluster configuration should be same as that used by other existing builds running integration tests - run the integration tests - destroy everything AFTER above is done, as a follow up we will change above Druid cluster configuration to not use Zookeeper and remove the Zookeeper ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
