Hi Thorbjørn, The SyslogAppenderTest uses a fixed port. Probably the second time you ran the test the port was in the "LINGERING" state from the previous run. I'll modify the test to use a random port so that the problem does not reoccur.
Thanks for the info, Thorbjørn Ravn Andersen wrote: > I just pulled out logback trunk, and ran > > "mvn install" > > This gave two failures and aborted the build > > "Results : > > Failed tests: > basic(ch.qos.logback.classic.net.SyslogAppenderTest) > tException(ch.qos.logback.classic.net.SyslogAppenderTest) > > Tests run: 207, Failures: 2, Errors: 0, Skipped: 8 > " > > This is OS X 10.5.5 with 64-bit 1.6 JVM. > > /Thorbjørn -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ logback-dev mailing list [email protected] http://qos.ch/mailman/listinfo/logback-dev
