Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-sheep committed Sep 27, 2022
1 parent c5c11a4 commit 3b6acb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/test/JobManagerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class JobManagerTest : public ::testing::Test {
}
delete p;
});
jobMgr->status_.store(JobManager::JbmgrStatus::NOT_START, std::memory_order_release);
jobMgr->status_ = JobManager::JbmgrStatus::NOT_START;
jobMgr->kvStore_ = kv_.get();
jobMgr->init(kv_.get());
return jobMgr;
Expand Down

0 comments on commit 3b6acb3

Please sign in to comment.