uber-archive / hyperbahn

Service discovery and routing for large scale microservice operations
MIT License
396 stars 57 forks source link

Factor TestCluster#untilExitsConnectedExcept out of #untilExitsConnected #244

Closed jcorbin closed 8 years ago

jcorbin commented 8 years ago

Will be needed by test/register/with-ringpop-divergence.js to make its expectations explicit under deferred connection initialization.

Did in passing cleanup by factoring out some forEach* utilities since we had hit critical mass on index-variable collision.