Actually, the only tests I’ve seen fail were the ones in Jenkins. The last one 
of those was on July 9. Those tests are

Test Result 
<https://builds.apache.org/job/Log4j%202.x/1251/org.apache.logging.log4j$log4j-core/testReport/>
 (3 failures / +3)
org.apache.logging.log4j.core.FileConfigTest.testReconfiguration 
<https://builds.apache.org/job/Log4j%202.x/1251/org.apache.logging.log4j$log4j-core/testReport/junit/org.apache.logging.log4j.core/FileConfigTest/testReconfiguration/>
org.apache.logging.log4j.core.LoggerTest.testReconfiguration 
<https://builds.apache.org/job/Log4j%202.x/1251/org.apache.logging.log4j$log4j-core/testReport/junit/org.apache.logging.log4j.core/LoggerTest/testReconfiguration/>
org.apache.logging.log4j.core.LoggerTest.getLogger_String_MessageFactoryMismatchNull
 
<https://builds.apache.org/job/Log4j%202.x/1251/org.apache.logging.log4j$log4j-core/testReport/junit/org.apache.logging.log4j.core/LoggerTest/getLogger_String_MessageFactoryMismatchNull/>

The Flume tests never fail for me.  I have never experienced problems with the 
SSL test.

Ralph


> On Jul 17, 2015, at 4:46 PM, Gary Gregory <[email protected]> wrote:
> 
> I've never seen that. :-( 
> 
> The problems I've had in the past and a LOT less in the last month or so is 
> flume tests 'hanging' or oddly failing.
> 
> In my experience, anything SSL related is sensitive to network latency.
> 
> Good luck!
> Gary
> 
> On Mon, Jul 13, 2015 at 5:26 AM, Remko Popma <[email protected] 
> <mailto:[email protected]>> wrote:
> Sometimes my WIFI internet connection at home stutters and I found that two 
> of the SslConfigurationTest tests fail if my internet connection goes down.
> 
> Not sure if that helps explain some of the spuriously failing test cases some 
> of us occasionally see. Thought I should share.
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.logging.log4j.core.net.ssl.SslConfigurationTest
> ERROR StatusLogger The key cannot be recovered (e.g. the given password is 
> wrong)
> Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 15.015 sec 
> <<< FAILURE! - in org.apache.logging.log4j.core.net.ssl.SslConfigurationTes
> t
> connectionFailsWithoutValidServerCertificate(org.apache.logging.log4j.core.net.ssl.SslConfigurationTest)
>   Time elapsed: 14.948 sec  <<< ERROR!
> java.net.UnknownHostException: login.yahoo.com <http://login.yahoo.com/>
>         at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
>         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
>         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>         at java.net.Socket.connect(Socket.java:579)
>         at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
>         at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:407)
>         at 
> sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88)
>         at 
> org.apache.logging.log4j.core.net.ssl.SslConfigurationTest.connectionFailsWithoutValidServerCertificate(SslConfigurationTest.java:53)
> 
> emptyConfigurationHasDefaultTrustStore(org.apache.logging.log4j.core.net.ssl.SslConfigurationTest)
>   Time elapsed: 0.055 sec  <<< ERROR!
> java.net.UnknownHostException: login.yahoo.com <http://login.yahoo.com/>
>         at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
>         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
>         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>         at java.net.Socket.connect(Socket.java:579)
>         at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
>         at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:407)
>         at 
> sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88)
>         at 
> org.apache.logging.log4j.core.net.ssl.SslConfigurationTest.emptyConfigurationHasDefaultTrustStore(SslConfigurationTest.java:43)
> 
> 
> Results :
> 
> Tests in error:
>   SslConfigurationTest.connectionFailsWithoutValidServerCertificate:53 ≫ 
> UnknownHost
>   SslConfigurationTest.emptyConfigurationHasDefaultTrustStore:43 ≫ 
> UnknownHost l...
> 
> Tests run: 4, Failures: 0, Errors: 2, Skipped: 0
> 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 48.157s
> [INFO] Finished at: Mon Jul 13 21:19:35 JST 2015
> 
> 
> 
> -- 
> E-Mail: [email protected] <mailto:[email protected]> | 
> [email protected]  <mailto:[email protected]>
> Java Persistence with Hibernate, Second Edition 
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>

Reply via email to