Fix be unit test error (#3259)

This commit is contained in:
lichaoyong
2020-04-03 15:02:49 +08:00
committed by GitHub
parent a86161f6ce
commit d2307c719c
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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