MCPcopy Create free account
hub / github.com/apache/impala / TEST_F

Function TEST_F

be/src/runtime/tuple-cache-mgr-test.cc:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84};
85
86TEST_F(TupleCacheMgrTest, Disabled) {
87 TupleCacheMgr cache = GetCache("");
88 ASSERT_OK(cache.Init());
89 TupleCacheMgr::UniqueHandle handle = cache.Lookup("a_key");
90 EXPECT_FALSE(cache.IsAvailableForRead(handle));
91 EXPECT_FALSE(cache.IsAvailableForWrite(handle));
92}
93
94TEST_F(TupleCacheMgrTest, TestMiss) {
95 TupleCacheMgr cache = GetCache();

Callers

nothing calls this directly

Calls 15

moveFunction · 0.85
SubstituteFunction · 0.85
DefaultClass · 0.85
IsAvailableForReadMethod · 0.80
IsAvailableForWriteMethod · 0.80
CompleteWriteMethod · 0.80
AbortWriteMethod · 0.80
reserveMethod · 0.80
waitMethod · 0.80
MaxSizeMethod · 0.80
RequestWriteSizeMethod · 0.80
codeMethod · 0.80

Tested by

no test coverage detected