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

[jira] [Resolved] (ARROW-16978) [C#] Intermittent Archery Failures

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

Eric Erhardt resolved ARROW-16978.
----------------------------------
    Fix Version/s: 9.0.0
       Resolution: Fixed

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

> [C#] Intermittent Archery Failures
> ----------------------------------
>
>                 Key: ARROW-16978
>                 URL: https://issues.apache.org/jira/browse/ARROW-16978
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Archery, C#
>            Reporter: Raphael Taylor-Davies
>            Assignee: Eric Erhardt
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are seeing intermittent archery failures in arrow-rs - [here|https://github.com/apache/arrow-rs/runs/6987393626?check_suite_focus=true]
> {code:java}
> FAILED TEST: datetime C# producing,  C# consuming
> 1 failures
>   File "/arrow/dev/archery/archery/integration/runner.py", line 246, in _run_ipc_test_case
>     run_binaries(producer, consumer, test_case)
>   File "/arrow/dev/archery/archery/integration/runner.py", line 100, in run_gold
>     return self._run_gold(gold_dir, consumer, test_case)
>   File "/arrow/dev/archery/archery/integration/runner.py", line 322, in _run_gold
>     consumer.stream_to_file(consumer_stream_path, consumer_file_path)
>   File "/arrow/dev/archery/archery/integration/tester_csharp.py", line 63, in stream_to_file
>     self.run_shell_command(cmd)
>   File "/arrow/dev/archery/archery/integration/tester.py", line 49, in run_shell_command
>     subprocess.check_call(cmd, shell=True)
>   File "/opt/conda/envs/arrow/lib/python3.10/subprocess.py", line 369, in check_call
>     raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net6.0/Apache.Arrow.IntegrationTest --mode stream-to-file -a /tmp/tmpnhaxwkhj/d72f0c1c_0.14.1_datetime.gold.consumer_stream_as_file < /arrow/testing/data/arrow-ipc-stream/integration/0.14.1/generated_datetime.stream' returned non-zero exit status 1. {code}
> It is possible that this is something to do with how we are running the archery tests, but I am at a loss as to how to debug this issue and would appreciate some input.
> I think it started around when [this|https://github.com/apache/arrow/pull/13279] was merged
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)