Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky Integration Test #1931

Closed
tustvold opened this issue Jun 23, 2022 · 2 comments
Closed

Flaky Integration Test #1931

tustvold opened this issue Jun 23, 2022 · 2 comments
Labels
development-process Related to development process of arrow-rs

Comments

@tustvold
Copy link
Contributor

Describe the bug

We are seeing periodic failures of the integration tests, that do not appear to correlate with changes

https://github.com/apache/arrow-rs/runs/6987393626?check_suite_focus=true

 ################# FAILURES #################
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.
1
Error: `docker-compose --file /home/runner/work/arrow-rs/arrow-rs/docker-compose.yml run --rm -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration` exited with a non-zero exit code 1, see the process log above.

To Reproduce
Run integration tests, they will occasionally fail

Expected behavior
The integration tests should consistently pass or fail

@tustvold tustvold added the bug label Jun 23, 2022
@tustvold
Copy link
Contributor Author

tustvold commented Jul 5, 2022

I have filed https://issues.apache.org/jira/browse/ARROW-16978 upstream

@tustvold
Copy link
Contributor Author

This should have been fixed by apache/arrow#13573, leaving open for a bit longer to verify and will then close this

@alamb alamb added development-process Related to development process of arrow-rs and removed bug labels Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs
Projects
None yet
Development

No branches or pull requests

2 participants