Skip to content

Commit e434fed

Browse files
pbhandar2meta-codesync[bot]
authored andcommitted
Separate the testing of CacheAdmin and CacheAdminCore
Summary: change CacheAdminTest to CacheAdminCoreTest where applicable Reviewed By: rlyerly Differential Revision: D86171864 fbshipit-source-id: 2bc5454e5f17af06233b5370bd7aa0adeecb14c5
1 parent 40ef2d6 commit e434fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cachelib/allocator/CacheAllocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@ class CacheAllocator : public CacheBase {
23382338

23392339
// tests
23402340
friend class facebook::cachelib::tests::NvmCacheTest;
2341-
FRIEND_TEST(CachelibAdminTest, WorkingSetAnalysisLoggingTest);
2341+
FRIEND_TEST(CachelibAdminCoreTest, WorkingSetAnalysisLoggingTest);
23422342
template <typename AllocatorT>
23432343
friend class facebook::cachelib::tests::BaseAllocatorTest;
23442344
template <typename AllocatorT>

cachelib/allocator/nvmcache/NvmCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ class NvmCache {
536536
std::unique_ptr<cachelib::navy::AbstractCache> navyCache_;
537537

538538
friend class tests::NvmCacheTest;
539-
FRIEND_TEST(CachelibAdminTest, WorkingSetAnalysisLoggingTest);
539+
FRIEND_TEST(CachelibAdminCoreTest, WorkingSetAnalysisLoggingTest);
540540
};
541541

542542
template <typename C>

0 commit comments

Comments
 (0)