From d2307c719cf7fe52c09facfb431d63b84830e79f Mon Sep 17 00:00:00 2001 From: lichaoyong Date: Fri, 3 Apr 2020 15:02:49 +0800 Subject: [PATCH] Fix be unit test error (#3259) --- be/test/olap/schema_change_test.cpp | 2 +- run-ut.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/be/test/olap/schema_change_test.cpp b/be/test/olap/schema_change_test.cpp index 0d2b931ff1..606877bf0d 100644 --- a/be/test/olap/schema_change_test.cpp +++ b/be/test/olap/schema_change_test.cpp @@ -64,7 +64,7 @@ public: new(std::nothrow) OutStreamFactory(COMPRESS_LZ4, OLAP_DEFAULT_COLUMN_STREAM_BUFFER_SIZE); ASSERT_TRUE(_stream_factory != NULL); - config::column_dictionary_key_ration_threshold = 30; + config::column_dictionary_key_ratio_threshold = 30; config::column_dictionary_key_size_threshold = 1000; } diff --git a/run-ut.sh b/run-ut.sh index 4639225f5d..adc9754d42 100755 --- a/run-ut.sh +++ b/run-ut.sh @@ -311,9 +311,9 @@ ${DORIS_TEST_BINARY_DIR}/runtime/routine_load_task_executor_test ${DORIS_TEST_BINARY_DIR}/runtime/heartbeat_flags_test # Runing plugin test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_loader_test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_mgr_test -${DORIS_TEST_BINARY_DIR}/Plugin/plugin/plugin_zip_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_loader_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_mgr_test +${DORIS_TEST_BINARY_DIR}/plugin/plugin_zip_test # Running agent unittest # Prepare agent testdata