mesos / logstash

Logstash on Mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogStreamTest#cutsMultibyteUnicodeCharactersInHalf() failure on Ubuntu

sadovnikov opened this issue · comments

Execution of ./gradlew -a --info clean build :system-test:test on Ubuntu results in LogStreamTest#cutsMultibyteUnicodeCharactersInHalf() test failure

org.junit.ComparisonFailure: expected:<�[��r��]an> but was:<�[]an>

Build log also contains these lines

Executing org.gradle.api.internal.tasks.compile.ApiGroovyCompiler@3707fb9 in compiler daemon.
Compiling with JDK Java compiler API.
/host/sources/mesos-logstash/logstash-executor/src/test/java/org/apache/mesos/logstash/executor/LogStreamTest.java:59: error: unmappable character for encoding ASCII
        String testString = "        Fl??r??an";

Is source code encoding missing?