[FEAT MERGE] merge transfer

Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
This commit is contained in:
xuhuleon
2023-06-21 11:42:26 +00:00
committed by ob-robot
parent d06678002e
commit 9dae112952
1280 changed files with 149724 additions and 48813 deletions

View File

@ -10,7 +10,7 @@
* See the Mulan PubL v2 for more details.
*/
#define UNIITTEST_DEBUG
#define UNITTEST_DEBUG
#include "share/ob_occam_time_guard.h"
#include <gtest/gtest.h>
#include <thread>
@ -101,6 +101,7 @@ int main(int argc, char **argv)
{
system("rm -rf test_ob_occam_time_guard.log");
oceanbase::common::ObLogger &logger = oceanbase::common::ObLogger::get_logger();
oceanbase::common::ObTscTimestamp::get_instance().init();
logger.set_file_name("test_ob_occam_time_guard.log", false);
logger.set_log_level(OB_LOG_LEVEL_DEBUG);
testing::InitGoogleTest(&argc, argv);