[
https://issues.apache.org/jira/browse/LOG4J2-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pascal Schumacher updated LOG4J2-1901:
--------------------------------------
Description:
The travis-ci build has been failing for weeks e.g.
https://travis-ci.org/apache/logging-log4j2/builds/229711810?utm_source=github_status&utm_medium=notification
Compile is working again with this pull request:
https://github.com/apache/logging-log4j2/pull/76
but there are test failures:
{quote}
[ERROR] Failures:
[ERROR] SecureSocketAppenderSocketOptionsTest.testSocketOptions:112
expected:<2> but was:<0>
[ERROR] SocketAppenderSocketOptionsTest.testSocketOptions:92 expected:<2> but
was:<0>{quote}
Both test fail because of this assertion:
{code}Assert.assertEquals(Rfc1349TrafficClass.IPTOS_LOWCOST.value(),
socket.getTrafficClass());{code}
see: https://api.travis-ci.org/jobs/229708654/log.txt?deansi=true
see: https://api.travis-ci.org/jobs/229718313/log.txt?deansi=true
was:
The travis-ci build has been failing for weeks e.g.
https://travis-ci.org/apache/logging-log4j2/builds/229711810?utm_source=github_status&utm_medium=notification
Compile is working again with this pull request:
https://github.com/apache/logging-log4j2/pull/76
but there are test failures:
{quote}
[ERROR] Failures:
[ERROR] SecureSocketAppenderSocketOptionsTest.testSocketOptions:112
expected:<2> but was:<0>
[ERROR] SocketAppenderSocketOptionsTest.testSocketOptions:92 expected:<2> but
was:<0>{quote}
see : https://api.travis-ci.org/jobs/229708654/log.txt?deansi=true
> Fix travis-ci build
> -------------------
>
> Key: LOG4J2-1901
> URL: https://issues.apache.org/jira/browse/LOG4J2-1901
> Project: Log4j 2
> Issue Type: Bug
> Reporter: Pascal Schumacher
>
> The travis-ci build has been failing for weeks e.g.
> https://travis-ci.org/apache/logging-log4j2/builds/229711810?utm_source=github_status&utm_medium=notification
> Compile is working again with this pull request:
> https://github.com/apache/logging-log4j2/pull/76
> but there are test failures:
> {quote}
> [ERROR] Failures:
> [ERROR] SecureSocketAppenderSocketOptionsTest.testSocketOptions:112
> expected:<2> but was:<0>
> [ERROR] SocketAppenderSocketOptionsTest.testSocketOptions:92 expected:<2>
> but was:<0>{quote}
> Both test fail because of this assertion:
> {code}Assert.assertEquals(Rfc1349TrafficClass.IPTOS_LOWCOST.value(),
> socket.getTrafficClass());{code}
> see: https://api.travis-ci.org/jobs/229708654/log.txt?deansi=true
> see: https://api.travis-ci.org/jobs/229718313/log.txt?deansi=true
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)