Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Dec 26, 2024
1 parent b87fc44 commit 3dca693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/olap/wal/wal_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WalManagerTest : public testing::Test {
_env->_function_client_cache = new BrpcClientCache<PFunctionService_Stub>();
_env->_stream_load_executor = StreamLoadExecutor::create_unique(_env);
_env->_store_paths = {StorePath(std::filesystem::current_path(), 0)};
_env->_wal_manager = WalManager::create_unique(_env, wal_dir.string());
_env->set_wal_mgr(WalManager::create_unique(_env, wal_dir.string()));
k_stream_load_begin_result = TLoadTxnBeginResult();
}
void TearDown() override {
Expand Down

0 comments on commit 3dca693

Please sign in to comment.