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

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

Joris Van den Bossche created ARROW-12987:
---------------------------------------------

             Summary: [CI] test-ubuntu-18.04 nightly builds are failing due to Gandiva test failure
                 Key: ARROW-12987
                 URL: https://issues.apache.org/jira/browse/ARROW-12987
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++ - Gandiva, Continuous Integration
            Reporter: Joris Van den Bossche


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)