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

integration: app testing through docker #76

Closed heyitsanthony closed 7 years ago

heyitsanthony commented 7 years ago

Initial attempt at getting some xchk errors out of containerized apps.

Can generate an xchk error with: go test -tags "docker xchk" -run=Kafka -args -v=9 -logtostderr

xiang90 commented 7 years ago

this is awesome! lgtm