alamb commented on issue #395:
URL:
https://github.com/apache/arrow-rs-object-store/issues/395#issuecomment-2946302985
🤔
I could not reproduce the test failures locally. I am rerunning on main
```shell
(venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs-object-store$
TEST_INTEGRATION=1 GOOGLE_BUCKET=test-bucket
GOOGLE_SERVICE_ACCOUNT=/tmp/gcs.json cargo test -p object_store --features=gcp
--lib gcs_test_proxy_url
warning: unused import: `GetResultPayload`
--> src/throttle.rs:407:51
|
407 | use crate::{integration::*, memory::InMemory, GetResultPayload};
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `crate::buffered::BufWriter`
--> src/lib.rs:1433:9
|
1433 | use crate::buffered::BufWriter;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: unused import: `tokio::io::AsyncWriteExt`
--> src/lib.rs:1435:9
|
1435 | use tokio::io::AsyncWriteExt;
| ^^^^^^^^^^^^^^^^^^^^^^^^
warning: `object_store` (lib test) generated 3 warnings (run `cargo fix
--lib -p object_store --tests` to apply 3 suggestions)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
Running unittests src/lib.rs
(target/debug/deps/object_store-285e67c291eace48)
running 1 test
test gcp::builder::tests::gcs_test_proxy_url ... ok
```
--
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]