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

Function TEST_F

be/src/kudu/util/compression/compression-test.cc:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144TEST_F(TestCompression, TestNoCompressionCodec) {
145 const CompressionCodec* codec;
146 ASSERT_OK(GetCompressionCodec(NO_COMPRESSION, &codec));
147 ASSERT_EQ(nullptr, codec);
148}
149
150TEST_F(TestCompression, TestSnappyCompressionCodec) {
151 for (auto type : { SNAPPY, LZ4, ZLIB }) {

Callers

nothing calls this directly

Calls 4

GetCompressionCodecFunction · 0.85
TestCompressionCodecFunction · 0.85
SeedRandomFunction · 0.85
BenchmarkFunction · 0.70

Tested by

no test coverage detected