patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -14,8 +14,10 @@
#include "lib/wait_event/ob_wait_event.h"
#include "lib/oblog/ob_log.h"
namespace oceanbase {
namespace common {
namespace oceanbase
{
namespace common
{
TEST(ObWaitEventDesc, normal)
{
ObWaitEventDesc des1;
@ -60,11 +62,13 @@ TEST(ObWaitEventStat, normal)
ASSERT_EQ(stat3.total_timeouts_, 0);
}
} // namespace common
} // namespace oceanbase
}
}
int main(int argc, char** argv)
int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}