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 39e975b commit 9ceced5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/test/olap/wal/wal_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class WalManagerTest : public testing::Test {
_env->_stream_load_executor = StreamLoadExecutor::create_unique(_env);
_env->_store_paths = {StorePath(std::filesystem::current_path(), 0)};
_env->set_wal_mgr(WalManager::create_unique(_env, wal_dir.string()));
_env->set_ready();
k_stream_load_begin_result = TLoadTxnBeginResult();
}
void TearDown() override {
Expand Down

0 comments on commit 9ceced5

Please sign in to comment.