flightstats / hub

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

Fix really ugly verbose statistics #1267

Closed lucasmo closed 3 years ago

lucasmo commented 3 years ago
image
Paul-Hess commented 3 years ago

~This breaks some tests https://ddt-jenkins.dls.prod.flightstats.io/job/build-hub/143/~

com.flightstats.hub.util.HubUtilsTest > testBulkInsert() FAILED org.opentest4j.AssertionFailedError: expected: not null


com.flightstats.hub.dao.aws.SpokeS3SingleContentDaoTest > testBulkSpokeReadWrite() FAILED java.lang.NullPointerException at com.flightstats.hub.dao.aws.SpokeS3SingleContentDaoTest.testBulkSpokeReadWrite(SpokeS3SingleContentDaoTest.java:68)


com.flightstats.hub.dao.aws.SpokeS3SingleContentDaoTest > testSpokeReadWrite() FAILED java.lang.NullPointerException at com.flightstats.hub.dao.aws.SpokeS3SingleContentDaoTest.testSpokeReadWrite(SpokeS3SingleContentDaoTest.java:47)


com.flightstats.hub.spoke.FileSpokeStoreTest > testWriteRead() FAILED javax.ws.rs.NotFoundException: incomplete file channelWR/2021/08/10/17/40/59/066/6jHpSJ

I can fix those later if you don't get to it first

EDIT: these failures have nothing to do with webhooks, they must have to do with jenkins reaching S3 and shouldn't be a blocker here