etcd-io / zetcd

Serve the Apache Zookeeper API but back it with an etcd cluster
Apache License 2.0
1.09k stars 94 forks source link

testing: repair docker cross check tests #103

Closed hokie228 closed 5 years ago

hokie228 commented 5 years ago

The xchk with docker integration tests are broken. The docker files were attempting to download old versions of Kafka and Drill that no longer existed on the servers. In addition the RUOK test was causing all tests to hang in the docker mode by causing a NPE Zookeeper and never completely starting up.

hokie228 commented 5 years ago

I've included these changes in another pull request