tustvold commented on code in PR #5259:
URL: https://github.com/apache/arrow-rs/pull/5259#discussion_r1441884008
##########
object_store/src/azure/credential.rs:
##########
@@ -796,4 +1030,27 @@ mod tests {
&AzureCredential::BearerToken("TOKEN".into())
);
}
+
+ #[tokio::test]
+ async fn test_service_sas() {
Review Comment:
I think as written this could cause testing races if run concurrently with
azure_blob_test. It is also hard-coding the bucket name. Perhaps we could move
it into azure_blob_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]