starkandwayne-attic / serviceforge

Cloud Foundry Services as a Service
0 stars 0 forks source link

Do not directly connect to $etcd in unit tests #31

Open drnic opened 10 years ago

drnic commented 10 years ago

Failing CI because etcd isn't running:

Connection refused - connect(2) for "127.0.0.1" port 6200

https://ci.smf.sh/projects/3/builds/9efd21686f5e75bcddb158296ba022c750562e49

drnic commented 10 years ago

Good refactoring opportunity to extract all $etcd calls into a layer of abstraction that could also handle etcd errors & leader-reelections.