SumoLogic / sumologic-java-http-core

Core Java components for sending data to Sumo Logic HTTP sources
Apache License 2.0
2 stars 4 forks source link

Intermittent unit test failure: Address already in use #25

Open mccartney opened 2 years ago

mccartney commented 2 years ago

I've observed this once:

[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.56 s <<< FAILURE! - in com.sumologic.http.sender.SumoHttpSenderTest
[ERROR] testFlushOnStop(com.sumologic.http.sender.SumoHttpSenderTest)  Time elapsed: 0.007 s  <<< ERROR!
java.net.BindException: Address already in use
        at com.sumologic.http.sender.SumoHttpSenderTest.setUp(SumoHttpSenderTest.java:89)

Most likely some problem with setup-teardown of the HTTP server.