mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #35856 from tchaikov/wip-46267
test/unittest_lockdep: skip lockdep test if CEPH_DEBUG_MUTEX is not d… Reviewed-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
commit
a914e094e1
@ -16,7 +16,7 @@ class lockdep : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
void SetUp() override {
|
||||
#ifdef CEPH_DEBUG_MUTEX
|
||||
#ifndef CEPH_DEBUG_MUTEX
|
||||
GTEST_SKIP() << "WARNING: CEPH_DEBUG_MUTEX is not defined, lockdep will not work";
|
||||
#endif
|
||||
CephInitParameters params(CEPH_ENTITY_TYPE_CLIENT);
|
||||
|
Loading…
Reference in New Issue
Block a user