flightstats / hub

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

PDXDDT-679 Java system test for webhooks #1146

Closed manjula-chikkanagappa closed 5 years ago

manjula-chikkanagappa commented 5 years ago

I have added a system test for testing webhook lifecycle. This test creates callback server programmatically and tears down once the tests are done. I had run into some synchronization issues during development. This test now is pretty stable. I have updated README no how to tun system tests on local setup and Jenkins.