You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/06/07 19:10:00 UTC

[jira] [Resolved] (ARROW-12987) [CI] test-ubuntu-18.04 nightly builds are failing due to Gandiva "TestUpper" test failure

     [ https://issues.apache.org/jira/browse/ARROW-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs resolved ARROW-12987.
-------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10468
[https://github.com/apache/arrow/pull/10468]

> [CI] test-ubuntu-18.04 nightly builds are failing due to Gandiva "TestUpper" test failure
> -----------------------------------------------------------------------------------------
>
>                 Key: ARROW-12987
>                 URL: https://issues.apache.org/jira/browse/ARROW-12987
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva, Continuous Integration
>            Reporter: Joris Van den Bossche
>            Assignee: Anthony Louis Gotlib Ferreira
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Didn't yet see another JIRA for this, see eg https://github.com/ursacomputing/crossbow/runs/2756066459. It's failing on the "test-ubuntu-18.04-cpp", "test-ubuntu-18.04-cpp-release" and "test-ubuntu-18.04-cpp-static" builds.
>  
> Failure message:
> {code}
>  [ RUN      ] TestGdvFnStubs.TestUpper
> /arrow/cpp/src/gandiva/gdv_function_stubs_test.cc:327: Failure
> Expected equality of these values:
>   std::string(out_str, out_len)
>     Which is: "M\xC3\x96" "BELTR\xC3\x84GERF\xC3\x9C\xC3\x9F" "E"
>     As Text: "MÖBELTRÄGERFÜßE"
>   "MÖBELTRÄGERFÜẞE"
>     Which is: "M\xC3\x96" "BELTR\xC3\x84GERF\xC3\x9C\xE1\xBA\x9E" "E"
>     As Text: "MÖBELTRÄGERFÜẞE"
> [  FAILED  ] TestGdvFnStubs.TestUpper (1 ms)
> {code}
> I _think_ this is failing since https://github.com/apache/arrow/pull/10040 / ARROW-11565 (cc [~praveenbingo] [~anthonylouis] [~projjal])



--
This message was sent by Atlassian Jira
(v8.3.4#803005)