Re: Failing unit test

2017-11-19 Thread Ralph Goers
Thanks, I think your adding volatile may be the key. I don’t think the thread.interrupt does anything as the socket methods don’t declare that they throw InterruptedException. After I added the System.println statements I was able to get the release build to work. I am still in the process of

Re: Failing unit test

2017-11-19 Thread Mikael Ståldal
I made an attempt to make that test more reliable. On 2017-11-19 00:57, Ralph Goers wrote: I am preparing to do the release build and am getting the following error: Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.25 s <<< FAILURE! - in org.apache.logging.log4j.core.appender.

Failing unit test

2017-11-18 Thread Ralph Goers
I am preparing to do the release build and am getting the following error: Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.25 s <<< FAILURE! - in org.apache.logging.log4j.core.appender.SyslogAppenderTest testTCPAppender(org.apache.logging.log4j.core.appender.SyslogAppenderTest)