flightstats / hub

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

Ensure writes to UDP port happen after we start listening. #1153

Closed dkleckler closed 5 years ago

crozierm commented 5 years ago

I'd be tempted to remove the static cancer from this class. I'll admit I didn't look at it very closely though.

Paul-Hess commented 5 years ago

@BeforeClass must be static, I find it useful, particularly here

dkleckler commented 5 years ago

Laurie killed off all the timed waits here, which should result in an optimally fast test execution. Closing this one to PR over from her branch.