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

Function TEST_F

be/src/exec/tuple-file-read-write-test.cc:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127};
128
129TEST_F(TupleFileReadWriteTest, TestBadRead) {
130 TupleFileReader reader(Path("no-file"), tracker(), profile());
131 EXPECT_FALSE(reader.Open(runtime_state()).ok());
132}
133
134TEST_F(TupleFileReadWriteTest, TestWriteRead) {
135 string path = Path("a-file");

Callers

nothing calls this directly

Calls 15

PathClass · 0.85
removeFunction · 0.85
OKFunction · 0.85
GetDetailMethod · 0.80
StatusClass · 0.70
getMethod · 0.65
resetMethod · 0.65
okMethod · 0.45
OpenMethod · 0.45
WriteMethod · 0.45
CommitMethod · 0.45
GetNextMethod · 0.45

Tested by

no test coverage detected