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

@ -15,11 +15,13 @@
#include <gtest/gtest.h>
#include <gmock/gmock.h>
namespace oceanbase {
namespace oceanbase
{
using namespace common;
using namespace storage;
namespace unittest {
namespace unittest
{
void test_col_map(const int64_t col_count)
{
int ret = OB_SUCCESS;
@ -61,10 +63,10 @@ TEST(TestObColMap, test_col_map_final_level)
test_col_map(col_count);
}
} // namespace unittest
} // namespace oceanbase
} // namespace unittest
} // namespace oceanbase
int main(int argc, char** argv)
int main(int argc, char **argv)
{
OB_LOGGER.set_file_name("test_ob_col_map.log");
OB_LOGGER.set_log_level("WARN");