Fix be unit test error (#3259)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user