mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
feat: enable azblob tests (#1765)
* feat: enable azblob tests * fix: add missing arg
This commit is contained in:
@@ -21,7 +21,7 @@ mod sql;
|
||||
#[macro_use]
|
||||
mod region_failover;
|
||||
|
||||
grpc_tests!(File, S3, S3WithCache, Oss);
|
||||
http_tests!(File, S3, S3WithCache, Oss);
|
||||
region_failover_tests!(File, S3, S3WithCache, Oss);
|
||||
grpc_tests!(File, S3, S3WithCache, Oss, Azblob);
|
||||
http_tests!(File, S3, S3WithCache, Oss, Azblob);
|
||||
region_failover_tests!(File, S3, S3WithCache, Oss, Azblob);
|
||||
sql_tests!(File);
|
||||
|
||||
Reference in New Issue
Block a user