ByteYue commented on PR #15640:
URL: https://github.com/apache/doris/pull/15640#issuecomment-1373163072

   > > > Would you like to provide some steps to describe the scenario you 
mentioned.
   > > 
   > > 
   > > Hi there, I was trying to deploy the ut binary from compile machine to 
another machine in another region in another cloud vendor to test some feature 
like downloading object storage file from the corresponding cloud platform 
using different threads nums which is configured by be.conf. And i ran into 
such scenario where the logic would try to find related CMake build files each 
time I type `bash run-be-ut.sh --run --filter=MyTest.*`. And unfortunately it 
failed cause there is no such thing. I think maybe it would help if we can 
manually choose to skip the related build steps when i just need to deploy only 
the binary to another machine to test the effects brought by another 
environment.
   > 
   > Maybe you can run binary ut directly, there is a example:
   > 
   > ```shell
   > /be/ut_build_RELEASE/test/doris_be_test
   > --gtest_filter=GeoFunctionsTest.st_polygon 
   > 
--gtest_output=xml:/mnt/disk1/xx/incubator-doris/be/ut_build_ASAN/gtest_output/doris_be_test.xml
 
   > --gtest_print_time=true
   > ```
   
   It works well, i'll close this pr soon.


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to