This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 76e0634  [fix](ut) fix be ut in olap (#8739)
76e0634 is described below

commit 76e06340307863f7c4e05f23941dd529c824d717
Author: plat1ko <[email protected]>
AuthorDate: Wed Mar 30 09:53:21 2022 +0800

    [fix](ut) fix be ut in olap (#8739)
---
 run-be-ut.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/run-be-ut.sh b/run-be-ut.sh
index 85b2fc8..e86b289 100755
--- a/run-be-ut.sh
+++ b/run-be-ut.sh
@@ -187,6 +187,11 @@ fi
 cp -r ${DORIS_HOME}/be/test/util/test_data ${DORIS_TEST_BINARY_DIR}/util/
 cp -r ${DORIS_HOME}/be/test/plugin/plugin_test ${DORIS_TEST_BINARY_DIR}/plugin/
 
+# prepare ut temp dir
+UT_TMP_DIR=${DORIS_HOME}/ut_dir
+rm -rf ${UT_TMP_DIR} && mkdir ${UT_TMP_DIR}
+touch ${UT_TMP_DIR}/tmp_file
+
 # find all executable test files
 
 if [ ${VECTORIZED_ONLY} -eq 1 ]; then

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

Reply via email to