Closed
Description
Describe the bug
CI is failing on main after merging
Example failure:
failures:
---- exec::tests::copy_to_external_object_store_test stdout ----
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials" })
---- catalog::tests::query_s3_location_test stdout ----
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials" })
---- object_storage::tests::s3_object_store_builder_default stdout ----
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials" })
failures:
catalog::tests::query_s3_location_test
exec::tests::copy_to_external_object_store_test
object_storage::tests::s3_object_store_builder_default
test result: FAILED. 37 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
error: test failed, to rerun pass `-p datafusion-cli --lib`
To Reproduce
No response
Expected behavior
No response
Additional context
No response