You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/11/13 16:03:00 UTC

[jira] [Created] (ARROW-14706) [R] Altrep pointer equality test is flaky

Neal Richardson created ARROW-14706:
---------------------------------------

             Summary: [R] Altrep pointer equality test is flaky
                 Key: ARROW-14706
                 URL: https://issues.apache.org/jira/browse/ARROW-14706
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 6.0.0
            Reporter: Neal Richardson
            Assignee: Romain Francois


We've seen this in our CI, and it's occasionally failing on CRAN too: https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/arrow-00check.html

{code}
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure (test-altrep.R:234:3): Conversion from altrep R vector to Array uses the existing Array ──
  test_same_Array(a_int$pointer(), b_int$pointer()) is not TRUE
  
  `actual`: FALSE
  `expected`: TRUE
  {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)