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

[R] [CI] [C++] test-r-rstudio-r-base-3.6-opensuse15 timing out during tests #27869

Closed
asfimport opened this issue Mar 22, 2021 · 5 comments
Closed

Comments

@asfimport
Copy link
Collaborator

The nightly job test-r-rstudio-r-base-3.6-opensuse15 has timed out on tests for (at least) the last 3 nightly jobs now.

Everything seems fine until the checking tests ... stage of R CMD CHECK which hangs for long enough that Azure kills the job because the total job has exceed 360 minutes.

Reporter: Jonathan Keane / @jonkeane
Assignee: Weston Pace / @westonpace

PRs and other links:

Note: This issue was originally created as ARROW-12040. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
It would be very nice if you could find a way to make the "checking tests" step verbose by default (at least on CI). This kind of annoyance has happened more than once.

@asfimport
Copy link
Collaborator Author

Neal Richardson / @nealrichardson:
Unfortunately we can't make R CMD check more verbose. We can make the test output, which is redirected to a file by R CMD check, more verbose, and we have an option in our Windows CI for doing that: https://github.com/apache/arrow/blob/master/.github/workflows/r.yml#L160-L168

But that won't help debugging the failure on Azure because the check is hanging, so I don't think the build artifact will be generated in a way you could get it. But since this is a docker-compose job, one could do it locally/interactively and perhaps get some insight.

@asfimport
Copy link
Collaborator Author

Jonathan Keane / @jonkeane:
When reproducing locally, the tests hang on https://github.com/apache/arrow/blob/master/r/tests/testthat/test-s3-minio.R#L116 ds <- open_dataset(fs$path(minio_path("hive_dir")))

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 9842
#9842

@asfimport asfimport added this to the 4.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants