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

[jira] [Resolved] (ARROW-11896) [Rust] Hang / failure in CI on AMD64 Debian 10 Rust stable test workspace

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

Andrew Lamb resolved ARROW-11896.
---------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

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

> [Rust] Hang / failure in CI on AMD64 Debian 10 Rust stable test workspace
> -------------------------------------------------------------------------
>
>                 Key: ARROW-11896
>                 URL: https://issues.apache.org/jira/browse/ARROW-11896
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: Cargo.lock
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> As observed first by [~nevi_me] on https://github.com/apache/arrow/pull/9592#issuecomment-791901636
> The Rust CI tests seem to be failing due to a timeout, due to a timeout . For example: https://github.com/apache/arrow/runs/2045186826 
> Data from [~nevi_me]
> {code}
> running 17 tests
> test src/arrow/array_reader.rs - arrow::array_reader::StructArrayReader::next_batch (line 958) ... ignored
> test src/arrow/array_reader.rs - arrow::array_reader::StructArrayReader::next_batch (line 964) ... ignored
> test src/arrow/array_reader.rs - arrow::array_reader::StructArrayReader::next_batch (line 969) ... ignored
> test src/arrow/mod.rs - arrow (line 26) ... ok
> test src/column/mod.rs - column (line 38) ... ok
> test src/compression.rs - compression (line 25) ... ok
> test src/file/mod.rs - file (line 29) ... ok
> test src/file/mod.rs - file (line 64) ... ok
> test src/file/mod.rs - file (line 81) ... ok
> test src/file/statistics.rs - file::statistics (line 23) ... ok
> test src/file/properties.rs - file::properties (line 22) ... ok
> test src/record/api.rs - record::api::Row::get_column_iter (line 62) ... ok
> test src/schema/mod.rs - schema (line 22) ... ok
> test src/schema/parser.rs - schema::parser (line 24) ... ok
> {code}
> On my machine, this is the last set of tests that run
> {code}
> test src/schema/types.rs - schema::types::ColumnPath::string (line 540) ... ok
> test src/file/statistics.rs - file::statistics (line 23) ... ok
> test src/schema/parser.rs - schema::parser (line 24) ... ok
> test src/schema/mod.rs - schema (line 22) ... ok
> test src/schema/printer.rs - schema::printer (line 23) ... ok
> {code}



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