flightstats / hub

fault tolerant, highly available service for data storage and distribution
http://www.flightstats.com
MIT License
103 stars 35 forks source link

Tests for Zookeeper's last channel item state as well as the way it affects the `/latest` endpoint #1223

Closed lkemmerer closed 5 years ago

lkemmerer commented 5 years ago

This is a little weird and hacky, so I'm open to a nicer way to test this stuff.

Tried to break up the PR so it's structured with all the dependencies for the new tests first, then the actual tests. (It might be helpful to have the last commit open in a separate window so you can go back and forth to see where stuff is used.)