gavinchou commented on code in PR #66009:
URL: https://github.com/apache/doris/pull/66009#discussion_r3644728801


##########
cloud/test/CMakeLists.txt:
##########
@@ -83,9 +83,12 @@ add_executable(http_encode_key_test http_encode_key_test.cpp)
 
 add_executable(fdb_injection_test fdb_injection_test.cpp)
 
-add_executable(s3_accessor_test s3_accessor_test.cpp)
+option(BUILD_AZURE "Enable build azure" ON)
+if (BUILD_AZURE)

Review Comment:
   the check will disable all object storage client test which may lead to 
potential bugs



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to