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

caiconghui 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 eb68dd0  [fix](ut) Fix be ut not work for byte_buffer_test2 and 
json_scanner_with_jsonpath_test (#8791)
eb68dd0 is described below

commit eb68dd0bb5e0b1e808c275838f6ac9a9217f8ec5
Author: caiconghui <[email protected]>
AuthorDate: Fri Apr 1 10:12:47 2022 +0800

    [fix](ut) Fix be ut not work for byte_buffer_test2 and 
json_scanner_with_jsonpath_test (#8791)
---
 be/test/exec/CMakeLists.txt                                             | 2 +-
 ...anner_test_with_jsonpath.cpp => json_scanner_with_jsonpath_test.cpp} | 0
 be/test/util/CMakeLists.txt                                             | 2 +-
 be/test/util/{byte_buffer_test2.cpp => byte_buffer2_test.cpp}           | 0
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/be/test/exec/CMakeLists.txt b/be/test/exec/CMakeLists.txt
index 4ba6179..a22e5c2 100644
--- a/be/test/exec/CMakeLists.txt
+++ b/be/test/exec/CMakeLists.txt
@@ -36,7 +36,7 @@ ADD_BE_TEST(olap_common_test)
 #ADD_BE_TEST(csv_scan_node_test)
 # ADD_BE_TEST(csv_scan_bench_test)
 ADD_BE_TEST(json_scanner_test)
-ADD_BE_TEST(json_scanner_test_with_jsonpath)
+ADD_BE_TEST(json_scanner_with_jsonpath_test)
 ADD_BE_TEST(parquet_scanner_test)
 ADD_BE_TEST(orc_scanner_test)
 ADD_BE_TEST(plain_text_line_reader_uncompressed_test)
diff --git a/be/test/exec/json_scanner_test_with_jsonpath.cpp 
b/be/test/exec/json_scanner_with_jsonpath_test.cpp
similarity index 100%
rename from be/test/exec/json_scanner_test_with_jsonpath.cpp
rename to be/test/exec/json_scanner_with_jsonpath_test.cpp
diff --git a/be/test/util/CMakeLists.txt b/be/test/util/CMakeLists.txt
index 07d8e9e..74d486c 100644
--- a/be/test/util/CMakeLists.txt
+++ b/be/test/util/CMakeLists.txt
@@ -34,7 +34,7 @@ ADD_BE_TEST(string_util_test)
 ADD_BE_TEST(string_parser_test)
 ADD_BE_TEST(core_local_test)
 ADD_BE_TEST(json_util_test)
-ADD_BE_TEST(byte_buffer_test2)
+ADD_BE_TEST(byte_buffer2_test)
 ADD_BE_TEST(uid_util_test)
 ADD_BE_TEST(encryption_util_test)
 ADD_BE_TEST(md5_test)
diff --git a/be/test/util/byte_buffer_test2.cpp 
b/be/test/util/byte_buffer2_test.cpp
similarity index 100%
rename from be/test/util/byte_buffer_test2.cpp
rename to be/test/util/byte_buffer2_test.cpp

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

Reply via email to