kou opened a new issue, #38138: URL: https://github.com/apache/arrow/issues/38138
### Describe the enhancement requested https://github.com/apache/arrow/actions/runs/6443827714/job/17496480057#step:10:23858 ```text == Failed tests ================================================================ -- Error ('test-csv.R:729:3'): Can read CSV files from a URL ------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-csv.R:729:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-feather.R:332:3'): Can read Feather files from a URL ----------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-feather.R:332:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:140:3'): S3FileSystem ----------------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:140:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:148:3'): FileSystem$from_uri ---------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:148:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:157:3'): SubTreeFileSystem$create() with URI ------ Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:157:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:169:3'): S3FileSystem$create() with proxy_options -- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:169:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:180:3'): s3_bucket -------------------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:180:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-filesystem.R:195:3'): gs_bucket -------------------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-filesystem.R:195:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-io.R:71:3'): make_readable_file() works for non-filesystem URLs -- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-io.R:71:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-ipc-stream.R:48:3'): Can read IPC streams from a URL ----------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-ipc-stream.R:48:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-parquet.R:485:3'): Can read Parquet files from a URL ----------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-parquet.R:485:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) -- Error ('test-python.R:20:3'): install_pyarrow ------------------------------- Error in `check_installed("curl")`: argument "fun" is missing, with no default Backtrace: x 1. \-testthat::skip_if_offline() at test-python.R:20:2 2. \-testthat:::check_installed("curl") 3. +-rlang::abort(...) 4. | \-rlang::is_formula(message, scoped = TRUE, lhs = FALSE) 5. \-base::paste0(...) [ FAIL 12 | WARN 8 | SKIP 37 | PASS 7906 ] ``` testthat 3.2.0 may be related. ( https://github.com/r-lib/testthat/pull/1866 ?) @thisisnic @paleolimbot Could you take a look at this? ### Component(s) Continuous Integration, R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
