oceanbase / obdeploy

A deployer and package manager for OceanBase open-source software.
https://open.oceanbase.com
GNU General Public License v3.0
87 stars 132 forks source link

[Bug]: Unit testing make fail #156

Closed wayyoungboy closed 1 year ago

wayyoungboy commented 1 year ago

Check Before Asking

Environment

os:centos7
commitId:50f8a74

Fast Reproduce Steps

Unit testing make fail.

git clone git@github.com:oceanbase/oceanbase.git
cd oceanbase
cd build_debug/unittest/
make -j 4

Actual Behavior

/oceanbase/unittest/storage/test_tenant_tablet_stat_mgr.cpp:14:10: fatal error: 'mtlenv/mock_tenant_module_env.h' file not found

include "mtlenv/mock_tenant_module_env.h"

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expected Behavior

No response

Other Information

No response