You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/21 14:10:00 UTC

[jira] [Updated] (ARROW-14053) [C++] AsyncReaderTests.InvalidRowsSkipped is flaky

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

ASF GitHub Bot updated ARROW-14053:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] AsyncReaderTests.InvalidRowsSkipped is flaky
> --------------------------------------------------
>
>                 Key: ARROW-14053
>                 URL: https://issues.apache.org/jira/browse/ARROW-14053
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Nate Clark
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This occasional failure occurred:
> https://github.com/apache/arrow/pull/11148/checks?check_run_id=3662252735#step:10:583
> {code}
> [ RUN      ] AsyncReaderTests.InvalidRowsSkipped
> D:/a/arrow/arrow/cpp/src/arrow/csv/reader_test.cc:205: Failure
> Expected equality of these values:
>   NINVALID
>     Which is: 50
>   num_invalid_rows
>     Which is: 49
> [  FAILED  ] AsyncReaderTests.InvalidRowsSkipped (2 ms)
> {code}
> I'm not sure what this is due to, since CSV parsing is supposed to be deterministic? Is this test parsing blocks in parallel?



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