oceanbase / oceanbase/oceanbase
[Bug]: Unit testing make fail
Open
Nobody has claimed this yet.
type: bug
- Dominant language
- C++
- Stars
- 10.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Please check the issue list for the same bug
- Please checked issue list and confirm this bug is encountered for the first time.
- Please try full text in English and attach precise description.
Environment
os:centos7
commitId:50f8a74
Fast Reproduce Steps(Required)
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.