Am 2016-12-26 um 02:56 schrieb Dan Tran:
redhat7/openjdk 7 ( latest)
this test fails on timeout. I have seen this issue before not lately. Used
to work on 2.9, 2 10, and 2.11)
Please add the following to your Surefire config:
<org.slf4j.simpleLogger.showDateTime>true</org.slf4j.simpleLogger.showDateTime>
<org.slf4j.simpleLogger.dateTimeFormat>yyyy-MM-dd'T'HH:mm:ss.SSS</org.slf4j.simpleLogger.dateTimeFormat>
<org.slf4j.simpleLogger.log.org.apache.http>debug</org.slf4j.simpleLogger.log.org.apache.http>
<org.slf4j.simpleLogger.log.org.apache.http.wire>error</org.slf4j.simpleLogger.log.org.apache.http.wire>
<org.slf4j.simpleLogger.log.org.apache.http.impl.conn>debug</org.slf4j.simpleLogger.log.org.apache.http.impl.conn>
<org.slf4j.simpleLogger.log.org.apache.http.impl.auth>debug</org.slf4j.simpleLogger.log.org.apache.http.impl.auth>
<org.slf4j.simpleLogger.log.org.apache.http.impl.client>debug</org.slf4j.simpleLogger.log.org.apache.http.impl.client>
<org.slf4j.simpleLogger.log.org.apache.http.client>debug</org.slf4j.simpleLogger.log.org.apache.http.client>
<org.slf4j.simpleLogger.log.org.apache.httpclient.wire.header>debug</org.slf4j.simpleLogger.log.org.apache.httpclient.wire.header>
<org.slf4j.simpleLogger.log.org.apache.commons.httpclient>error</org.slf4j.simpleLogger.log.org.apache.commons.httpclient>
and we will see what the HttpClient does and why it is is failing. I ran
preliminary tests on FC25 with OpenJDK 8, no issues so far.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]