tustvold commented on code in PR #4628:
URL: https://github.com/apache/arrow-rs/pull/4628#discussion_r1281749441
##########
.github/workflows/object_store.yml:
##########
@@ -82,12 +82,18 @@ jobs:
# Run integration tests
TEST_INTEGRATION: 1
EC2_METADATA_ENDPOINT: http://localhost:1338
+ AZURE_BUCKET: test-bucket
Review Comment:
As an added bonus this makes integration testing simpler, as there is no
longer a requirement for the same bucket across all backends under test
##########
.github/workflows/object_store.yml:
##########
@@ -82,12 +82,18 @@ jobs:
# Run integration tests
TEST_INTEGRATION: 1
EC2_METADATA_ENDPOINT: http://localhost:1338
+ AZURE_BUCKET: test-bucket
Review Comment:
As an added bonus this makes integration testing simpler, as there is no
longer a requirement for the same bucket name across all backends under test
--
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]