Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Dec 28, 2024
1 parent df86516 commit 39e975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/test/runtime/routine_load_task_executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class RoutineLoadTaskExecutorTest : public testing::Test {
k_stream_load_put_result = TStreamLoadPutResult();

_env->set_cluster_info(std::make_unique<ClusterInfo>());
//_env->set_new_load_stream_mgr(NewLoadStreamMgr::create_unique());
_env->set_new_load_stream_mgr(NewLoadStreamMgr::create_unique());
_env->set_stream_load_executor(StreamLoadExecutor::create_unique(_env));

_env->set_ready();
config::max_routine_load_thread_pool_size = 1024;
config::max_consumer_num_per_group = 3;
}
Expand Down

0 comments on commit 39e975b

Please sign in to comment.