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

Function TEST_F

gpcontrib/gpcloud/test/compress_writer_test.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94TEST_F(CompressWriterTest, AbleToInputNull) {
95 compressWriter.write(NULL, 0);
96 EXPECT_EQ((uint64_t)0, writer.getDataSize());
97}
98
99TEST_F(CompressWriterTest, AbleToCompressEmptyData) {
100 char input[10] = {0};

Callers

nothing calls this directly

Calls 13

appendMethod · 0.80
lengthMethod · 0.80
coreUncompressMethod · 0.80
clearMethod · 0.80
S3ParamsClass · 0.50
writeMethod · 0.45
getDataSizeMethod · 0.45
closeMethod · 0.45
simpleUncompressMethod · 0.45
getRawDataMethod · 0.45
openMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected