Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix: init app before start cold backup context tests #870

Merged
merged 1 commit into from
Jul 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/replica/test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ TEST(cold_backup_context, write_current_chkpt_file) { app->write_current_chkpt_f

error_code replication_service_test_app::start(const std::vector<std::string> &args)
{
app = this;
gtest_ret = RUN_ALL_TESTS();
gtest_flags = 1;
return dsn::ERR_OK;
Expand Down