MCPcopy Create free account
hub / github.com/ceph/ceph / TEST_F

Function TEST_F

src/test/erasure-code/TestErasureCodeIsa.cc:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181TEST_F(IsaErasureCodeTest, encode_decode)
182{
183 encode_decode(1);
184 encode_decode(EC_ISA_ADDRESS_ALIGNMENT);
185 encode_decode(EC_ISA_ADDRESS_ALIGNMENT + 1);
186 encode_decode(2048);
187 encode_decode(4096);
188 encode_decode(4096 + 1);
189}
190
191TEST_F(IsaErasureCodeTest, minimum_to_decode)
192{

Callers

nothing calls this directly

Calls 15

DecodeAndVerifyFunction · 0.85
stringifyFunction · 0.85
set_lengthMethod · 0.80
set_type_nameMethod · 0.80
add_bucketMethod · 0.80
set_item_nameMethod · 0.80
insert_itemMethod · 0.80
get_max_devicesMethod · 0.80
do_ruleMethod · 0.80
shard_id_tClass · 0.50
initMethod · 0.45

Tested by

no test coverage detected